Code: Select all
v14.00.0118 - 2014-05-16 14:34
+ Scripting: Added dereference operator * (asterisk). You can use it on the
left side of Set, Perm, and Global statements.
Usage: Helpful when dynamically creating variables.
Examples:
$var = '$a'; *$var = "TEST"; echo $a; //TEST
$var = '$a'; perm *$var = "TEST"; echo $a; //TEST
$var = '$a'; global *$var = "TEST"; echo $a; //TEST
Note: If the dereferenced variable is not defined, then the variable
itself is used (as if there was no dereference operator).
*$undefined = "TEST"; echo $undefined; //TEST
% Scripting: SC load much faster when there are many variables on stack.
* Catalog | Insert as New Category Here | Current Mini Tree: Before, this
command added the whole Mini Tree as Category. Now it only adds the
currently selected branch.
BTW, the caption is kept for now to keep the translations up-to-date.
Also the items in such a category are named more smartly now by giving
just the relative paths as captions instead of the full paths.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club