aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/code_editor.h
diff options
context:
space:
mode:
authorJonas Rudlang2014-05-22 00:01:11 +0200
committerJonas Rudlang2014-05-22 00:01:11 +0200
commit6b1b3fbfa5d8a3fc4b58e7b84b0d358cc65a0f81 (patch)
treeaabfb0f981e5205728432bd584d5822ac11def18 /tools/editor/code_editor.h
parent8bb7cc732563a3c23f13e88be92ccb29015fb391 (diff)
downloadgodot-6b1b3fbfa5d8a3fc4b58e7b84b0d358cc65a0f81.tar.gz
godot-6b1b3fbfa5d8a3fc4b58e7b84b0d358cc65a0f81.tar.zst
godot-6b1b3fbfa5d8a3fc4b58e7b84b0d358cc65a0f81.zip
Diffstat (limited to 'tools/editor/code_editor.h')
-rw-r--r--tools/editor/code_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/code_editor.h b/tools/editor/code_editor.h
index 2ca2ae987..1804237f1 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;