diff options
author | Bernhard Liebl <Bernhard.Liebl@gmx.org> | 2017-12-23 09:59:54 +0100 |
---|---|---|
committer | Bernhard Liebl <Bernhard.Liebl@gmx.org> | 2017-12-28 17:44:22 +0100 |
commit | b80bc553dd52259eee4c25eb7652020e75d9e814 (patch) | |
tree | 94c44db0f9d545b3ce2eb14ff224c29ce6e576da /core/ustring.h | |
parent | 32d8b99bc31e3762ae0dc017a05567da2802a313 (diff) | |
download | redot-engine-b80bc553dd52259eee4c25eb7652020e75d9e814.tar.gz |
Double-click word selection for RichTextLabel (i.e. docs)
Diffstat (limited to 'core/ustring.h')
-rw-r--r-- | core/ustring.h | 3 |
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 |