Code: Select all
v25.90.0160 - 2024-05-20 21:32
! Rename Special: Since v25.90.0137 - 2024-05-08 15:48 the <pad ...> variable did not
work properly. Fixed.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v25.90.0160 - 2024-05-20 21:32
! Rename Special: Since v25.90.0137 - 2024-05-08 15:48 the <pad ...> variable did not
work properly. Fixed.
Code: Select all
v25.90.0159 - 2024-05-20 16:00
+ Quick Audio Preview: Now you can easily and intuitively change the volume of the
preview (and the playback position) while holding down the left or right mouse
button: Moving the mouse up/down changes the volume (new), moving the mouse
left/right changes the position (as before). The angle of the movement determines
which property is changed.
> SC readurl / readurlutf8: You don't even need tp prefix file:///. Just pass the
local paths:
text readurl(<curitem>, , 1, , 65001); //1=StripHTML, 65001=UTF-8 codepage
text readurlutf8(<curitem> , , 1);
+ SCs itematpos, controlatpos, posatpos, indexatpos enhanced: Now the Preview Pane is
supported ("PP"). Example:
echo controlatpos(); //PP
* Updated the help file.
Code: Select all
v25.90.0158 - 2024-05-19 19:16
+ SC readurl / readurlutf8 enhanced: Now supports the file:/// protocol, so you can
use the commands for local HTML files.
Examples:
text readurl("file:///<curitem>", , 1, , 65001); //1=StripHTML, 65001=UTF-8 codepage
text readurlutf8("file:///<curitem>" , , 1);
Code: Select all
v25.90.0157 - 2024-05-19 13:43
! List | Status Column: Two commands were still missing from the interface and the
internal matrix. You could not assign keyboard shortcuts them, and the three Tags
columns were out of sync with some internal realities. Now everything is good again.
These are the newly added commands with their IDs:
#317 View | Sort By | Status
#547 View | Columns | Status
This also fixes a bug that was introduced with the addition of the Status column:
#335; sorted by Len instead of Label.
! Opening Files: Since 20240515, files with spaces in the name were not passed
correctly (i.e. in quotes) to the opening application. Fixed.
Code: Select all
v25.90.0156 - 2024-05-18 21:12
+ Breadcrumb Bars: You can now see the full real path of each component in a tooltip
when you hold down CTRL while hovering over it.
+ Multi Branch View: Now you can also select files along with the folders you want to
dive into and they will just be added to the Branch View.
! Configuration | Find and Filter | Find Files & Branch View | Branch View | Multi
branch view lists top folders: When enabled, a Branch View over a Search In List
contained duplicate items. Fixed.
Code: Select all
v25.90.0154 - 2024-05-17 20:28
! Opening Overlong Items: Still did not work using Open from the shell context menu in
a LongPathAware Windows 10 or 11. Fixed.
Code: Select all
v25.90.0152 - 2024-05-17 13:22
! Opening Overlong Items: Since 20240317 a LongPathAware Windows 10 or 11 had problems
with overlong items, ironically. Fixed.
! Toolbar | Bookmark Buttons: Did not react when toggling Custom File Icons. Fixed.
Code: Select all
v25.90.0151 - 2024-05-16 23:02
! Opening Items With Overlong Filenames (> 259 Characters): DOS 8.3 conversion still
did not work under all circumstances. Fixed.
Code: Select all
v25.90.0150 - 2024-05-16 20:45
+ SC ControlPosition enhanced: The Preview Pane can now be referenced by "PP".
echo ControlPosition("PP"); //Preview Pane
* Hover Box | Rounded Corners: Now ensures a minimum frame width when rounded corners
are enabled, otherwise it looks unbearably bad.
% Tree | Rapid Access: Existing RAFs are no longer completely collapsed when removing
some of them, but remain untouched.
% Tree | Rapid Access: Existing RAFs are no longer completely collapsed when renaming
one of them in Tree or List, but remain untouched.
! Toolbar | Bookmark Buttons: A bookmark to Rapid Access started without icon. Fixed.
Code: Select all
v25.90.0149 - 2024-05-16 13:14
+ Drag Status Box Colors (Tweak): The colors for dragging over Bookmarks and Rapid
Access have been appended to the default values of the tweak DragStatusClasses, so
you can now control them.
This is now the factory default (slightly changed the Rapid Access color):
DragStatusClasses=5495DC|FEA311|81409C|A0A0A0|C7E6B7|62A0B1|4AB3A3
Should work nicely for upgraders; nothing to do.
+ Catalog: Now you can add folders to RAF by dropping them onto a catalog item
pointing to "Rapid Access" (or locale-independent %rapidaccess%).
+ Catalog | Item Properties | Edit: Now the state of "Word wrap" is remembered across
calls and sessions.
% Tree | Rapid Access: Now existing RAFs are not completely collapsed when adding a
new one, but remain untouched.
! Rapid Access: Fixed a couple of glitches concerning tree refresh and location.
! Opening Items With Overlong Filenames (> 259 Characters): Did not work yet for
multiple items. Fixed.
! Overlong Filenames: Items with overlong names did not always get the correct generic
icon in various parts of the interface. Fixed.
Code: Select all
v25.90.0148 - 2024-05-15 23:00
* Opening Items With Overlong Filenames (> 259 Characters): They are now converted to
DOS 8.3 short filenames before being passed to the opening application, because many
applications still cannot handle overlong filenames.
Note that DOS 8.3 short filenames must be enabled on the volume for this to work.
! File | To Clipboard | Item Short Path/Name(s): Has stopped working properly some
weeks ago. Fixed.
Code: Select all
v25.90.0147 - 2024-05-15 18:25
+ Hover Box: Now you can have a grayscale version of the hovered images in the Hover
Box. Toggle grayscale by pressing the "G" key while the Hover Box is displayed.
G: Toggle grayscale (images, videos, and PDFs only).
Code: Select all
v25.90.0146 - 2024-05-15 15:10
+ Scripting got a new function.
Name: RAF
Action: Sets, adds, or removes Rapid Access Folders.
Syntax: raf(itemlist, [mode=a], [separator=CRLF])
itemlist: List of items, separated by separator, to set, add, or remove.
mode: Type of action.
a: [Default] Add to current RAF.
r: Remove from current RAF.
First it compares the passed items with the display names (left of ">" in the
definition). If there is no match, it compares them with the target paths
(right of ">" in the definition).
s: Set as new RAF (dump previous).
separator: List separator. Defaults to CRLF.
return: The current RAF, separated by separator.
Examples:
raf("C:\Windows"); //add Windows folder
raf("C:\Windows|Downloads", a, "|"); //add Windows and Downloads folder
raf("<xydata>"); //add XYplorer data folder (automatic display name)
raf("XY Config><xydata>"); //add XYplorer data folder (explicit display name)
text raf(<clp>, s); //set whatever is in the clipboard, return current RAF
raf("Windows", r); //remove Windows folder (by display name)
raf("C:\Windows", r); //remove Windows folder (by target path)
text raf(); //just return current RAF
! Tree | Rapid Access: MUSD on VFO RAF got the bottom item wrong. Fixed.
! Hover Box: Various Hover Boxes over special items in RAF, MUSD on RAF, and
Breadcrumb Dropdowns, did not work alright. Fixed.
Code: Select all
v25.90.0145 - 2024-05-14 18:54
* Tree | Rapid Access: Now the fresh instance starts with this node hidden.
! Hover Box: Did not show ICO files with overlong filenames. Fixed.
Code: Select all
v25.90.0143 - 2024-05-13 21:15
+ SC showintree enhanced: Now you can pass "!" to toggle a node expanded/collapsed.
Example:
showintree , "!"; //toggle expansion of current node
* Address Bar: The keys Enter, Del, Left, Right, Home, End, and Back were blocked
while the Hover Box was visible. Not anymore.