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

Copyright © 2003-2013 by Emurasoft, Inc.