Search found 4 matches

by BruceMarriott
Tue May 28, 2024 3:42 pm
Forum: General
Topic: EditLowerCase command not working in a bigger Macro?
Replies: 2
Views: 6472

Re: EditLowerCase command not working in a bigger Macro?

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!)
by BruceMarriott
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 ...
by BruceMarriott
Thu Aug 16, 2012 6:43 am
Forum: General
Topic: Textpad 6
Replies: 15
Views: 11361

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 ...
by BruceMarriott
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 ...