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

EEID_SHIFT_BOTTOM (4185)

Macros

[JavaScript]

document.selection.EndOfDocument(true);

[VBScript]

document.selection.EndOfDocument true