You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add code_complete_enabled code editor setting
This commit is contained in:
@@ -157,6 +157,7 @@ class CodeTextEditor : public VBoxContainer {
|
||||
|
||||
Label *info = nullptr;
|
||||
Timer *idle = nullptr;
|
||||
bool code_complete_enabled = true;
|
||||
Timer *code_complete_timer = nullptr;
|
||||
int code_complete_timer_line = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user