Extract Bookmarked Lines in This Document to New File command¶
Summary¶
Extracts all bookmarked lines in the current document and copies to a new document.
Description¶
Extracts all bookmarked lines in the current document and copies to a new document. This command does not remove the bookmarked lines from the original document.
How to Run¶
- Default Menu: Bookmarks > Extract Bookmarked Lines to New File 
- All Commands: Bookmarks > Extract Bookmarked Lines to New File 
- Toolbar: None 
- Status Bar: None 
- Default Keyboard Shortcut: None 
Plug-in Command ID¶
EEID_BOOKMARK_EXTRACT (4590)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4590);
[VBScript]¶
editor.ExecuteCommandByID 4590