Thanks for the explanations much appreciated. There is an old saying "If you don't use it, you loose it!" which clearly is what is happening to me. It has been many a year since I last did any scripting.
I got around my issue by running these scripts from Idle. Idle works as a tool in Textpad.
On ...
Search found 36 matches
- Tue Jan 21, 2025 7:47 pm
- Forum: General
- Topic: python tool not working interactively
- Replies: 3
- Views: 4905
- Sun Jan 19, 2025 10:50 pm
- Forum: General
- Topic: python tool not working interactively
- Replies: 3
- Views: 4905
python tool not working interactively
I have set python as a tool in Textpad. It works in a non-interactive mode. However it fails when I run a script which requires user input, all I get is a spinning circle. Here is my present configuration
Command: my path to \Python\Python313\python.exe
Parameters: $File
Initial folder: $FileDir ...
Command: my path to \Python\Python313\python.exe
Parameters: $File
Initial folder: $FileDir ...
- Sun Apr 02, 2023 7:57 pm
- Forum: General
- Topic: numbering macro problems
- Replies: 7
- Views: 3376
Re: numbering macro problems
I can confirm that my little macro is working in Textpad 9.2.0 64bit Windows 11
many thanks
many thanks
- Mon Mar 13, 2023 8:41 pm
- Forum: General
- Topic: numbering macro problems
- Replies: 7
- Views: 3376
Re: numbering macro problems
I can also replicate this issue with Windows 10 and Textpad 8.16.0.
- Mon Mar 13, 2023 5:07 pm
- Forum: General
- Topic: numbering macro problems
- Replies: 7
- Views: 3376
Re: numbering macro problems
Thanks for the editing, looks much better!
I am using 64 bit windows 11 and Textpad 9.1.0.
Can somebody replicate this issue?
Thanks
I am using 64 bit windows 11 and Textpad 9.1.0.
Can somebody replicate this issue?
Thanks
- Fri Mar 10, 2023 11:03 pm
- Forum: General
- Topic: numbering macro problems
- Replies: 7
- Views: 3376
numbering macro problems
I want to add an index number to a list.
So this:
Apples
Bananas
Cherries
becomes this:
1. Apples
2. Bananas
3. Cherries
I used Replace :
Find what = ^
Replace with = \i. (with 2 spaces after the period)
Regular expression = yes
Scope = Selected text (must select text before running macro ...
So this:
Apples
Bananas
Cherries
becomes this:
1. Apples
2. Bananas
3. Cherries
I used Replace :
Find what = ^
Replace with = \i. (with 2 spaces after the period)
Regular expression = yes
Scope = Selected text (must select text before running macro ...
- Mon Jan 16, 2023 10:30 pm
- Forum: General
- Topic: Can I install version 9 and version 8.xx on same computer?
- Replies: 8
- Views: 3252
Can I install version 9 and version 8.xx on same computer?
Can I install version 9 and version 8.xx on same computer?
- Tue Jan 10, 2023 9:39 pm
- Forum: General
- Topic: does textpad have a search online feature?
- Replies: 9
- Views: 5226
- Sat Dec 31, 2022 8:19 pm
- Forum: General
- Topic: does textpad have a search online feature?
- Replies: 9
- Views: 5226
- Fri Dec 30, 2022 7:04 pm
- Forum: General
- Topic: does textpad have a search online feature?
- Replies: 9
- Views: 5226
updated version of this tool?
My hard drive crashed and my google-it tool no longer works.
Does anybody have an updated version of this tool?
Does anybody have an updated version of this tool?
- Mon Sep 20, 2021 11:27 pm
- Forum: General
- Topic: multiple *.txt document classes
- Replies: 7
- Views: 2274
- Fri Sep 17, 2021 10:39 pm
- Forum: General
- Topic: multiple *.txt document classes
- Replies: 7
- Views: 2274
clarification
I have created 3 new document classes all with the *.txt extension
1) a non-proportional font
2) another class for a proportional font
3) yet another class with a ligature font
When I open a *.txt file Textpad is using it's existing *.txt document class and disregards my custom classes.
How do I ...
1) a non-proportional font
2) another class for a proportional font
3) yet another class with a ligature font
When I open a *.txt file Textpad is using it's existing *.txt document class and disregards my custom classes.
How do I ...
- Thu Sep 16, 2021 7:47 pm
- Forum: General
- Topic: multiple *.txt document classes
- Replies: 7
- Views: 2274
thanks for the suggestion
I am trying to duplicate the functionality I have in my freeware text editor.
Textpad "knows" about the document classes so it might be possible to view an opened file with any of the available document class types. I just haven't figured out how to get Textpad to do this.
I was hoping somebody ...
Textpad "knows" about the document classes so it might be possible to view an opened file with any of the available document class types. I just haven't figured out how to get Textpad to do this.
I was hoping somebody ...
- Wed Sep 15, 2021 12:31 am
- Forum: General
- Topic: multiple *.txt document classes
- Replies: 7
- Views: 2274
multiple *.txt document classes
Does Textpad support multiple document classes for the same extension (*.txt)
I am trying to create a class that will open a *.txt file with a non-proportional font, another class for a proportional font and yet another class with a ligature font, all with the same *.txt extension.
I have the ...
I am trying to create a class that will open a *.txt file with a non-proportional font, another class for a proportional font and yet another class with a ligature font, all with the same *.txt extension.
I have the ...
- Wed Sep 15, 2021 12:08 am
- Forum: General
- Topic: Change Font on the Fly
- Replies: 2
- Views: 1421
thanks ak47wong
Your suggestion is working well for me. Many thanks