Added a setting to disable autocomplete popup and fixed the autocomplete timer to updated when the setting has changed

This commit is contained in:
Jonas Rudlang
2014-05-22 00:01:11 +02:00
parent 8bb7cc7325
commit 6b1b3fbfa5
2 changed files with 12 additions and 3 deletions

View File

@ -129,6 +129,7 @@ class CodeTextEditor : public Control {
Label *info;
Timer *idle;
Timer *code_complete_timer;
bool enable_complete_timer;
Label *error;