Note that if you just want a list of the files in a workspace, you can do that with the "Edit/Copy Other/All File Names" command, and paste them into a new document.
If you save the list in a file, say "myfiles.txt", you can open them all at once with the "Quick File Open" command (Ctrl+Shift+O) by ...
Search found 997 matches
- Wed Jun 03, 2026 8:01 am
- Forum: General
- Topic: File->Open... .tws file doesn't prompt (9.9.6)
- Replies: 5
- Views: 190
- Fri May 22, 2026 9:04 am
- Forum: General
- Topic: File->Open... .tws file doesn't prompt (9.9.6)
- Replies: 5
- Views: 190
Re: File->Open... .tws file doesn't prompt (9.9.6)
I've checked back and found that this bug was introduced in versions 9.4.1 and 8.18.1 in February 2024. It's funny how often old bugs are found within a week of issuing new releases!
Thanks for reporting it. It will be fixed in the next release.
Thanks for reporting it. It will be fixed in the next release.
- Fri May 15, 2026 6:57 am
- Forum: General
- Topic: TextPad 9.9.6 and 8.23.6 are released
- Replies: 2
- Views: 2110
Re: TextPad 9.9.6 and 8.23.6 are released
This is fixed in the downloads now available. No other changes have been made.
- Tue May 12, 2026 4:52 pm
- Forum: General
- Topic: TextPad 9.9.6 and 8.23.6 are released
- Replies: 2
- Views: 2110
TextPad 9.9.6 and 8.23.6 are released
We are pleased to announce the release of TextPad 9.9.6 and 8.23.6.
Please see the release notes for details of the changes and the downloads page for links to the installation files.
WARNING: workspace files saved in version 9 cannot be read by version 8.
There is no charge for either of these ...
Please see the release notes for details of the changes and the downloads page for links to the installation files.
WARNING: workspace files saved in version 9 cannot be read by version 8.
There is no charge for either of these ...
- Tue May 12, 2026 4:51 pm
- Forum: Announcements
- Topic: TextPad 9.9.6 and 8.23.6 are released
- Replies: 0
- Views: 1022
TextPad 9.9.6 and 8.23.6 are released
We are pleased to announce the release of TextPad 9.9.6 and 8.23.6.
Please see the release notes for details of the changes and the downloads page for links to the installation files.
WARNING: workspace files saved in version 9 cannot be read by version 8.
There is no charge for either of these ...
Please see the release notes for details of the changes and the downloads page for links to the installation files.
WARNING: workspace files saved in version 9 cannot be read by version 8.
There is no charge for either of these ...
- Fri May 08, 2026 9:17 am
- Forum: General
- Topic: 9.9.5 crashes when trying to save to a network locations
- Replies: 5
- Views: 2583
Re: 9.9.5 crashes when trying to save to a network locations
In Windows 10 & 11, crash dumps are saved in this folder:
I have updated viewtopic.php?p=43064#p43064 accordingly.
What kind of file system is on your network drives and which software are you using to connect them to Windows?
Code: Select all
%LOCALAPPDATA%\CrashDumpsWhat kind of file system is on your network drives and which software are you using to connect them to Windows?
- Fri May 08, 2026 9:13 am
- Forum: General
- Topic: Where is dump file saved?
- Replies: 3
- Views: 2611
Re: Where is dump file saved?
Note that in Windows 10 and 11, crash dumps are saved in this folder:
Applicable ones have "TextPad" in their names.
Code: Select all
%LOCALAPPDATA%\CrashDumps- Thu May 07, 2026 7:56 pm
- Forum: General
- Topic: 9.9.5 crashes when trying to save to a network locations
- Replies: 5
- Views: 2583
Re: 9.9.5 crashes when trying to save to a network locations
I cannot reproduce this. Please send a copy of one of the crash dump files to support at textpad dot com.
- Wed May 06, 2026 10:34 am
- Forum: HOW-TOs
- Topic: An alternative way to create shortcuts for user macros and tools
- Replies: 0
- Views: 3452
An alternative way to create shortcuts for user macros and tools
Windows uses the "&" (ampersand) character to underline characters on menus which can be used as shortcuts. You can see it in action when you press the Alt key. For example, the "M" in "Macros" will then be underlined on the top level menu. That means that you can then press the "M" key to popup the ...
- Mon Apr 20, 2026 6:56 am
- Forum: General
- Topic: TextPad aborts: searching for "." restarts program
- Replies: 5
- Views: 3899
Re: TextPad aborts: searching for "." restarts program
I can't reproduce this. Does it make any difference if the regular expression box is checked? Does it occur when searching for any other single character?
- Sun Apr 19, 2026 7:30 pm
- Forum: General
- Topic: TextPad aborts: searching for "." restarts program
- Replies: 5
- Views: 3899
Re: TextPad aborts
If TextPad creates a dump file when it crashes, please send a copy to the email address it gives you at the time.
- Sun Apr 19, 2026 5:47 pm
- Forum: General
- Topic: TextPad aborts: searching for "." restarts program
- Replies: 5
- Views: 3899
Re: TextPad aborts
Which version of TextPad do you have? Does this only happen when searching in one particular file?
- Wed Apr 15, 2026 4:02 pm
- Forum: General
- Topic: Windows 11 "Open With..."
- Replies: 2
- Views: 4779
Re: Windows 11 "Open With..."
Thanks for letting us know the cause. This behavior is controlled by Windows User Account Control security, which restricts interaction between different privilege levels. A standard File Explorer (low privilege) cannot send data to an application running as administrator (high privilege). This ...
- Wed Apr 15, 2026 1:31 pm
- Forum: General
- Topic: External tool which alters a file doesn't always give a prompt to reload it.
- Replies: 1
- Views: 1512
Re: External tool which alters a file doesn't always give a prompt to reload it.
I can't reproduce this.
If your code formatter reads from stdin and writes to stdin, you could configure it as a Text Filter. It would then update the open document, so this issue would not arise. You'd just have to remember to select all before running it (or run it from a macro which does that ...
If your code formatter reads from stdin and writes to stdin, you could configure it as a Text Filter. It would then update the open document, so this issue would not arise. You'd just have to remember to select all before running it (or run it from a macro which does that ...
- Fri Apr 03, 2026 2:10 pm
- Forum: General
- Topic: New file from command line does not respect default encoding
- Replies: 4
- Views: 2541
Re: New file from command line does not respect default encoding
I can reproduce this so it will be fixed in the next release. Thanks for reporting it.
You can work around it for now by doing the first save as a Save As and selecting UTF-8 as the encoding.
You can work around it for now by doing the first save as a Save As and selecting UTF-8 as the encoding.