diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-08-13 08:09:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 08:09:37 +0200 |
commit | 1ccc2af2263f599681c92fe4e11995ece6ccc074 (patch) | |
tree | a5249b369fd810e0de113152890b863d2d10c7e1 /editor/plugins/script_text_editor.cpp | |
parent | 575e6a2d4aecf5a51c245c5e4bc2f67c05fd6344 (diff) | |
parent | 3d86ef74e714599a3da02a588d96915c535ab267 (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_text_editor.cpp')
-rw-r--r-- | editor/plugins/script_text_editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp index 98e0edd581..87248c53b1 100644 --- a/editor/plugins/script_text_editor.cpp +++ b/editor/plugins/script_text_editor.cpp @@ -1197,7 +1197,6 @@ void ScriptTextEditor::_edit_option(int p_op) { // Yep, because it doesn't make sense to instance this dialog for every single script open... // So this will be delegated to the ScriptEditor. emit_signal("search_in_files_requested", selected_text); - } break; case SEARCH_LOCATE_FUNCTION: { |