Code: Select all
v25.20.0117 - 2023-12-04 14:38
! SC runret: UTF-16 return was not decoded properly. Fixed.
(1) Installer Package, (2) No-Install Package (for manual unpacking).
Code: Select all
v25.20.0117 - 2023-12-04 14:38
! SC runret: UTF-16 return was not decoded properly. Fixed.
Code: Select all
v25.20.0116 - 2023-12-04 11:24
+ Scripting got a new function.
Name: HotKeyShowApp
Action: Sets or gets the hotkey to show/minimize the application.
Syntax: HotKeyShowApp([key])
key: The hotkey to show/minimize the application.
The hotkey consists of an optional modifier (combination of Win, Ctrl,
Shift, Alt) and a key.
return: The current/previous hotkey.
Remarks:
- The hotkey is used to show (restore, foreground) the application when it's in
the background, minimized to the taskbar, or minimized to the tray.
- If the application is already showing, the key will minimize it.
- The command takes effect immediately, no restart required.
Examples:
echo HotKeyShowApp(); //show the current hotkey
HotKeyShowApp("Ctrl+Shift+O"); //set Ctrl+Shift+O as new hotkey
HotKeyShowApp("Win+Alt+Y"); //set Win+Alt+Y as new hotkey
HotKeyShowApp(""); //unset current hotkey
Code: Select all
v25.20.0115 - 2023-12-03 17:03
* Configuration | Information | Tags | Customize up to 31 Label captions and colors:
Renamed to "Label captions and colors".
* Soft Labels: Removed the space out of <ex 1>. Now it's <ex1> to <ex16>.
* Zip Extraction (File | File Special | Extract Here, etc): The extracting
applications are now called non-modally.
> Network: Undid the v25.20.0112 changes.
* Updated the help file.
Code: Select all
v25.20.0112 - 2023-12-02 19:11
> Network: Experimentally changed some enumeration flags.
! Floating Preview: Lost tags info on resize (v25.20.0111). Fixed.
! Virtual Folders: Go Up did not work when it could. Fixed.
Code: Select all
v25.20.0111 - 2023-12-02 15:17
+ Soft Labels: Added more variables:
<cmt> = Resolves to the comment of an item.
<ex 1> = Resolves to the Extra 1 field of an item.
...
<ex 16> = Resolves to the Extra 16 field of an item.
So now you can also (ab)use the Comment column and the 16 Extra columns as
reservoirs for an infinite number of labels.
Note that not all types of extra fields are displayed in the same format as in the
Extra column. For example, you won't see pictures in the label. But rating stars
work, so you can now use a label to show your rating stars in full color in the
Label column.
* Labels: Searching (Find Files, Quick Search) and filtering (Visual, Live, Color) by
Label now supports partial matches by default (no need to add wildcards). To force an
exact match, enclose the pattern in quotes.
lbl:Red -> match items where the Label field contains "Red" (or "red", A==a)
lbl:"Red" -> match items where the Label field is "Red" (or "red", A==a)
+ Floating Preview: The tag bar (right-click the FP's status bar to enable it) now
shows the label with caption. A longer caption will be cropped but all or more of it
is found in the tooltip.
* Configuration | Information | Tags | Label style: Style "Name column" now also
colors the Label column; there is no point in not doing it. Unless explicitly
desired (style "No coloring") the Label should show the labels as they are defined.
! Configuration | Information | Tags | Label style: The text color was not applied to
all cells in style "Whole row". Fixed.
* MLS: Internally updated to version 8.175.
> TRANSLATORS: Please wait until Reference_8.175.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
Code: Select all
v25.20.0110 - 2023-12-01 20:24
* XYcopy: Updated to 2.10.0243.
Code: Select all
v25.20.0109 - 2023-12-01 15:55
+ Tags: Tweak added to apply tags (Labels, Tags, Comments) to the currently
hover-boxed item. Very handy together with the Mobile Hover Box.
TagsApplyToHoverBox=1
Now, when the hover box is open, any tags command triggered from the keyboard will
be applied to the item displayed in the box.
* Configuration | Information | Tags | Label: Now this toggle option also applies to
the Label column's context menu, and to all commands under Tags | Labels. Allows you
to switch the labels on and off in ballpoint pen style (apply same label again to
turn it off).
* Miscellaneous | Focus Functions | Focus Address Bar: Added Ctrl+L as another default
keyboard shortcut here (in addition to Alt+D and Ctrl+Alt+A). It's the default for
this function in many file managers and browsers.
* View | Tab | Lock Location: Changed the default keyboard shortcut from Ctrl+L to
Ctrl+Shift+L.
* Go | Go to Line...: Changed the default keyboard shortcut from Ctrl+Shift+L to
Ctrl+Shift+Alt+L.
* XYcopy: Updated to 2.10.0242.
! Color Filters: Fixed some glitches related to the recent enhancements.
! Labels: Fixed some glitches related to the recent enhancements.
Code: Select all
v25.20.0108 - 2023-12-01 10:56
* XYcopy: Updated to 2.10.0240.
! Custom Copy: Processing more than 100,000 items could cause error 9 in
the final "Filename capitalization is synchronized..." phase. Fixed.
BTW, before v25.20.0101 - 2023-11-26 13:10, when using a background process, the
background copy handler XYcopy.exe would crash silently when the above happened.
! Custom Copy: Error message layout broken in background process. Fixed.
! SC tag: The new toggling for labels did not work with numeric references. Fixed.
Example:
tag 1, 3:=1; //toggle label 1
Code: Select all
v25.20.0107 - 2023-11-30 19:47
+ Labels: Now you can create "soft labels". Two new label-specific variables allow you
to display all or the first tag of an item in the label column. This means you can
have a virtually infinite number of label captions in one (or more) of your 31
possible label definitions.
These are the variables. You can use them right in the list below "Configuration |
Information | Tags | Customize up to 31 Label captions and colors", also in
combination with literal strings:
<tags> = Resolved to all tags (comma-separated list) of an item.
<tag> = Resolved to the (alphabetically) first tag of an item.
Of course, since this is mainly about label captions, it makes the most sense when
Configuration | Information | Tags | Label style is set to "Label column (caption)".
Notes:
- Visual Filters and Live Filters are supported.
- Find Files and Quick Search are supported.
- Why would you use these Soft Labels instead of the Tags column? It looks better!
* List | Label Column: This change was implemented in v17.30.0005 - 2016-11-05 12:52:
Before, the sorting of this column was by caption of the label. Now it's by index
as defined in Configuration | Tags. First label comes first, no matter how it's
called.
Now that there are soft labels, it seems more appropriate to sort the labels by
caption, as most other columns do, and as most users probably expect.
% Tag Search: Faster. Hardly noticeable, because it was already lightning fast. But
the larger your tag DB, the more noticeable it becomes.
! Live Filter Box | Highlight matches: Highlighting came out crooked with the new
centered labels. Fixed. Now a filter "Label:*Paso" will placed the highlight
correctly in a label "El Paso".
! Tag List: As of v25.20.0104 - 2023-11-28 21:10 the tag list was no longer saved
between sessions. Fixed.
Code: Select all
v25.20.0106 - 2023-11-30 10:14
* Configuration | Information | Tags | Label style: In style "Label column (caption)"
the texts are now drawn horizontally centered. And the height of the labels is
derived from the font height, not the row height.
! Quick Search and Branch View: The "Maximum depth" setting (in Info Panel | Find
Files | Name & Location) had an effect here when "Include subfolders" was checked.
And this even though both Quick Search and Branch View always include subfolders,
even if "Include subfolders" is unchecked. Fixed. The "Maximum depth" setting is now
ignored by Quick Search and Branch View.
Code: Select all
v25.20.0105 - 2023-11-29 13:41
* Configuration | Information | Tags | Label style: In style "Label column (caption)"
the backgrounds are now drawn a bit tighter so that they don't touch each other.
Looks better, especially in the new rounded style.
! Configuration | Information | Tags | Label style: Rightmost pixels were overlapped
by the vertical grid line. Fixed.
! Configuration | Information | Tags | Label style: Style "Label column (symbol)" did
not honor Touchscreen Mode. Fixed.
Code: Select all
v25.20.0104 - 2023-11-28 21:10
+ Configuration | Information | Tags: Added option "Rounded" to the label style. Tick
it to paint the labels with rounded corners.
The roundness can be tweaked here as percentage of half box height (range 1 - 100;
default 35):
LabelRoundness=35
Code: Select all
v25.20.0103 - 2023-11-28 11:59
+ SC tag enhanced: Now you can toggle labels and remove only a particular label.
Syntax: tag [value], [itemlist], [type=0], [tagsmode=0]
tagsmode on type 0: [Default] 0=set, 1=toggle, 2=unset <-- NEW!
on type 1: [Default] 0=add, 1=replace, 2=remove
Examples:
tag "Green"; //set label(s) "Green"
tag "Green", 3:=1; //toggle label(s) "Green"
tag "Green", 3:=2; //unset label(s) "Green" (keep other labels)
+ Configuration | Colors and Styles | Color Filters: Added option "Draw background
colors as rounded rectangles". Check it if you want it.
You can exclude individual filters from the roundness by passing the "-r" switch:
len:>=260|-r //overlong items (sharp rect)
* Color Filters: Rounded background colors are now only rounded on the left side if
Distinctive Shapes is enabled. Otherwise it just looks ugly.
* Color Filters: Slightly increased roundness to 35% of half box height. Value can be
tweaked here (range 1 - 100; default 35):
ColorFilterRoundness=35
* Color Filters | Style Switches: The "l" switch is now deprecated and replaced by
"-s".
s = Draw background color in distinctive shape (even if the general
setting is disabled).
-s = Don't draw background color in distinctive shape (even if the general
setting is enabled).
Code: Select all
v25.20.0102 - 2023-11-27 13:00
+ Configuration | Colors and Styles | Color Filters: Added new switch to paint the
background rectangle with rounded corners:
r = Background color rect rounded
Example (only visible if a background color is defined for the filter):
T:dir:<otherpath>|r
+ Color Filters: Now filters of type len: and lent: are also supported in the tree.
Example:
len:>=260|r //overlong items (round rect)
Code: Select all
v25.20.0101 - 2023-11-26 13:10
! List: Since v24.90.0136 - 2023-09-23 12:10, Shift+Left-Click on an already selected
item no longer changed the selection range as expected. Fixed.
! XYcopy: On an error XYcopy.exe (handling background file operations) simply crashed
instead of showing good manners and error messages. Fixed.
* XYcopy: Updated to 2.10.0237.