summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-08-09 18:55:01 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-08-12 11:49:45 -0300
commit3d86ef74e714599a3da02a588d96915c535ab267 (patch)
tree590abf877bd0f12e3ec6ad2b6f00395083f1d7a8 /editor/plugins/script_text_editor.cpp
parent2b1159476681677bad25be138e388e45e9822224 (diff)
downloadredot-engine-3d86ef74e714599a3da02a588d96915c535ab267.tar.gz
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.cpp1
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: {