Bottom Extend command
Summary
Extends the selection to the bottom of the file.
Description
Extends the selection to the bottom of the file.
How to Run
- Default Menu: None
- All Commands: Edit > Extend Selection
> Bottom Extend
- Toolbar: None
- Status Bar: None
- Default Keyboard Shortcut: CTRL+SHIFT+END
Plug-in Command ID
Macros
[JavaScript]
document.selection.EndOfDocument(true);
[VBScript]
document.selection.EndOfDocument true
Send feedback on this topic to Emurasoft