Change Log for the latest
XYplorer BETA version:
Code: Select all
v24.10.0010 - 2023-02-24 16:13
+ SC inputselect enhanced: Now you can position the window at the mouse pointer.
Syntax: inputselect(header, listdata, [separator="|"], [style=1], [cancel], _
[width=800], [height=400], [windowcaption], [preselectprefix], [icon], [preselectitem])
style:
65536 = Position window at mouse pointer.
Example:
return inputselect("Select Country", <extra_popuplist>, ";", 32 + 65536, 10:=<extra_cell>);
+ Scripted Extra Columns: A new <extra_item> variable is set to the full path of the
right-clicked item. Totally useful, here's just one example:
return inputselect("Select Country<crlf><extra_item>", <extra_popuplist>, ";", 32, 10:=<extra_cell>);
* Configuration | Information | File Info Tips & Hover Box | Show Hover Box | Select
Context...: The context "Breadcrumb Bars" (added v23.90.0407 - 2023-01-07 20:12)
changed name and function: It's now called "Breadcrumb Bar Drop-Down Menus" and
gives you a Hover Box with the contents of the hovered icon (yes, analogous to MUSD
only the icon is the hot area) in the dropdown menu.
Notes:
- This new functionality deems me much more useful than the old one.
- Works only for "Custom Menu" and "Colored Menu".
- If unchecked you still can force the Hover Box by holding CTRL.
! Configuration | Other | Shell Integration | 64-bit Windows | Show the 64-bit context
menu: Sometimes when calling it the first time in a session the 32-bit menu came
instead of the 64-bit one. Fixed. This will happen much less likely now, and this
kind of fallback won't happen anymore. When the 64-bit menu fails for whatever
reason, then no menu comes at all.
The fix also applies to calling the menu via script, eg:
popupcontextmenu "C:\", 64; //force 64-bit menu
! Action Log: The Undo/Redo caption of "New Shortcut" actions contained a misleading
path info. Fixed.
! Configuration | Information | File Info Tips & Hover Box | Show Hover Box | Select
Context...: The toggle "Folder Contents Preview" was dysfunctional, the Hover Box was
always shown for items in Mouse Up Show Down lists. Fixed.
! Breadcrumb Bars | Drop Menu on Hover: The menu auto-undropped when you hovered a
tiny 1-pixel wide area right at the top of the menu. Fixed.
! Hover Box: Probably fixed a rare bogus "Item not found" message.

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.