Wednesday, January 23, 2008

v6.80.0032 - 2008-01-23 10:38

  • + Menu File: Added command "Swap Names" (Ctrl+Shift+F2). Swaps the names of two selected List items. Is identical to the scripting command ::swapnames.
  • + Configuration | Advanced: Added option "Default items only in shell context menu". Check to have a clean context menu without all those funky shell extensions. For purists only.
  • + Scripting got a new command:
    - SortBy
      Syntax: sortby [column name], |a|d
      - column name: first partial match from left wins, so e.g. "m" will be enough to identify the "Modified" column.
      - |a|d = toggle/default|ascending|descending
      toggle/default is the exact behavior when you'd click on that column header: reverses the order if the column is already sorted, otherwise sets the default order for that column.
      Examples:
        ::sortby        sorts by Name, toggle/default
        ::sortby n      ~
        ::sortby , a    sorts by Name, ascending
        ::sortby m, d   sorts by Modified, descending
        ::sortby MOD, d ~
  • * Catalog: Now, the Caption property of an item can be left empty and will NOT be hard-set to the Data property (the field below) automatically anymore. Instead the displayed caption of such an item will softly adjust to any changes in the Data property. That was probably a bad explanation but the change is good.
  • ! Raw View: Wrong line parsing with files that were mixed DOS/UNIX. Fixed.