diff options
| author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-08-09 18:55:01 -0300 |
|---|---|---|
| committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-08-12 11:49:45 -0300 |
| commit | 3d86ef74e714599a3da02a588d96915c535ab267 (patch) | |
| tree | 590abf877bd0f12e3ec6ad2b6f00395083f1d7a8 /editor/plugins/script_editor_plugin.cpp | |
| parent | 2b1159476681677bad25be138e388e45e9822224 (diff) | |
| download | redot-engine-3d86ef74e714599a3da02a588d96915c535ab267.tar.gz | |
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.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 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: { |
