diff options
| author | marynate | 2014-05-04 11:22:49 +0800 |
|---|---|---|
| committer | marynate | 2014-05-06 21:06:03 +0800 |
| commit | 0771020c8357eee5ea9c395782089d867db84c05 (patch) | |
| tree | 695acca948bd96903290a15372d09659ce27fad9 /tools/editor/code_editor.h | |
| parent | 5044bead5f344a24f971f0bb0c8d282f1785f06a (diff) | |
| download | godot-0771020c8357eee5ea9c395782089d867db84c05.tar.gz godot-0771020c8357eee5ea9c395782089d867db84c05.tar.zst godot-0771020c8357eee5ea9c395782089d867db84c05.zip | |
Diffstat (limited to 'tools/editor/code_editor.h')
| -rw-r--r-- | tools/editor/code_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/code_editor.h b/tools/editor/code_editor.h index 0ca0e1e23..2ca2ae987 100644 --- a/tools/editor/code_editor.h +++ b/tools/editor/code_editor.h @@ -128,6 +128,7 @@ class CodeTextEditor : public Control { Label *line_col; Label *info; Timer *idle; + Timer *code_complete_timer; Label *error; @@ -145,6 +146,7 @@ protected: void _text_changed_idle_timeout(); + void _code_complete_timer_timeout(); void _text_changed(); void _line_col_changed(); void _notification(int); |
