mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Fix code completion for new getnode syntax
This commit is contained in:
parent
8b912d1115
commit
8963ca3d17
4 changed files with 37 additions and 8 deletions
|
|
@ -1305,6 +1305,7 @@ CodeTextEditor::CodeTextEditor() {
|
|||
cs.push_back(".");
|
||||
cs.push_back(",");
|
||||
cs.push_back("(");
|
||||
cs.push_back("$");
|
||||
text_editor->set_completion(true,cs);
|
||||
idle->connect("timeout", this,"_text_changed_idle_timeout");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue