diff options
Diffstat (limited to 'tools/editor/code_editor.h')
-rw-r--r-- | tools/editor/code_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/code_editor.h b/tools/editor/code_editor.h index 2ca2ae9873..1804237f18 100644 --- a/tools/editor/code_editor.h +++ b/tools/editor/code_editor.h @@ -129,6 +129,7 @@ class CodeTextEditor : public Control { Label *info; Timer *idle; Timer *code_complete_timer; + bool enable_complete_timer; Label *error; |