diff options
author | Andreas Haas <liu.gam3@gmail.com> | 2017-05-16 21:26:32 +0200 |
---|---|---|
committer | Andreas Haas <liu.gam3@gmail.com> | 2017-05-18 18:36:16 +0200 |
commit | 3be8a94868110f107454f4e9ae12c0db5c04c858 (patch) | |
tree | 8df44621e271a99ad450ec0fdd5d34a8524a9b1a /editor/plugins/script_editor_plugin.cpp | |
parent | ce2077262a967cd9020d54059a03a11f33d15c01 (diff) |
Editor: Make "open 2d/3d/script editor" shortcuts configurable.
Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor.
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index a5414325d0..18397264ef 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -1048,6 +1048,7 @@ void ScriptEditor::_notification(int p_what) { get_tree()->connect("tree_changed", this, "_tree_changed"); editor->connect("request_help", this, "_request_help"); + editor->connect("request_help_search", this, "_help_search"); } if (p_what == NOTIFICATION_EXIT_TREE) { |