The file window tip has a script error in that the keywords are all bunched up together as shown. Instead of
keyword; keyword; keyword etc...
I think the error is at the end of the script here
</Run>;replace:~;==; }
Anyone good at scripts?
[attachment deleted by admin]
Add a ~ before your last ; so IMatch knows to treat it as a literal character.
</Run>;replace:~;==~; }
Quote from: JohnZeman on May 05, 2014, 02:01:43 PM
Add a ~ before your last ; so IMatch knows to treat it as a literal character.
</Run>;replace:~;==~; }
Thanks John.
A side effect of a recent bug fix.
I have corrected that in the standard file window tip I ship with IMatch.