Monday, May 26, 2008

v7.10.0020 - 2008-05-26 21:13

  • + Tweak: Added key to tweak the separator between RegExpPattern and ReplaceWith in Rename Special | RegExp Rename. The new default is " > " (use quotes to preserve left and right blanks). Before, it was hard-coded to ">", and any blanks around it were trimmed (see next paragraph for changes here).
      [General]
      RegExpRenameSep=" > "
    With the above separator a RegExp | Rename definition would look like "RegExpPattern > ReplaceWith".
  • * Rename Special RegExp Rename: Before, any blanks around RegExpPattern and ReplaceWith were trimmed; now, there's no trimming anymore. Mind your spaces...