Replace Next command¶
Summary¶
Replaces the next occurrence.
Description¶
Replaces the next occurrence of the previously searched string, with the same options.
How to Run¶
Default Menu: None
All Commands: Search > Replace Next
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_REPLACE_NEXT (4447)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4447);
[VBScript]¶
editor.ExecuteCommandByID 4447