You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
Script Editor: Add option to disable documentation tooltips
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user