Added a setting to disable autocomplete popup and fixed the autocomplete timer to updated when the setting has changed
This commit is contained in:
parent
8bb7cc7325
commit
6b1b3fbfa5
2 changed files with 12 additions and 3 deletions
|
|
@ -129,6 +129,7 @@ class CodeTextEditor : public Control {
|
|||
Label *info;
|
||||
Timer *idle;
|
||||
Timer *code_complete_timer;
|
||||
bool enable_complete_timer;
|
||||
|
||||
Label *error;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue