Sticky Vertical Mode command

Summary

Toggles the sticky vertical mode.

Description

Toggles the sticky vertical mode. When Sticky Vertical Mode is active, dragging the mouse to select text will automatically result in vertical selection, rather than standard selection.

How to Run

  • Default Menu: Edit > Selection Mode > Sticky Vertical Mode

  • All Commands: Edit > Selection Mode > Sticky Vertical Mode

  • Toolbar:

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_VERTICAL_MODE (4473)

Macros

[JavaScript]

editor.ExecuteCommandByID(4473);

[VBScript]

editor.ExecuteCommandByID 4473