From 6b1b3fbfa5d8a3fc4b58e7b84b0d358cc65a0f81 Mon Sep 17 00:00:00 2001 From: Jonas Rudlang Date: Thu, 22 May 2014 00:01:11 +0200 Subject: Added a setting to disable autocomplete popup and fixed the autocomplete timer to updated when the setting has changed --- tools/editor/code_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/editor/code_editor.h') 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; -- cgit v1.2.3-70-g09d2