summaryrefslogtreecommitdiffstats
path: root/core/ustring.h
diff options
context:
space:
mode:
authorNoshyaar <poommetee@protonmail.com>2018-01-01 18:51:35 +0700
committerGitHub <noreply@github.com>2018-01-01 18:51:35 +0700
commita6328011d85ea285f974d354ce4e30cf8e3456de (patch)
tree05aa46a82702cd7440aa145b83a24b0b503bdeec /core/ustring.h
parent52deb679df547ea9634cf2cc337fa98905bb12fb (diff)
parentb80bc553dd52259eee4c25eb7652020e75d9e814 (diff)
downloadredot-engine-a6328011d85ea285f974d354ce4e30cf8e3456de.tar.gz
Merge pull request #14973 from poke1024/docs-word-selection
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 1bb4719b85..3be3161a4a 100644
--- a/core/ustring.h
+++ b/core/ustring.h
@@ -318,4 +318,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