EmEditor Home - EmEditor Help - Command Reference - Edit category

Delete Right Line command

Summary

Deletes the line to the right of the cursor.

Description

Deletes text from the cursor position to the end of the logical line at the cursor.

How to Run

Plug-in Command ID

Macros

[JavaScript]

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

[VBScript]

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

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2011 by Emurasoft, Inc.