Code: Select all
v27.20.1004 - 2026-02-26 17:00
* Updated the help file.
! Configuration | Tabs and Panes | Tabs | Flexible tab width: If "Flexible tab width"
was off and the difference between minimum and maximum tab width was smaller than 38
pixels (at 100% screen scaling), then "Configuration | Tabs and Panes | Tabs | Show
X close buttons on tabs" did not work for the right-most tab when set to "All tabs"
or "All tabs on hover". Fixed.
! List: Fixed another bug related to selecting multiple items with the keyboard.
! Scripting | Associative Arrays: An array created by the array() function could not
later be used as an associative array. Fixed. Now this works as expected:
$a = array();
$a[0] = "dog";
$a[1] = "mouse";
$a["pussy"] = "cat";
$a[2] = "horse";
echo "It is a $a[0]! (dog)";
echo "It is a $a[1]! (mouse)";
echo "It is a $a[2]! (horse)";
echo "It is a $a[3]! ($a[3])";
echo "It is a $a['pussy']! (cat)";
echo "It is a $a['fuzzy']! ($a['fuzzy'])";
! Bytes Formatting: Fixed a slight rounding error with exabytes (EB).
(1) Installer Package, (2) No-Install Package (for manual unpacking).
XYplorer Beta Club