Remove Empty Lines command

Summary

Removes empty lines in the selection or the whole document.

Description

Removes empty lines in the selection or the whole document.

How to Run

  • Default Menu: None

  • All Commands: Convert > Remove Empty Lines

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_REMOVE_EMPTY_LINES (4029)

Macros

[JavaScript]

editor.ExecuteCommandByID(4029);

[VBScript]

editor.ExecuteCommandByID 4029