Change Log for the latest
XYplorer BETA version:
Code: Select all
v26.70.0505 - 2025-01-02 12:47
+ SC tab enhanced: The operation "get" got a new data parameter "IDprev". On or after
a tab switch it returns the ID of the previously selected tab. Initially (after
startup, before any tab switch) the value defaults to 1. The value can be used e.g.
in the Custom Event Actions "Before browsing a folder" or "Switch tabs".
Example:
echo "Tab ID " . tab("get", "IDprev") . " to " . tab("get", "ID");
+ SC seltab enhanced: You can now select tabs by ID, not just by position. If
"switches" (previously the argument was named "mru") is set to "i", then the value
in "position" is taken as the tab ID (which always remains with a tab, no matter
where it is moved):
Syntax: seltab [position], [switches]
switches: If position is relative ("+" or "-") then "switches" controls which tab is
selected next:
0: [Default] Left-right order.
1: Last used order.
i: Position is tab ID.
Examples:
seltab 3; //select the third tab (from the left)
seltab 3, i; //select the tab with ID 3
> Tab ID: To find out the ID of a tab, hold down the SHIFT key while hovering over the
tab header; the ID is displayed in the tooltip.
+ Rapid Access Folders: RAF file info tips in the tree now also show the real path.
> Happy 2025! It will be mind-blowing.

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 may contain new bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (File | Settings Special | Backup Application Data Folder...) before running a new BETA. This will also help to fix any new bugs.