Is there a way to make textpad display termination characters like notepad++ does?
notepad++ had a little CR or carriage return and LF for Line Feed and CRLF where as with textpad I cant tell what kind of termination character it is.
Thanks
Textpad display termination characters
Moderators: AmigoJack, bbadmin, helios, MudGuard
- Bob Hansen
- Posts: 1516
- Joined: Sun Mar 02, 2003 8:15 pm
- Location: Salem, NH
- Contact:
-
ben_josephs
- Posts: 2464
- Joined: Sun Mar 02, 2003 9:22 pm
-
ben_josephs
- Posts: 2464
- Joined: Sun Mar 02, 2003 9:22 pm
You can check with
View | Document Properties (<Alt-Ret>)
On the Document tab, under File type TextPad indicates the line endings as follows:
View | Document Properties (<Alt-Ret>)
On the Document tab, under File type TextPad indicates the line endings as follows:
Code: Select all
Line TextPad
ending indication
------- ----------
CRLF DOS
LF UNIX
CR Mac
CRCRLF Netscape [for erroneous historical reasons]
[mixed] Unknown