mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Allow connecting signals to existing methods without opening the script editor
This commit is contained in:
@@ -626,6 +626,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
||||
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_RANGE, "text_editor/behavior/navigation/v_scroll_speed", 80, "1,10000,1")
|
||||
_initial_set("text_editor/behavior/navigation/drag_and_drop_selection", true);
|
||||
_initial_set("text_editor/behavior/navigation/stay_in_script_editor_on_node_selected", true);
|
||||
_initial_set("text_editor/behavior/navigation/open_script_when_connecting_signal_to_existing_method", true);
|
||||
|
||||
// Behavior: Indent
|
||||
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_ENUM, "text_editor/behavior/indent/type", 0, "Tabs,Spaces")
|
||||
|
||||
Reference in New Issue
Block a user