Saturday, October 4, 2008

v7.60.0041 - 2008-10-04 10:07

  • * Tree and List: Rename boxes now recognize the following chars as word breaker (dbl-click selection, moving cursor with CTRL):
    .:,; _-~(){}[]<>/\^°*?!§$%&=+#"'
    Note that illegal filename chars are contained. This is because the routine will later be probably applied to other rename boxes as well which may contain such chars.
  • ! List: You could fool the list control into drawing header buttons in non-Details views. Fixed.
  • ! Scripting: "+" and "-" were misinterpreted as numeric strings, so
      msg ("+" == "-");
    returned 1 (true, because +0 == -0) instead of 0 (false). Fixed.