Then I finally found the macro editor (hidden in the preferences) and not only does the look correct, it validates and runs perfectly from the editor.
Alas we cannot keep the macro editor open and still work in our document. And the macro still silently fails to do anything when run from either the menu or the "Multi-Play" dialog.
Tried both "Selection" and "To end of file" as the macro scope.
I'm using TextPad 8.10.0, 64 bit, on Windows 10.
For reference, the macro is:
Code: Select all
# SearchReplace
Replace = "Like", " Like", RegExp, InSelection
DoReplaceAll
# SearchReplace
Replace = "\\n\\n", "\\n", RegExp, InSelection
DoReplaceAll
# SearchReplace
Replace = "\\n\\+", " \\+", RegExp, InSelection
DoReplaceAll