EmEditor Home - EmEditor Help - Command Reference - Edit category

Logical Home or Start of Text Extend command

Summary

Extends the selection to the start of the current logical line, or the start of the text on that line.

Description

Extends the selection to the start of the current logical line. If there is white space before any text, the selection is extended to the first non-white space character on the current line.

How to Run

Plug-in Command ID

Macros

[JavaScript]

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

[VBScript]

document.selection.StartOfLine true,eeLineLogical | eeLineHomeText

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2011 by Emurasoft, Inc.