Change Log for the latest
XYplorer BETA version:
Code: Select all
v24.00.0101 - 2023-01-27 13:29
+ SC get pick: Added "*_list" variants to pick items from the current list instead
of the current folder. This makes picking work in Search Results, Branch View,
Visual or Live Filtered lists, or Virtual Folders (one VFO can pick from another!).
pick_list: pick all files from the current list
pickfiles_list: pick all files from the current list
pickdirs_list: pick all folders from the current list
pickall_list: pick all files and folders from the current list
Examples (using the short form without get):
text <pick_list>; //all items from the current list, one per line
text <pick_list a*>; //all items starting with a* from the current list, one per line
vi:<pick_list 12.m> //VFO listing the newest 12 items from the current list
+ SC get pick: Added sort options .s (sort alphabetically) and .x (no sorting).
Examples (using the short form without get):
vi:<pick_list 12.s> //VFO listing the top 12 items from the current list (sorted alphabetically)
vi:<pick_list 12.x> //VFO listing the top 12 items from the current list (no sorting)
vi:<pick_list 12.xr> //VFO listing the bottom 12 items from the current list (no sorting)
* Configuration | Tabs and Panes | Tabs | Open new tab: When set to "Next to current
tab" doing "New Tab" or "Clone Tab" via right-click from a background tab created
the new tab to the right of the current tab. Although it sounds right, I think it is
unexpected. It will now open the new tab to the right of the right-clicked tab.
! Tabs: Doing "Clone Tab" via right-click menu from a background tab resulted in a new
foreground tab with the contents of the previous foreground tab. Complete mess.
Fixed. Now the clone remains in the background.

To easily
upgrade to this BETA version from XYplorer, hold down the
CTRL key while you click
Help | Online Support | Check for Updates. If you prefer to
download the BETA version, choose one of these packages:
(1)
Installer Package, (2)
No-Install Package (for manual unpacking).
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.