Page 1 of 1
HTML Table 2 Macro no longer works in TP 7
Posted: Sat Apr 13, 2013 11:41 pm
by cslepage
Now that I upgraded to TextPad 7, the HTML Table 2 macro no longer works. Please help!
Posted: Mon Apr 15, 2013 7:18 am
by bbadmin
This is due to a bug in version 7.0. As a workaround, until a fix is released, the macro simply consists of this find/replace:
Find: \&
Replace with: <table>$0</table>
Regular expression: checked
The expression "\&" matches the current selection, and "$0" substitutes whatever was matched. The effect is to put the table tags around the current selection.
Posted: Thu Apr 18, 2013 11:22 pm
by cslepage
Just a FYI, the macro doesn't work with the updated TP 7 (7.04).
Posted: Fri Apr 19, 2013 11:01 am
by bbadmin
Thanks for reporting that. The macro currently only works when text has been selected, and this will be fixed in the next release.