Code: Select all
v22.90.0012 - 2022-02-25 10:48
! Hamburger / SC popupmenu/popupnested: Fixed a glitch with accelerators.
Code: Select all
v22.90.0012 - 2022-02-25 10:48
! Hamburger / SC popupmenu/popupnested: Fixed a glitch with accelerators.
Code: Select all
v22.90.0100 - 2022-02-25 20:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
v22.90.0013 - 2022-02-25 17:53
+ Now you can tweak the set of word breakers, aka word boundaries or word
delimiters... used e.g. to determine which part is selected when you double-click a
string. The factory default is this:
.:,; _-~(){}[]<>|/\^°*"?!§$%&=+#
And this is the key where you can tweak them (the word breakers are within
double-quotes to allow passing a space as first or last character):
WordBreakers=".:,; _-~(){}[]<>|/\^°*?"!§$%&=+#"
Code: Select all
v22.90.0101 - 2022-02-27 18:19
+ Custom File Associations: Now you can define which browser should open a URL, for
example:
https://*;http://*>C:\Program Files (x86)\Mozilla Firefox\firefox.exe
Or probably also (if Firefox is registered):
https://*;http://*>Firefox
Affects open via Address Bar, via Hamburger, via SC open, well everywhere.
+ User-defined Preview Handlers: Now you can add a comment to your definition,
separated by //, for example:
pdf>{3A84F9C2-6164-485C-A7D9-4B27F8AC009E}>64 //Edge
! Hamburger | Paths: Since 20220221 a path defined as special path would go to the
real path. E.g. "Desktop" would go to "C:\Users\<user>\Desktop". Fixed.
Code: Select all
v22.90.0102 - 2022-03-02 18:56
* Custom Toolbar Buttons: Now they show (parts of) the script in the tooltip *only if*
CTRL is held down.
* Updated the help file.
Code: Select all
v22.90.0103 - 2022-03-03 17:40
* MLS: Internally updated to version 8.144.
> TRANSLATORS: Please wait until Reference_8.144.lng is uploaded.
You will be notified if you have subscribed to this thread:
https://www.xyplorer.com/xyfc/viewtopic.php?f=12&t=9648
! User | Manage Commands...: The Options button menu didn't pop when the Manage
User-Defined Commands dialog was opened via a menu button of the toolbar. Fixed.
! Tools | Customize Keyboard Shortcuts...: The Options button menu didn't pop when the
dialog was opened via a menu button of the toolbar. Fixed.
Code: Select all
v22.90.0104 - 2022-03-04 10:45
+ Menu Tags | Tags: Added command "Find by Tags...". This interface had been reachable
only via the toolbar button "Find by Tags" (popup menu item "Find by Tags..."). Now
you can assign a keyboard shortcut to it.
Note that the scope of the search (Everywhere, This Branch, Here) still can only be
set via the toolbar button "Find by Tags" at the moment.
+ Menu Tags | Tags: Added command "Find by Tag List...". This interface had been reachable
only via the toolbar button "Find by Tags" (popup menu item "Tag List...", now
renamed to "Find by Tag List..."). Now you can assign a keyboard shortcut to it.
Note that the scope of the search (Everywhere, This Branch, Here) still can only be
set via the toolbar button "Find by Tags" at the moment.
Code: Select all
v22.90.0105 - 2022-03-05 10:58
* Custom Toolbar Buttons: Now the right-click popup menu (if defined) always features
the commands "Edit..." and "Customize Toolbar..." at the bottom. I got tired of
holding CTRL to achieve that and telling users to do it.
! Hamburger: The icons of menu commands covered any checked state ticks. Fixed. No
more icons for menu commands.
Code: Select all
v22.90.0106 - 2022-03-07 12:11
+ SC get("sort") enhanced. Now you can state whether you want to know about primary or
secondary sort order:
Syntax: get("sort", [pane=a], [dimension=1])
dimension: 1 (default) or 2 for primary or secondary sort order.
return: Sorted column name and order.
Examples:
text get ("sort"); //primary
text get ("sort", , 1); //primary
text get ("sort", , 2); //secondary
! Tabs: If you dragged a folder to the second pane tab bar (to have it open it), if
the active tab on the second pane had a visual filter, the dragged folder that
opened in a new background tab inherited the visual filter. Fixed. The new tab is
created without any filter.
! Hamburger / SC popupmenu/popupnested: Some checkmarks were not set on menu items
that are toggles. Fixed.
! Floating Preview: "Navigate by Category" didn't see WEBP files as images
because internally they are in a different category (Preview as
Thumbnail). Fixed again (see v22.20.0225 - 2021-09-27 14:59).
! Custom Toolbar Buttons: Certain older scripts stopped working due to the recent
enhancements. Fixed.
Code: Select all
v22.90.0107 - 2022-03-08 11:47
+ Configuration | Colors and Styles | Styles | Columns: Added field "Autosize Name
column minimum width (0 = unlimited)". Here you can define a minimum width for the
autosized Name column. It won't get smaller than this. Set it to 0 to not enforce a
minimum width. Factory default is 200.
! Custom Toolbar Buttons: A single-line definition consisting of just one CID without
a trailing ; (e.g. #101) would pop a single-item menu instead of triggering the
command right away. Fixed.
! Hamburger / SC popupmenu/popupnested: Some checkmarks were not set on menu items
that are toggles. Fixed more.
Code: Select all
v22.90.0108 - 2022-03-09 11:09
+ Configuration | Colors and Styles | Styles | Columns: Added an option to define a
maximum width for the auto-fitted Name column. Can be useful if the list is very
wide and has only a few columns. The setting is now called "Minimum / Maximum Name
column width" and has two fields, one for the minimum and one for the maximum width.
Use the value 0 (zero) for "unlimited / ignore".
* Updated the help file.
Code: Select all
v22.90.0109 - 2022-03-10 14:26
+ Custom Toolbar Buttons: The edit box now remembers the Word Wrap setting.
+ Breadcrumbs | Customize Menu: The edit box now remembers the Word Wrap setting.
! List: The manual sort order was lost under certain conditions on auto-refresh. Fixed.
Code: Select all
v22.90.0110 - 2022-03-11 12:37
! Custom Toolbar Buttons: The icon for "Invalid path" (a grey question mark) was drawn
in the wrong position depending on the toolbar scaling. Fixed.
! Customize Toolbar Dialog: The icon for "Invalid path" (a grey question mark) was not
drawn at all. Fixed.
! Toolbar: Label texts were misaligned and scaled incorrectly in the overflow menu. Fixed.
! List | Extra columns | Cell Context Menu: If "Configuration | General | Menus,
Mouse, Usability | Cell Context Menu | Use localized search and filter patterns" was
OFF then the used generic column selector "Extra 1", "Extra 2" etc did not work.
Fixed.
! List: The manual sort order was lost under certain conditions. Fix #2.
Code: Select all
v22.90.0111 - 2022-03-12 13:24
* XYcopy: Updated to 2.10.0187.
! File | Quick File View: Under certain conditions pressing ESC in the Quick File View
dialog could put the main XYplorer window in the background and switch to the next
window in the Z-order. Fixed.
Code: Select all
v22.90.0112 - 2022-03-14 16:31
+ Address Bar: Now you can paste URL-encoded paths from the browser and they will be
correctly auto-converted to standard file paths.
Examples:
- file:///C:/Program%20Files/Bat%20To%20Exe%20Converter/
--> C:\Program Files\Bat To Exe Converter\
- file:///E:/Test/b/%E6%9D%8E%E6%8C%AF%E8%97%A9/
--> E:\Test\b\李振藩\
Also works for location specs in other contexts, including "Paste and Go"
(controlled by "Configuration | Find and Filter | Filters & Type Ahead Find | Type
Ahead Find | Paste and find").
* Quick Search: Soft search terms (terms containing variables) are now kept in the
soft form between tab switches and sessions. Previously, they were kept in their
resolved form. For example:
<get list_recentlyopenedfiles>?/silent=1 //Recently Opened Files
! Tabsets | Save As... and SC tabset("saveas"): The Save As operation also updated the
original tabset (probably since 20190330). Fixed. Now any unsaved changes in the
original tabset are preserved in the new tabset but not in the original tabset.
Classic Save As behavior.
Code: Select all
v22.90.0113 - 2022-03-15 12:58
% List: The transition from non-thumbs to thumbs views could show some ugly
intermediate states when creating thumbs took longer than normal. Now the list is
completely emptied before thumbs creation begins.
% Configuration | Preview | Thumbnails | Show file icon on thumbnail: Better icon
position.
! Thumbnails: NEF files of type "TIFF file, ver 42, Motorola" had no thumbnails since
some weeks ago. Fixed.
! Configuration | General | Safety Belts, Network | Safety Belts | Confirm drag and
drop: Was not applied to drops on archives. Fixed.