Add to Markers command¶
Summary¶
Adds the selected text to the Markers list.
Description¶
Adds the selected text to the Markers list.
How to Run¶
Default Menu: None
All Commands: Edit > Advanced > Add to Markers
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_ADD_TO_MARKERS (4560)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4560);
[VBScript]¶
editor.ExecuteCommandByID 4560