1
0
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:
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;