Change Log for the latest
XYplorer BETA version:
Code: Select all
v10.50.0005 - 2011-10-31 14:16
+ Find Files: The Browse button right of the Location field got an
additional command in its right-click menu: "Edit Location...".
Here you can edit the search location(s) like in an editor.
+ SC rename enhanced: Added new values to the "flags" parameter,
and a new parameter "illegalcharsreplacewith".
Syntax: rename [mode (b|r|s|k|e)], pattern, [preview (p)], _
[itemlist], [flags=1], [illegalcharsreplacewith]
flags: (binary field, defaults to 1)
4: Replace illegal characters (with the value of argument
illegalcharsreplacewith).
8: Increment on collision. Note that this does the same as the
/i switch, but it's much easier to handle when taking
patterns e.g. from the clipboard.
illegalcharsreplacewith: Replace illegal characters with this
string, IF flags has the "4" bit set.
Examples:
::rename b, <clipboard>, p, , 4; //drop illegal characters
::rename b, <clipboard>, p, , 4, "_"; //replace them with _
::rename b, <clipboard>, p, , 12, "_"; //same as before with increment
* Rename Special: Raised the MRU store size from 32 to 64.
* Aliases: From now on they are not auto-sorted anymore. You can
manually sort them in List Management using the Sort button or by
dragging them around.
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.