diff options
| author | Rémi Verschelde | 2017-05-18 18:59:22 +0200 |
|---|---|---|
| committer | GitHub | 2017-05-18 18:59:22 +0200 |
| commit | 0aede444ef2cea5bfd830ff5a1e7db6e1373cfc4 (patch) | |
| tree | 2a0050dd0d76c138ae81484ba239d32826a10bf7 /editor/plugins/script_editor_plugin.cpp | |
| parent | 1f62c331412f7f89bae7655c50cbbdf99f972082 (diff) | |
| parent | 3be8a94868110f107454f4e9ae12c0db5c04c858 (diff) | |
| download | godot-0aede444ef2cea5bfd830ff5a1e7db6e1373cfc4.tar.gz godot-0aede444ef2cea5bfd830ff5a1e7db6e1373cfc4.tar.zst godot-0aede444ef2cea5bfd830ff5a1e7db6e1373cfc4.zip | |
Merge pull request #8789 from Hinsbart/editor_shortcuts
Editor: Make "open 2d/3d/script editor" shortcuts configurable.
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 48e61a096..0b96570fd 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) { |
