Select All Occurrences command

Summary

Selects all the occurrences of the specified text.

Description

Selects all the occurrences of the specified text in the current document.

How to Run

  • Default Menu: Search > Select All Occurrences

  • All Commands: Search > Select All Occurrences

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: CTRL+Shift+A

Plug-in Command ID

EEID_SELECT_ALL_OCCURRENCES (4603)

Macros

[JavaScript]

editor.ExecuteCommandByID(4603);

[VBScript]

editor.ExecuteCommandByID 4603