Delete Bookmarked Lines in this Document command¶
Summary¶
Deletes all bookmarked lines in the current document.
Description¶
Deletes all bookmarked lines in the current document.
How to Run¶
Default Menu: Bookmarks > Delete Bookmarked Lines
All Commands: Bookmarks > Delete Bookmarked Lines
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_BOOKMARK_DELETE (4589)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4589);
[VBScript]¶
editor.ExecuteCommandByID 4589