Text editors/viewers which support \n line endings
Almost all existing editors, except seriously crippled (example:
Windows' default Notepad) allow loading of \n-eoled files correctly. However,
almost all save them with \r\n. Below is the list of some such editors:
- Win32Pad,
32K Notepad-lookalike
- The Gun,
6K Notepad-lookalike, it doesn't change eol of existing lines, but
will spew \r\n for each new.
Finding editor which will naturally support \n-eoled is slightly
harder, but still possible:
-
Metapad supports both \n and \r\n files and converting between, block
indent/unindent, goto line, search/replace (no regexps, as you guessed),
GUI-faced.
local copy (20k.).
-
CREdit is almost IDE with syntax highlighting, external programs, etc.
Preserves eol style of text, but I wasn't able to find way of changing it
in 5secs. local copy (270k)
- PFE, the Programmer's
File Editor, supports \n files as many other features.
local copy (620k)