Invert Bookmarks in This Document command¶
Summary¶
Inverts all bookmarks in the current document.
Description¶
Inverts all bookmarks in the current document, bookmarking lines that were not bookmarked, and clearing the bookmark on lines that were bookmarked.
How to Run¶
- Default Menu: Bookmarks > Invert Bookmarks 
- All Commands: Bookmarks > Invert Bookmarks 
- Toolbar: None 
- Status Bar: None 
- Default Keyboard Shortcut: None 
Plug-in Command ID¶
EEID_BOOKMARK_INVERT (4588)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4588);
[VBScript]¶
editor.ExecuteCommandByID 4588