Search found 532 matches
- Thu Jun 11, 2026 6:36 am
- Forum: General
- Topic: Find in files progress
- Replies: 1
- Views: 21
Re: Find in files progress
a really large amount of files If it's thousands of files in one single folder then Windows itself is the culprit - the Explorer should also take the same long time to list all files of the folder. Likewise TextPad first collects all the filenames of the folder and then searches in the content of ...
- Thu May 21, 2026 1:09 pm
- Forum: General
- Topic: Regex Issue with EOLN
- Replies: 1
- Views: 101
Re: Regex Issue with EOLN
Unlike the dot, negated character classes also match (invisible) line break characters. If you don’t want a negated character class to match line breaks, you need to include the line break characters in the class. [^0-9\r\n] matches any character that is not a digit, carriage return, or line feed ...
- Fri Apr 03, 2026 9:47 am
- Forum: General
- Topic: automatically re-opening documents after restart? Come and gone!
- Replies: 7
- Views: 3372
- Sun Mar 01, 2026 6:19 am
- Forum: General
- Topic: 9.9.4: doubleclick in Explorer with running TextPad does nothing, Win11
- Replies: 10
- Views: 5405
Re: 9.9.4: doubleclick in Explorer with running TextPad does nothing, Win11
clicking the TextPad icon in the taskbar Are you clicking
the task button of the running TextPad instance (that's the button that typically can have different text as per context, such as the currently open document) or
a shortcut (comparible to an icon on the desktop or in the start menu) that ...
the task button of the running TextPad instance (that's the button that typically can have different text as per context, such as the currently open document) or
a shortcut (comparible to an icon on the desktop or in the start menu) that ...
- Wed Feb 25, 2026 7:42 am
- Forum: General
- Topic: UTF-8 as default doesn't seem to stick
- Replies: 2
- Views: 3026
Re: UTF-8 as default doesn't seem to stick
Sadly you also never replied to any of the topics you've created:
Change the default encoding to UTF-8
ANSI/UTF-8/Regular text This forum software doesn't work like a chat where you just post a message again and again. Click Quick links > Your posts at to top left to get a list of all topics ...
Change the default encoding to UTF-8
ANSI/UTF-8/Regular text This forum software doesn't work like a chat where you just post a message again and again. Click Quick links > Your posts at to top left to get a list of all topics ...
- Wed Feb 18, 2026 8:41 am
- Forum: General
- Topic: Cancelling document properties undoes applied values (9.9.3)
- Replies: 5
- Views: 4391
Re: Cancelling document properties undoes applied values (9.9.3)
While this makes sense in that particular case I expect a dialog window always the behavior that the "Ok" button acts as a shortcut to pressing the "Apply" button to save changes and the "Cancel" button to close the window.
Couldn't the "Cancel" button be renamed to "Revert" after the "Apply ...
Couldn't the "Cancel" button be renamed to "Revert" after the "Apply ...
- Sun Feb 15, 2026 8:55 pm
- Forum: General
- Topic: textpad 9 v Textpad 8
- Replies: 6
- Views: 7566
Re: textpad 9 v Textpad 8
Instead of having a big desktop resolution and adjusting every program on its own to have bigger fonts, consider increasing the overall text size of Windows. Or you could just lower your desktop resolution, which effectively also displays everything bigger.
- Fri Feb 13, 2026 6:39 am
- Forum: General
- Topic: Align Right without Word Break
- Replies: 6
- Views: 3946
Re: Align Right without Word Break
That could be an optional setting, maybe even with defining which letter to use. But then again I virtually never use TextPad to align texts...
- Wed Feb 11, 2026 11:59 am
- Forum: General
- Topic: Change the default encoding to UTF-8
- Replies: 1
- Views: 2887
Re: Change the default encoding to UTF-8
- menu: Configure > Preferences
- tree on the left: Document Classes > (every one you want, in doubt repeat for all)
- settings list on the right: Default encoding: UTF-8
- Tue Feb 10, 2026 6:35 pm
- Forum: General
- Topic: The latest versions of TextPad are much slower and unstable than versions 7
- Replies: 6
- Views: 3752
Re: The latest versions of TextPad are much slower and unstable than versions 7
32 MB RAM This can't be true.
Even if loading the file takes time—even several minutes—it shouldn’t freeze TextPad during the load TextPad 7 always worked this way.
in the past, I could load very large files within seconds, and now it takes half an hour and still doesn’t finish and it freezes ...
Even if loading the file takes time—even several minutes—it shouldn’t freeze TextPad during the load TextPad 7 always worked this way.
in the past, I could load very large files within seconds, and now it takes half an hour and still doesn’t finish and it freezes ...
- Fri Dec 12, 2025 8:00 am
- Forum: General
- Topic: Shortcut key(s) to toggle wordwrap
- Replies: 1
- Views: 3184
Re: Shortcut key(s) to toggle wordwrap
One can always visit Configure > Preferences > Keyboard and in there either:
select the Category "Configure" and the Command "ToggleWordWrap" to then see the Current keys (and modify it), or
just click the List button to get all assigned shortcuts/key combinations in the whole program.
select the Category "Configure" and the Command "ToggleWordWrap" to then see the Current keys (and modify it), or
just click the List button to get all assigned shortcuts/key combinations in the whole program.
- Thu Dec 04, 2025 7:17 am
- Forum: General
- Topic: RegEx matching [^\n]+ includes \n
- Replies: 7
- Views: 4792
Re: RegEx matching [^\n]+ includes \n
$ has no special meaning inside square brackets - it only literally matches a dollar sign. Just like a dot or asterisk are no metacharacters inside character classes.
- Tue Dec 02, 2025 10:50 pm
- Forum: General
- Topic: TextPad 8.23.3 does not work on Windows 7
- Replies: 4
- Views: 4092
Re: TextPad 8.23.3 does not work with Windows 7
Why asking if you found proof that it won't support Win7 anymore?
However, a minor version should not increase the system requirements - I would not even expect such a drastic change from version 8.23.x to 8.24.x (only from 8.x to 9.x). Maybe the culprit is the changed behavior of a compiler ...
A ...
However, a minor version should not increase the system requirements - I would not even expect such a drastic change from version 8.23.x to 8.24.x (only from 8.x to 9.x). Maybe the culprit is the changed behavior of a compiler ...
A ...
- Sun Nov 23, 2025 5:31 pm
- Forum: General
- Topic: Blinking "Textpad"
- Replies: 2
- Views: 3725
Re: Blinking "Textpad"
whenever the program is open, textpad becomes unresponsive while it's doing this Are you working in TextPad when this occurs or is it an issue while (you think) you're in a different window/program? Maybe another window is in the foreground but not active and TextPad is active, getting all the ...
- Wed Nov 12, 2025 7:31 am
- Forum: General
- Topic: Differences in Behaviour - v8.23.2
- Replies: 6
- Views: 4751
Re: Differences in Behaviour - v8.23.2
Windows 11 21H2, with Bitlocker active on the drive That's no file system. See:
Right click your drive > Properties > General > File system:
https://forums.textpad.com/download/file.php?id=132
It should be something like "NTFS" or "FAT32" or "exFAT". Windows version and drive type are ...
Right click your drive > Properties > General > File system:
https://forums.textpad.com/download/file.php?id=132
It should be something like "NTFS" or "FAT32" or "exFAT". Windows version and drive type are ...