Change Log for the latest
XYplorer BETA version (32-bit):
Code: Select all
v27.20.0707 - 2025-12-21 12:02
+ Scripting got a new function.
Name: DualPane
Action: Shows, hides, or toggles the second list pane.
Syntax: dualpane([show], [active])
show: 1 = show the inactive pane
0 = hide the inactive pane
-1 = toggle the inactive pane
active: Set active pane (ignored if only one pane is shown)
0 = toggle
1 = 1st pane
2 = 2nd pane
Add 4 to focus the active pane
4 = toggle and focus
5 = 1st pane and focus
6 = 2nd pane and focus
return: 1 if both panes are displayed (before the command is executed)
0 otherwise
Examples:
dualpane(1); //show the inactive pane (no change if already shown)
dualpane(0); //hide the inactive pane (no change if already hidden)
dualpane(-1); //toggle the inactive pane
echo dualpane(); //get the current state
dualpane(, 0); //toggle active pane
dualpane(1, 6); //show both panes, activate the 2nd pane and focus it
+ SC echo enhanced: You can now state a duration after which the dialog will
auto-close.
Syntax: echo text, [topic], [subtopic], [duration]
duration: (optional) Time in ms after which the dialog auto-closes.
Example:
echo "hi!", 3:=2000; //auto-close after 2 seconds
! Dark Mode: On startup in dark mode, the line number column of the active pane would
be light colored under certain conditions. Fixed.
! Custom Toolbar Buttons: If the right-click script contained variables, for example
text <get loadtimes 0>, 800, 800;
they were resolved before showing the button's right-click menu, leading to
unpredictable and often unreadable menu captions. Fixed. Now the caption shows the
first line of the script unresolved.
! Live Filter: Didn't work for Bit Depth (eg 16-bit) because it was incorrectly parsed
a a range (16-to-bit). Fixed.
! Wav Length: The duration of some exotically formatted WAV files could not be read
natively from the file. Fixed.
! Color Filters: Scope "dir:" was ignored (matching both files AND folders instead)
when used in a non-first part of a boolean expression. Example:
prop:#contains.*.flac:1 OR dir:C*
Fixed.

To easily
upgrade to this BETA version of XYplorer (32-bit), hold down the
CTRL key and 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.