Textpad display termination characters

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
specked
Posts: 2
Joined: Wed Jul 16, 2008 7:26 pm

Textpad display termination characters

Post by specked »

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
User avatar
Bob Hansen
Posts: 1516
Joined: Sun Mar 02, 2003 8:15 pm
Location: Salem, NH
Contact:

Post by Bob Hansen »

Does this help?

On the Main Menu, click on View/Visible Spaces.

Also set Configure/Preferences/View.
Put checks in the boxes for visibility on Paragraphs/Spaces/Tabs.
Hope this was helpful.............good luck,
Bob
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Not on its own, I think, because specked wants to distinguish LFs from CRLFs.

If you highlight text containing a line ending, a LF shows as a single highlighted space; a CRLF shows as two highlighted spaces. The difference is indeed easier to see if Visible Spaces has been selected.
specked
Posts: 2
Joined: Wed Jul 16, 2008 7:26 pm

Post by specked »

That's a shame. I hope some textpad dev's see this post. I use textpad daily for programming and data manipulation. It would be great to have a CRLF identifier as clear as what is available from notepad++

Thank you for your replies guys.
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

You can check with
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
Post Reply