1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #8789 from Hinsbart/editor_shortcuts

Editor: Make "open 2d/3d/script editor" shortcuts configurable.
This commit is contained in:
Rémi Verschelde
2017-05-18 18:59:22 +02:00
committed by GitHub
3 changed files with 52 additions and 23 deletions

View File

@@ -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) {