Script Editor: Add option to disable documentation tooltips
This commit is contained in:
parent
36d90c73a8
commit
ead16435bf
5 changed files with 35 additions and 8 deletions
|
|
@ -719,6 +719,9 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
_initial_set("text_editor/behavior/files/auto_reload_and_parse_scripts_on_save", true);
|
||||
_initial_set("text_editor/behavior/files/open_dominant_script_on_scene_change", false, true);
|
||||
|
||||
// Behavior: Documentation
|
||||
_initial_set("text_editor/behavior/documentation/enable_tooltips", true, true);
|
||||
|
||||
// Script list
|
||||
_initial_set("text_editor/script_list/show_members_overview", true, true);
|
||||
_initial_set("text_editor/script_list/sort_members_outline_alphabetically", false, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue