Thanks for the update and information.
I confirm the workaround works - ie setting the scope to "Document" makes the macro work and just on the selected/highlighted text (not actually across the whole document!)
Search found 4 matches
- Tue May 28, 2024 3:42 pm
- Forum: General
- Topic: EditLowerCase command not working in a bigger Macro?
- Replies: 2
- Views: 6472
- Mon May 27, 2024 4:19 pm
- Forum: General
- Topic: EditLowerCase command not working in a bigger Macro?
- Replies: 2
- Views: 6472
EditLowerCase command not working in a bigger Macro?
I have written a macro with these commands in it:
EditLowerCase
# SearchReplace
Replace = " ", "-", MatchCase, InSelection
DoReplaceAll
the idea is that if I select text like this in a line:
a Test of Making all lc with no Spaces
and run the macro I should get:
a-test-of-making-all-lc-with-no ...
EditLowerCase
# SearchReplace
Replace = " ", "-", MatchCase, InSelection
DoReplaceAll
the idea is that if I select text like this in a line:
a Test of Making all lc with no Spaces
and run the macro I should get:
a-test-of-making-all-lc-with-no ...
Re: Textpad 6
Thank you for the new version!
Still no macro editing feature - for the tenth straight year!
Sigh!
I haven't been back here in a year. I used to use TextPad until about 8 years ago and left because of the lack of Macro editing. However in most other respects it did for me and I still pop back ...
Still no macro editing feature - for the tenth straight year!
Sigh!
I haven't been back here in a year. I used to use TextPad until about 8 years ago and left because of the lack of Macro editing. However in most other respects it did for me and I still pop back ...
- Fri Jan 01, 2010 11:00 am
- Forum: General
- Topic: Edit TextPad Macros
- Replies: 9
- Views: 3205
[quote="Bob Hansen"]
My personal choice is Macro Scheduler Pro. they recently introduced a Lite version, more info available here: http://www.mjtnet.com/macro_scheduler_pro.htm. I use Macro Scheduler every day with TextPad, sometimes calling TextPad macros, sometimes using macros created to perform ...
My personal choice is Macro Scheduler Pro. they recently introduced a Lite version, more info available here: http://www.mjtnet.com/macro_scheduler_pro.htm. I use Macro Scheduler every day with TextPad, sometimes calling TextPad macros, sometimes using macros created to perform ...