Inserts newline characters at wrap points in the selection.
Inserts newline characters at wrap points in the selection. Similar to Split Lines command, but this command does not remove a space at each line before the newline character. The newline character will match to the newline characte used at the current line.
•Default Menu: Edit > Convert Selection > Insert Newline Characters
•All Commands: Edit > Convert Selection > Insert Newline Characters
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: None
•EEID_INSERT_CR_WRAP (4143)
document.selection.Format(eeFormatInsertNL);
document.selection.Format eeFormatInsertNL