Change Log for the latest
XYplorer BETA version:
Code: Select all
v15.80.0103 - 2015-10-23 18:00
+ SC QuickSearch: Now you can use the "Search In List" aliases # and + in
the path argument of QuickSearch.
For example, this will return all TXT files among the currently selected
items:
text quicksearch("txt", "+");
! SC rename: The flag added in v15.80.0003 had the wrong value. It should
have been 64 instead of 32. Here is the corrected decription:
SC rename enhanced: Added a new value to the "flags" parameter.
Syntax: rename [mode (b|r|s|k|e)], pattern, [preview (p)], _
[itemlist], [flags=1], [illegalcharsreplacewith]
flags: (binary field, defaults to 1)
64: Suppress the "Rename canceled." error message when user cancels
any dialog related to rename, e.g. the Rename Preview.
Example:
rename "b", "*-TEST", "p" , , 64; echo "hi";
! List: Erratic false "Location currently not available." message with some
users on some systems. Closing the ring around it.
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.