Friday, February 15, 2008

v6.80.0077 - 2008-02-15 12:59

  • + Scripting got a new command:
      - selfilter
        Action: Apply a selection filter to the list
        Syntax: selfilter [filterspec], [type = |f|d]
          type: (none) = all, f = files only, d = dirs only
        Examples:
          ::selfilter a*          = select all "a*" items
          ::selfilter a*, f       = select all "a*" files (but no
            dirs)
          ::selfilter a*, d       = select all "a*" dirs (but no
            files)
          ::selfilter *.zip|*.rar = select all ZIP and RAR items
          ::selfilter             = select all items
          ::selfilter , d         = select all dirs
  • * Tab icons: Now, when a tab is locked to a home zone AND is renamed then its icon will always be the one of the tab's home folder. This new behavior is very practical when you use iconized tabs because once you have defined a special icon for the home folder you always recognize that tab by its icon no matter at what subfolder it is currently pointing to.
  • * UDC dialog: Command ID is now displayed on a button. Left-click copies it, right-click pops a little menu.