Change Log for the latest
XYplorer BETA version:
Code: Select all
v23.60.0003 - 2022-09-06 19:43
* SC delete: Now it behaves like pressing DEL on Paper Folders. When the List is a
showing Paper Folder and "On Delete Remove Items from Paper Folder" is ON these will
behave like pressing DEL now and remove the selected items from the Paper Folder,
not from the file system:
delete 1, 1, ":list"; //with prompt
delete 1, 0, ":list"; //without prompt
If the List has the focus, it also work without the ":list" argument:
delete 1, 1; //with prompt
delete 1, 0; //without prompt
+ SC confirm enhanced. Now you can specify the icon in the buttons parameter (now
called buttons_icons). The same is already supported by SC msg.
Syntax: confirm(text, [linebreaker="
"], [default_button=1], [buttons_icons=1])
buttons_icons: (bit field)
Defines what buttons and icons to show in the dialog:
0: [Default] Only one button, "Ok".
1: Two buttons, "Ok" and "Cancel".
When you press "Cancel", the script execution will end there
(useful for confirmations).
16: Critical
32: [Default] Question
48: Exclamation (sic: 16 + 32, MS invented that)
64: Information
Example:
echo confirm("Click Yes if you like this dialog.", , , 4+64);
! Configuration | Colors and Styles | Fonts | Main Contents: Fonts like "Segoe UI
Semibold" could not be preselected, it only worked for the weights "Regular" and
"Bold". 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 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.