Wednesday, June 24, 2009

v8.00.0007 - 2009-06-24 22:54

  • + Jump To Item: Now wildcard patterns are supported. For example:
      >*op* will jump to the next List item containing "op" anywhere
            in the name (resp. in the sorted column).
      >???? will jump to the next List item that's 4 chars long.
      >*##* will jump to the next List item with at least 2
            consecutive numbers in the name.
    If no wildcards are contained matching will be from the beginning of the item, i.e. as if the pattern was "pattern*".
  • * Now when you inline-rename a folder in the List, all Favorites, Tabs (both panes), and Tags/Comments, pointing to that folder are auto-adjusted to the new name.
  • ! In a certain constellation a crash on pane switch could happen. Fixed.
  • ! SC new: List would not update when "name" argument did not have the correct capitalization. Fixed.
  • ! Tree, List: Inline rename visual glitch. Fixed.