Change Log for the latest
XYplorer BETA version:
Code: Select all
v17.70.0101 - 2017-03-07 15:54
+ SC favs enhanced: Now append/prepend will not create duplicate entries.
Two new modes have been added to allow dupes.
Name: Favs
Syntax: favs([type=d|f], [items], [separator=CRLF], [action=a|aa|p|pp|s|d)
action: Action to take with the items.
a = [Default] Append to current list.
No dupes: If item is already present then nothing happens.
aa = Append to current list. Dupes allowed.
p = Prepend to current list.
No dupes: If item is already present then nothing happens.
pp = Prepend to current list. Dupes allowed.
s = Set/Replace current list.
d = Delete from current list.
Examples:
- Append current item to Favorite Folders, don't allow dupes:
favs("d", <curitem>, , "a");
- Append current item to Favorite Folders, allow dupes:
favs("d", <curitem>, , "aa");
* Live Filter Box: Now if "Configuration | Filters & Type Ahead Find | Type
Ahead Find | Redirect typing to Live Filter Box" is enabled then pressing
ESC in an empty LFB will not only move the focus to the list but hide the
LFB. IMO it's natural and consistent: When can show it by typing should
also be able to hide it by typing.
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.