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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user