Monday, November 24, 2008

v7.80.0024 - 2008-11-24 13:00

  • +++ Catalog: Added command "Make Mini Tree From Folders" to Category context menu. Will create a Mini Tree from all valid folders found within the Category.
    - If Mini Tree is not active it will be activated by this command
      (if any folders are found within the Category).
    - The current tree folder will be set to the first (from top)
      folder found within the category.
    - Portable Paths and Environment Variables are supported.
    Another quantum leap in file management. Finally, the Tree is yours.
  • + Catalog: The reverse command to the above is "Insert as New Category Here | Current Mini Tree". Will create a Category containing all unexpanded folders of the current Mini Tree (the command is not available if Mini Tree is off). The first folder is set to the current folder.
  • + Scripting got a new command.
      Name:   LoadTree
      Action: Load a specific Mini Tree.
      Syntax: loadtree pathlist
        pathlist: list of paths separated by (pipe)
                  the current tree folder is set to the first folder
      Examples:
        ::loadtree "C:D:";
        ::loadtree "<xydata>\scripts";
        ::loadtree "<curpath>|%programfiles%|<xypath>";
    Did I mention how cool this is?
  • ! Rename Special | Search and Replace: The replace-char(s)-by-string syntax did not work as expected. Fixed.
    Examples:
      ß>ss //replace all ß by ss
      123>(num) //replace all 1, 2, and 3 by "(num)"