Change Log for the latest
XYplorer BETA version:
Code: Select all
v15.80.0002 - 2015-09-24 17:36
+ SC get enhanced: Now it can return the held modifier keys.
text <get "shift">;
Returns:
0 = No keys held
1 = Shift
2 = Ctrl
3 = Ctrl + Shift
4 = Alt
5 = Shift + Alt
6 = Ctrl + Alt
7 = Ctrl + Shift + Alt
* Visual Filters: Left-clicking the current folder in the tree does not
remove a Visual Filter from the list anymore under any conditions. Before,
you needed to turn off "Toggle on same filter" to achieve this.
* Windows shutdown: Revised the changes from v15.50.0106 - 2015-08-05 21:08.
Now settings are auto-saved again on a Windows shutdown (if "Save settings
on exit" is ON). The issues that caused the changes are handled in another
way now.
* SC SetColumns: Now you can return the captions of Custom Columns instead
of their extended syntax identifiers.
Syntax: setcolumns([columns], [flags=0], [position])
flags: Options for set and get.
64: Return captions for Custom Columns, instead of extended syntax
identifiers.
Examples:
// might return ":d-12,Name,Ext,Size,Modified,Created,Tags"
text setcolumns(":d-12", 8, 2);
// might return "Last Name,Name,Ext,Size,Modified,Created,Tags"
text setcolumns(":d-12", 72, 2);
! Scripting: Foreach default separator broke with flags. 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.