mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add editor settings for autocompletion with NodePath and StringName
This commit is contained in:
@@ -184,6 +184,8 @@ class CodeTextEditor : public VBoxContainer {
|
||||
|
||||
Color completion_font_color;
|
||||
Color completion_string_color;
|
||||
Color completion_string_name_color;
|
||||
Color completion_node_path_color;
|
||||
Color completion_comment_color;
|
||||
Color completion_doc_comment_color;
|
||||
CodeTextEditorCodeCompleteFunc code_complete_func;
|
||||
|
||||
Reference in New Issue
Block a user