You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
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