Select Beginning of Lines command

Summary

Selects the beginning of lines in the selection.

Description

Selects the beginning of lines in the selection for vertical selection editing. These lines can then be edited simultaneously.

How to Run

  • Default Menu: Edit > Selection Mode > Select Beginning of lines

  • All Commands: Edit > Selection Mode > Select Beginning of lines

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_SELECT_BEGIN_LINES

Macros

[JavaScript]

editor.ExecuteCommandByID(3848);

[VBScript]

editor.ExecuteCommandByID 3848