Change Log for the latest
XYplorer BETA version:
Code: Select all
v10.60.0132 - 2011-12-16 15:00
* SC tabset: Operations "openas" and "loadas" have been removed.
Clones are now passed in the "name" argument using the "as:"-
syntax. At least one space needs to be before and after "as:".
New Syntax: tabset([operation=open], [name], [pane=a])
Examples:
//Select a tabset and load a clone of it named "clone1":
OLD: tabset("openas", , , "clone1");
NEW: tabset("open", " as: clone1");
//Select a tabset and load a clone (name is prompted for):
OLD: tabset("openas");
NEW: tabset("open", " as: ");
//Load tabset "work" as clone named "clone1":
OLD: tabset("loadas", "work", , "clone1");
NEW: tabset("load", "work as: clone1");
+ SC tabset enhanced: Now also "browse" supports the "as:"-syntax.
Examples:
//Browse for a tabset and load a clone of it named "clone1":
NEW: tabset("browse", " as: clone1");
//Browse for a tabset and load a clone (name is prompted for):
NEW: tabset("browse", " as: ");
//Browse for a tabset in E:\Test and load a clone of it:
NEW: tabset("browse", "E:\Test as: ");
! Calculating Folder Sizes could get confused when the list was
resorted while the calculation was in progress. Fixed.
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.