Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Logical Home or Start of Text command

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

Logical Home or Start of Text command

Summary

Moves the cursor to the start of the current logical line or the start of text.

Description

Moves the cursor to either the start of the current logical line, or the first non-white space character of the current line. If the cursor is within white space characters at the beginning of the line, this command moves the cursor to the first non-white space character of the line.

How to Run

Default Menu: None

All Commands: Edit > Move Cursor Horizontally > Logical Home or Start of Text

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_LOGICAL_HOME_TEXT (4333)

Macros

[JavaScript]

document.selection.StartOfLine(false,eeLineLogical | eeLineHomeText);

[VBScript]

document.selection.StartOfLine false,eeLineLogical Or eeLineHomeText

Copyright © 2003-2023 by Emurasoft, Inc.