Find and Replace problem with 4.4
Posted: Wed Oct 25, 2000 3:50 pm
Hi,
I've just upgrade to 4.4 and I realised that one of the macro that was working with 4.31 is not working any longer. The macro is Continue comment. I've downloaded it from the add-on section on the Textpad site.
The macro use a search and replace with the following regular expression :
^\([\t ]*\)\([^ \t]*\)\([\t ]*\)\(.*\)$
to be replaced with
\0\n\1\2\3
When I try it with 4.4, an empty line (\n) followed by "\1\2\3" is inserted in front of the current line instead of what replacing what was found.
Does anyone have a clue? Did the regular expression changed?
Thanks
I've just upgrade to 4.4 and I realised that one of the macro that was working with 4.31 is not working any longer. The macro is Continue comment. I've downloaded it from the add-on section on the Textpad site.
The macro use a search and replace with the following regular expression :
^\([\t ]*\)\([^ \t]*\)\([\t ]*\)\(.*\)$
to be replaced with
\0\n\1\2\3
When I try it with 4.4, an empty line (\n) followed by "\1\2\3" is inserted in front of the current line instead of what replacing what was found.
Does anyone have a clue? Did the regular expression changed?
Thanks