If I run the regex in the regex input box, the regex works as expected.
If I save the regex as a macro and then run the macro from the macro menu, the selected text coloring just disappears with no numbers added.
If I run the saved macro from the macro editor, the macro works as expected.
I notice that when I initially bring up the macro editor, the validate button is greyed out. I can enable validation by making a change in the macro editor and then reverting it back. This seems like a bug.
My macro did validate. Though the text said "validated" I also got a yellow caution symbol, so I'm not sure which to believe. So why doesn't my saved macro run?
Thanks
Last edited by AmigoJack on Sat Mar 11, 2023 10:56 pm, edited 1 time in total.
Reason:more formatting
It is possible that your macro has a syntax or typographical error that causes it not to work correctly when run from the macro menu. You can try checking your macro carefully for errors. Perhaps your program or programming language doesn't support regular expressions or doesn't support certain functions you use in your macro. In this case, you need to make sure that you are using the correct syntax for your program or programming language. Your macro may not have the correct permissions to run. In this case, you need to make sure that you have the proper permissions to run macros in your program.
BlessingLinys wrote: ↑Mon Apr 03, 2023 9:53 amPerhaps your program or programming language doesn't support regular expressions or doesn't support certain functions you use in your macro. In this case, you need to make sure that you are using the correct syntax for your program or programming language. Your macro may not have the correct permissions to run. In this case, you need to make sure that you have the proper permissions to run macros in your program.
All this would apply to tools (running an external program), not macros (running TextPad actions).