Change Log for the latest
XYplorer BETA version:
Code: Select all
v15.00.0116 - 2015-03-19 20:54
* Variable get: Analog to SC get the arguments can now be single-quoted:
echo <get genericfiletype '{:Image}'>;
Also the first argument may now be double or single quoted:
echo <get "genericfiletype" '{:Image}'>;
* Variable prop: Analog to SC property the first argument may now be double
or single quoted:
text <prop "System.Volume.IsRoot">;
text <prop 'System.Volume.IsRoot'>;
> Configuration | Startup & Exit | Expand in tree: FYI, this setting only
affects Maxi Tree, not Mini Tree.
+ Find Files, Quick Search: Added a switch to enable/disable extended pattern
matching.
E.g., match all files not containing any of a particular list of
characters:
*[!a-zA-Z0-9 ._()&-]* /matching=e
E.g., match all files containing the character "#":
# /matching=n
The switch overwrites the global setting of "Configuration | Find Files &
Branch View | Find Files | Enable extended pattern matching".
! Configuration | Startup & Exit | Permanent startup path: When XYplorer was
closed with a search or Branch View then on next startup it did not open
the permanent startup path (in Browse mode), but the search or Branch
View. Fixed.
! History: Could still get confused when switching back to a Quick Search
tab when "Configuration | Find Files & Branch View | Find Files |
Synchronize tree with search location" was OFF. 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.