Inserts or deletes new lines in the selection.
document.selection.Format( nFlags );
document.selection.Format nFlags
nFlags
Specifies a combination of the following values:
| eeFormatInsertNL | Inserts new lines at wrapped positions in the selection. |
| eeFormatDeleteNL | Removes new lines at wrapped positions in the selection. |
| eeFormatSplitLines | Splits lines by inserting new lines and removing trailing spaces (EmEditor Professional Version 4.10 or later). |
| eeFormatJoinLines | Joins lines by removing new lines and inserting spaces at the end of each line (EmEditor Professional Version 4.10 or later). |
Supported on EmEditor Professional Version 4.00 or later.
Send feedback on this topic to Emurasoft