You've already forked godot
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:
@@ -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: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user