Change Log for the latest
XYplorer BETA version:
Code: Select all
v11.40.0204 - 2012-08-18 21:11
+ SC getPathComponent enhanced: Now you can return components by
their position index. Negative indices can be used to refer to the
position from the right end.
Syntax: getpathcomponent([path], [component], [index=1])
component: The component to return:
component: the component referred to by index
index: The index of the component to return. Only used if
component is "component". The first component is 1, the
last component is -1.
Invalid indices or index 0 (zero) return nothing.
Notes:
UNC paths are stripped off the leading "\\" before applying the
index.
Examples:
echo getpathcomponent("E:\x\y.txt", "component"); // E:
echo getpathcomponent("E:\x\y.txt", "component", 1); // E:
echo getpathcomponent("E:\x\y.txt", "component", 2); // x
echo getpathcomponent("E:\x\y.txt", "component", 3); // y.txt
echo getpathcomponent("E:\x\y.txt", "component", 4); // <nothing>
echo getpathcomponent("E:\x\y.txt", "component", -1); // y.txt
echo getpathcomponent("E:\x\y.txt", "component", -2); // x
echo getpathcomponent("E:\x\y.txt", "component", -3); // E:
echo getpathcomponent("E:\x\y.txt", "component", -4); // <nothing>
echo getpathcomponent("\\Mars\Venus", "component"); // Mars
+ Configuration | Color Filters: Added option "Ignore diacritics".
Tick it to match Koln with Köln. Applies to name: and dir: filters.
Note: This setting also affects Spot and Jump matching which now
also can ignore diacritics.
+ Toolbar | Toggle Visual Filter: Now the button's context menu
features another toggle option:
- Ignore Diacritics
If checked then the filter matching ignores diacritics and a
filter "Koln" will match a file "Köln.txt".
% Mouse Down Blow Up: Better placement of blow ups if "Configuration
| Preview | Shrink to fit" is ticked. Now it is attempted to
position the blow up exactly over the original while taking care
that everything is visible. A trade off, but with smaller images
clearly better than before where the blow up was just centered in
screen.
% Custom Copy: Now care is taken to prevent the system from entering
sleep/standby during long copy or backup jobs. Windows now is kept
awake until the copy process is completed.
This service needs Windows XP or later.
* XYcopy: Updated to 2.00.0082.
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.