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

Add "Find in Files..." to the text editor

This commit is contained in:
Michael Alexsander Silva Dias
2019-08-09 18:55:01 -03:00
parent 2b11594766
commit 3d86ef74e7
4 changed files with 14 additions and 3 deletions

View File

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