Search found 252 matches

by gcotterl
Mon Apr 20, 2026 1:19 am
Forum: General
Topic: TextPad aborts: searching for "." restarts program
Replies: 5
Views: 3913

Re: TextPad aborts

TextPad doesn't create a dump file; it just closes down then opens a new empty file
by gcotterl
Sun Apr 19, 2026 6:15 pm
Forum: General
Topic: TextPad aborts: searching for "." restarts program
Replies: 5
Views: 3913

Re: TextPad aborts

TextPad 9.9.5 (released on March 14, 2026) for Intel64

The abort happens on all files
by gcotterl
Sun Apr 19, 2026 5:13 pm
Forum: General
Topic: TextPad aborts: searching for "." restarts program
Replies: 5
Views: 3913

TextPad aborts: searching for "." restarts program

When I search for a period ( "." ) -- the Regular Expression box is not ticked -- TextPad shuts down then restarts with an empty screen.

How can I prevent that?
by gcotterl
Sat Jul 12, 2025 7:37 am
Forum: General
Topic: Highlight found search string
Replies: 1
Views: 3101

Highlight found search string

When the search string is found, the LINE containing the search string is highlighted.
How can I get only the SEARCH STRING to be highlighted?
by gcotterl
Tue Jun 24, 2025 8:46 pm
Forum: General
Topic: CURRENT LINE COLOR
Replies: 4
Views: 4648

Re: CURRENT LINE COLOR

Thank you!!!! :D :D :D :D :D
by gcotterl
Tue Jun 24, 2025 8:32 am
Forum: General
Topic: CURRENT LINE COLOR
Replies: 4
Views: 4648

Re: CURRENT LINE COLOR

your link contains instructions from:
MarJohn » 05.07.25
bbadmin » 05.07.25
Mr. Code Monkey » 05.12.25

Which one(s) do I follow:
Does any highlight the entire line?
by gcotterl
Mon Jun 23, 2025 9:25 pm
Forum: General
Topic: CURRENT LINE COLOR
Replies: 4
Views: 4648

CURRENT LINE COLOR

I click Search
I click Find
I enter the search string in the Find What box
I click Find Next.

How can I change the color of the line the search string is found on?

Desktop PC
TextPad 9.8.1
Windows 11
Firefox browser
by gcotterl
Mon Oct 14, 2024 4:00 pm
Forum: General
Topic: REPLACE ALL: only ONE instance of the text is replaced
Replies: 9
Views: 10206

Re: REPLACE ALL: only ONE instance of the text is replaced

I'm not an a macro-bian (for TextPad or Excel)
by gcotterl
Mon Oct 14, 2024 3:08 pm
Forum: General
Topic: REPLACE ALL: only ONE instance of the text is replaced
Replies: 9
Views: 10206

Re: REPLACE ALL: only ONE instance of the text is replaced

I'm using TextPad version 9.5.2 (64-bit)

Using the search and replace strings and other parameters at the top of my text file, I can NOT reproduce my problem either.

I will continue using REPLACE ALLto see if my problem recurs.

I will let you know, either way.




BTW: I always thought TEXTPAD ...
by gcotterl
Mon Oct 14, 2024 2:03 pm
Forum: General
Topic: REPLACE ALL: only ONE instance of the text is replaced
Replies: 9
Views: 10206

Re: REPLACE ALL: only ONE instance of the text is replaced

The search and replace strings info is at the top of the attached sample text document.
by gcotterl
Mon Oct 14, 2024 1:52 pm
Forum: General
Topic: regex: replace )\n with \n\n
Replies: 4
Views: 6783

Re: regex: replace )\n with \n\n

Thanks, I will do that.

BTW: I don't know if there's a way to mark this thread as wonderfully resolved nor how to close this item. Can you do it for me?
by gcotterl
Mon Oct 14, 2024 11:09 am
Forum: General
Topic: Unwanted tabs
Replies: 2
Views: 5627

Re: Unwanted tabs

Done

Thanks you for you quick response!
by gcotterl
Mon Oct 14, 2024 11:05 am
Forum: General
Topic: regex: replace )\n with \n\n
Replies: 4
Views: 6783

Re: Dialog box

so, in my example, "Find What" would be \)\n ?
by gcotterl
Mon Oct 14, 2024 11:02 am
Forum: General
Topic: REPLACE ALL: only ONE instance of the text is replaced
Replies: 9
Views: 10206

Re: REPLACE ALL

Scope is set to Active Document (not Selected Text)
by gcotterl
Mon Oct 14, 2024 9:12 am
Forum: General
Topic: regex: replace )\n with \n\n
Replies: 4
Views: 6783

regex: replace )\n with \n\n

I want to replace )\n with \n\n

Since \n is a regular expression, “Regular Expression” is ticked on the “REPLACE” screen.

The “FIND WHAT” box contains: )\n
The “REPLACE WITH” box contains: \n\n

When I click any of the “REPLACE” buttons, a dialog box is displayed saying “Found a closing ) with no ...