I know this is kind of old, but it's not like the forum is all that busy...
My guess is that (almost) nobody has the same problem or knows a solution, as most users will have updated to more recent versions of textpad (4.7.3 is from 2004 - more than 15 years old ...)
The thing is that in most ...
Search found 9 matches
- Tue Mar 17, 2020 5:08 am
- Forum: General
- Topic: Textopad 4.7.3: How can I reset spell check w/o re-install?
- Replies: 4
- Views: 1243
- Mon Nov 18, 2019 2:51 am
- Forum: General
- Topic: Textpad 4: Is the spellcheck auto-correct just broken?
- Replies: 3
- Views: 661
I use TextPad as an editor, not for spell-checking. Consider it a bonus, not fundamental. There is other software out there which does a way better job for spell-checking.
I've used word processor software such as Open Office to spellcheck, but that often changes the file in way I don't want. One ...
I've used word processor software such as Open Office to spellcheck, but that often changes the file in way I don't want. One ...
- Sun Nov 03, 2019 11:23 am
- Forum: General
- Topic: Textpad 4: Is the spellcheck auto-correct just broken?
- Replies: 3
- Views: 661
Textpad 4: Is the spellcheck auto-correct just broken?
I use Textpad 4 because in general it does everything I need and I have no desire to use a later version, especially after someone whose opinion I trust told me that I'd hate it.
Anyway, the one area where Textpad infuriates me is the spellcheck. I've made sure that there are no user dictionaries ...
Anyway, the one area where Textpad infuriates me is the spellcheck. I've made sure that there are no user dictionaries ...
- Sun Nov 03, 2019 10:53 am
- Forum: General
- Topic: Textopad 4.7.3: How can I reset spell check w/o re-install?
- Replies: 4
- Views: 1243
- Sun Oct 27, 2019 9:42 am
- Forum: General
- Topic: Textopad 4.7.3: How can I reset spell check w/o re-install?
- Replies: 4
- Views: 1243
Textopad 4.7.3: How can I reset spell check w/o re-install?
I have Textpad 4.7.3. I'm not interested in using any of the later versions.
I don't want to re-install it because I have a lot of macros that I've made and quite frankly, the way Textpad 4 handles macros makes it a royal pain in the ass to try to backup and restore them.
My problem is that the ...
I don't want to re-install it because I have a lot of macros that I've made and quite frankly, the way Textpad 4 handles macros makes it a royal pain in the ass to try to backup and restore them.
My problem is that the ...
- Thu Oct 11, 2018 7:22 pm
- Forum: General
- Topic: TextPad 4.7.3: Unreliable macro execution
- Replies: 6
- Views: 1772
Re: TextPad 4.7.3: Unreliable macro execution
This is a prime example of what can be done thru a regular expression: search for ^(.*)(\.[^.]+)$ and replace with phpar2 r \1.par2 \1\2.0*\ndel \1\2.0*
I've never been that good with using regular expressions. Every time I tried to use them, I end up spending half an hour studying the help file ...
I've never been that good with using regular expressions. Every time I tried to use them, I end up spending half an hour studying the help file ...
- Thu Oct 11, 2018 12:01 pm
- Forum: General
- Topic: TextPad 4.7.3: Unreliable macro execution
- Replies: 6
- Views: 1772
Re: TextPad 4.7.3: Unreliable macro execution
So your macros rely on the clipboard - interesting. Up to today and for the first half of your reply I never thought of that you mean clipboard operations are executed thru a macro.
Yes, many of my macros rely heavily on clipboard operations.
For example, I had downloaded a bunch of split files ...
Yes, many of my macros rely heavily on clipboard operations.
For example, I had downloaded a bunch of split files ...
- Thu Oct 11, 2018 9:54 am
- Forum: General
- Topic: TextPad 4.7.3: Unreliable macro execution
- Replies: 6
- Views: 1772
Re: TextPad 4.7.3: Unreliable macro execution
The problem is: who still has such an installation to be able to reproduce your issue? Even the developers might be unable to have those anymore, let alone would release a new version of such an old branch. I know this dilemma from both perspectives: user and developer.
I was hoping that it might ...
I was hoping that it might ...
- Thu Sep 27, 2018 10:32 am
- Forum: General
- Topic: TextPad 4.7.3: Unreliable macro execution
- Replies: 6
- Views: 1772
TextPad 4.7.3: Unreliable macro execution
I'm sure the first question will be: Why am I still using TextPad 4.7.3? When I got my first Windows system, I wanted an easy to use, but powerful editor. A friend recommended TextPad 4. When TextPad 5 came out, I was ready to upgrade, but my friend advised me not to and listed all the reason I ...