Replace All (Find toolbar) command¶
Summary¶
Replaces all the matched strings using the Find toolbar.
Description¶
Replaces all the matched strings using the Find toolbar.
How to Run¶
Default Menu: None
All Commands: Search > Find Toolbar > Replace All
Toolbar: (Find toolbar)
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_FINDBAR_REPLACE_ALL (4582)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4582);
[VBScript]¶
editor.ExecuteCommandByID 4582