Change Log for the latest
XYplorer BETA version:
Code: Select all
v16.60.0102 - 2016-04-19 13:13
* Edit | Select | Selection Filter...: Now the first selected item is
automatically focused and scrolled into view.
% List: Some gains in speed and smoothness at icon rendering.
! SC substr: Did not return the expected results when the start was set to
before the actual string. Fixed. Now anything before the string is
returned as nothing, but counted in length:
text substr("X2", -3); // "X2"
text substr("X2", -3, -2); // ""
text substr("X2", -3, -1); // "X"
text substr("X2", -3, 0); // ""
text substr("X2", -3, 1); // ""
text substr("X2", -3, 2); // "X"
text substr("X2", -3, 3); // "X2"
text substr("X2", -3, 4); // "X2"
! ITT: Checkboxes were drawn too narrow in the translation preview so the
caption would falsely wrap in some cases. 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.