summaryrefslogtreecommitdiffstats
path: root/core/ustring.h
diff options
context:
space:
mode:
authorBernhard Liebl <Bernhard.Liebl@gmx.org>2017-12-23 09:59:54 +0100
committerBernhard Liebl <Bernhard.Liebl@gmx.org>2017-12-28 17:44:22 +0100
commitb80bc553dd52259eee4c25eb7652020e75d9e814 (patch)
tree94c44db0f9d545b3ce2eb14ff224c29ce6e576da /core/ustring.h
parent32d8b99bc31e3762ae0dc017a05567da2802a313 (diff)
downloadredot-engine-b80bc553dd52259eee4c25eb7652020e75d9e814.tar.gz
Double-click word selection for RichTextLabel (i.e. docs)
Diffstat (limited to 'core/ustring.h')
-rw-r--r--core/ustring.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/ustring.h b/core/ustring.h
index 73537bfd13..de308ff917 100644
--- a/core/ustring.h
+++ b/core/ustring.h
@@ -295,4 +295,7 @@ String TTR(const String &);
//tool or regular translate
String RTR(const String &);
+bool is_symbol(CharType c);
+bool select_word(const String &p_s, int p_col, int &r_beg, int &r_end);
+
#endif