I have a text file used by Delphi full of variables written like $(variablename). The file also contains macros written like %macroname%. Now when I execute a Replace Variables action on the file I have to escape all the $(xxx) variables to keep them untouched in case the variable name matches one of the FinalBuilder ones.
Can you please add an option to limit the variable replacement to those written in the %xxx% style?