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