Autocompletion: Add support for string name option in more places
This commit is contained in:
parent
292e50e17e
commit
51f74af2ac
12 changed files with 99 additions and 9 deletions
|
|
@ -130,6 +130,8 @@ static void test_directory(const String &p_dir) {
|
|||
#endif
|
||||
|
||||
EditorSettings::get_singleton()->set_setting("text_editor/completion/use_single_quotes", conf.get_value("input", "use_single_quotes", false));
|
||||
EditorSettings::get_singleton()->set_setting("text_editor/completion/add_node_path_literals", conf.get_value("input", "add_node_path_literals", false));
|
||||
EditorSettings::get_singleton()->set_setting("text_editor/completion/add_string_name_literals", conf.get_value("input", "add_string_name_literals", false));
|
||||
|
||||
List<Dictionary> include;
|
||||
to_dict_list(conf.get_value("output", "include", Array()), include);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue