Add code_complete_enabled code editor setting

This commit is contained in:
quinnyo
2022-11-02 05:03:43 +10:00
parent d7af287ce3
commit 68c24f9993
4 changed files with 9 additions and 2 deletions

View File

@ -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;