EmEditor Home - EmEditor Help - Command Reference - Edit category

Delete Left Line command

Summary

Deletes the line to the left of the cursor.

Description

Deletes text from the cursor position to the beginning of the logical line.

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.StartOfLine(true,eeLineLogical);
document.selection.Delete(1);

[VBScript]

document.selection.StartOfLine true,eeLineLogical
document.selection.Delete 1

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2011 by Emurasoft, Inc.