Incremental Search (Find toolbar) command¶
Summary¶
Toggles the Incremental Search button on the Find toolbar.
Description¶
Toggles the Incremental Search button on the Find toolbar. When Incremental Search is activated, EmEditor will search and highlight results as the user types.
How to Run¶
Default Menu: None
All Commands: Search > Find Toolbar > Incremental Search
Toolbar: (Find toolbar)
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_FINDBAR_INCREMENTAL (4571)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4571);
[VBScript]¶
editor.ExecuteCommandByID 4571