summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-08-13 08:09:37 +0200
committerGitHub <noreply@github.com>2019-08-13 08:09:37 +0200
commit1ccc2af2263f599681c92fe4e11995ece6ccc074 (patch)
treea5249b369fd810e0de113152890b863d2d10c7e1 /editor/plugins/script_editor_plugin.cpp
parent575e6a2d4aecf5a51c245c5e4bc2f67c05fd6344 (diff)
parent3d86ef74e714599a3da02a588d96915c535ab267 (diff)
Merge pull request #31254 from YeldhamDev/text_editor_find_files
Add "Find in Files..." to the text editor
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r--editor/plugins/script_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp
index ec391186c3..1072c3cad1 100644
--- a/editor/plugins/script_editor_plugin.cpp
+++ b/editor/plugins/script_editor_plugin.cpp
@@ -1072,6 +1072,7 @@ void ScriptEditor::_menu_option(int p_option) {
save_all_scripts();
} break;
case SEARCH_IN_FILES: {
+
_on_find_in_files_requested("");
} break;
case SEARCH_HELP: {