Merge pull request #8444 from magyar123/pr-complete-paths

Script editor now automatically completes file paths in GDScript
This commit is contained in:
Rémi Verschelde 2017-04-24 11:37:57 +02:00 committed by GitHub
commit 9acfb0782c
4 changed files with 33 additions and 0 deletions

View file

@ -557,6 +557,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
hints["text_editor/theme/font"] = PropertyInfo(Variant::STRING, "text_editor/theme/font", PROPERTY_HINT_GLOBAL_FILE, "*.fnt");
set("text_editor/completion/auto_brace_complete", false);
set("text_editor/files/restore_scripts_on_load", true);
set("text_editor/completion/complete_file_paths", true);
//set("docks/scene_tree/display_old_action_buttons",false);
set("docks/scene_tree/start_create_dialog_fully_expanded", false);