setLineBreak
The setLineBreak command sets the End of Line (EOL) characters for files that use the z Systems® LPEX Editor. Since all files that use the z Systems LPEX Editor use the same EOL characters, this command sets the EOL characters for all files.
Syntax
setLineBreakThe command and parameters are case sensitive.
Arguments
Optional arguments:- UNIX
- Converts all existing line breaks to UNIX style line breaks and adds all new lines with UNIX style line breaks. UNIX style line breaks use LF (Line Feed) to mark the end of a line. For example, "\n".
- DOS
- Converts all existing line breaks to DOS style line breaks and adds all new lines with DOS style line breaks. DOS style line breaks use CR (Carriage Return) LF (Line Feed) to mark the end of a line. For example, "\r\n".
- LF
- Uses an LF character at the end of a line. For example, "\n".
- CLRF
- Uses a carriage return and a line feed at the end of a line. For example, "\r\n".
- Preserve
- Inserts the same style of line break characters that are already used by the selected file when it is open.
- Default
- Inserts the same style of line break characters that are already used by the selected file when it is open.
Note: You can also set the EOL setting from the Line
Breaks preference page.