Change Log for the latest
XYplorer BETA version:
Code: Select all
v27.00.0301 - 2025-04-24 17:14
+ SC gettoken enhanced: Now counting can include empty tokens.
Syntax: gettoken(string, [index=1], [separator=" "], [format], [flags])
flags: (bit field)
1 = Return from start.
2 = Return till end.
4 = Count empty tokens as well.
Examples:
text gettoken(",,a,b,c,", "count", ","); //3
text gettoken(",,a,b,c,", "count", ",", 4:=4); //6
! Branch View: Creating a new folder in a files-only branch view went into rename mode
on the focused file. Fixed. No rename mode is entered now.
! List: Was not always refreshed after a move. Fixed.

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.