mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Added 'Replace in files' functionality to text editors
Fixes issue #31146
This commit is contained in:
parent
3679d49f4b
commit
4c80beab44
8 changed files with 120 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue