You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Added 'Replace in files' functionality to text editors
Fixes issue #31146
This commit is contained in:
@@ -133,6 +133,7 @@ class ScriptTextEditor : public ScriptEditorBase {
|
||||
SEARCH_LOCATE_FUNCTION,
|
||||
SEARCH_GOTO_LINE,
|
||||
SEARCH_IN_FILES,
|
||||
REPLACE_IN_FILES,
|
||||
BOOKMARK_TOGGLE,
|
||||
BOOKMARK_GOTO_NEXT,
|
||||
BOOKMARK_GOTO_PREV,
|
||||
|
||||
Reference in New Issue
Block a user