diff options
| author | jonyrock | 2014-04-27 14:34:37 +0400 |
|---|---|---|
| committer | jonyrock | 2014-04-27 14:34:37 +0400 |
| commit | a5384bc07bc5b406df0ef33a446d09ebb35f7cd9 (patch) | |
| tree | d73f1a5032087ba55a354c36685b47206ea2c6bd /scene/gui/text_edit.h | |
| parent | 02669e95a4975898d97aeaedc913b16f60688a01 (diff) | |
| download | godot-a5384bc07bc5b406df0ef33a446d09ebb35f7cd9.tar.gz godot-a5384bc07bc5b406df0ef33a446d09ebb35f7cd9.tar.zst godot-a5384bc07bc5b406df0ef33a446d09ebb35f7cd9.zip | |
pair symbols tool basic imp
Diffstat (limited to 'scene/gui/text_edit.h')
| -rw-r--r-- | scene/gui/text_edit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h index 8e9651668..ccbfae508 100644 --- a/scene/gui/text_edit.h +++ b/scene/gui/text_edit.h @@ -272,6 +272,10 @@ protected: void _insert_text_at_cursor(const String& p_text); void _input_event(const InputEvent& p_input); void _notification(int p_what); + + void _consume_pair_symbol(CharType ch); + void _consume_backspace_for_pair_symbol(int prev_line, int prev_column); + static void _bind_methods(); |
