Added a setting to disable autocomplete popup and fixed the autocomplete timer to updated when the setting has changed
This commit is contained in:
@ -129,6 +129,7 @@ class CodeTextEditor : public Control {
|
||||
Label *info;
|
||||
Timer *idle;
|
||||
Timer *code_complete_timer;
|
||||
bool enable_complete_timer;
|
||||
|
||||
Label *error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user