Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Line Down Extend command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Edit category

Line Down Extend command

Summary

Extends the selection down one line.

Description

Extends the selection down one line. If no text is selected, this command will select the line directly below the cursor.

How to Run

Default Menu: None

All Commands: Edit > Extend Selection > Line Down Extend

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: SHIFT+DOWN ARROW

Plug-in Command ID

EEID_SHIFT_DOWN (4177)

Macros

[JavaScript]

document.selection.LineDown(true,1);

[VBScript]

document.selection.LineDown true,1

Copyright © 2003-2023 by Emurasoft, Inc.