Match Case (Find toolbar) command¶
Summary¶
Toggles the Match Case button on the Find toolbar.
Description¶
Toggles the Match Case button on the Find toolbar. When this command is toggled, searches will be case-sensitive.
How to Run¶
Default Menu: None
All Commands: Search > Find Toolbar > Match Case
Toolbar: (Find toolbar)
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_FINDBAR_CASE (4573)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4573);
[VBScript]¶
editor.ExecuteCommandByID 4573