They'd worked for years, but with the latest versions of TextPad, they ignore the selection and affect the whole document.
Doing it manually through the replace dialog box still works correctly.
For an example, here is the macro I have setup for bash (and others that use '#' as a line commenter):
Code: Select all
Replace = "^", "#", RegExp, InSelection
DoReplaceAll
Thanks,
DrX