Find command¶
Summary¶
Finds a string.
Description¶
Finds a specified string. This command displays the Find dialog box. Specifying a string and other options will start finding the specified string.
How to Run¶
Default Menu: Search > Find
All Commands: Search > Find
Toolbar:
Status Bar: None
Default Shortcut Key: CTRL+F
Plug-in Command ID¶
EEID_EDIT_FIND (4200)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4200);
[VBScript]¶
editor.ExecuteCommandByID 4200