Code: Select all
+++ Dark Mode: Had a little epiphany this morning. Now these controls are dark if XY is
dark (even if Windows itself is not in Dark Mode!):
- Buttons
- Scrollbars
Code: Select all
+++ Dark Mode: Had a little epiphany this morning. Now these controls are dark if XY is
dark (even if Windows itself is not in Dark Mode!):
- Buttons
- Scrollbars
Code: Select all
v22.70.0285 - 2022-02-01 13:11
+ Toolbar: Added the first slim button (takes 18 horizontal pixels instead of 30),
"Show Menu": Let's you toggle the main menu.
More slim buttons will follow. ....
This is so much better than Explorer. It's these small details that make using XY a pleasure!% Word Breaking: Improved the automatic word boundary recognition (on double-click,
Ctrl+Arrow, Ctrl+BackSpace) in the rename text boxes of all small lists.
Code: Select all
+ Scrolling through the list views: Added a tweak to modify the feature.
* Scrolling through the list views: Now the default is not to loop, i.e. scrolling
will stop at the first and last list view.
* Setting a new list view: Now the name of the new view is always shown in the status
bar, also when doing it via the normal menu functions or any other way. Reason:
Doing it only for "Scrolling through the list views" leads to confusing messages.
+ CKS | Miscellaneous | List: Added two functions that work as an alternative to
Ctrl+WheelDown and Ctrl+WheelUp:
#1082 - Miscellaneous | List | Next View (Ctrl+9)
#1083 - Miscellaneous | List | Previous View (Ctrl+Shift+9)
These functions also honor the CycleListViewsByWheelProps tweak.
Code: Select all
+ Custom File Icons: Now you can assign icons extracted from icon resources (exe; dll;
cpl; ocx; scr; icl; bpl; wlx; wfx; wcx; wdx; acm). For example:
jpg>C:\WINDOWS\system32\shell32.dll /163
png>C:\Windows\System32\imageres.dll /222
Code: Select all
v23.10.0003 - 2022-05-24 21:02
* List Columns | Aspect Ratio: Now the column is correctly sorted by the actual
quotient (eg 0.5), not by the term of the quotient (eg 1:2).
* Special Property | Aspect Ratio: Now the actual quotient (eg 0.5) is searched and
filtered, not the term of the quotient (eg 1:2). For example, this will give you all
images equal to or wider than 2:1:
prop:#AspectRatio: >= 2:1
Code: Select all
v23.10.0009 - 2022-05-28 12:50
+ Custom Event Actions: Added new event "Startup". It is fired when load is complete
and the window is visible, right after any command line script is run.
v23.10.0001 - 2022-05-23 14:30
+ Variables: Now permanent variables can be accessed from anywhere in the app using
the new <perm ...> meta variable. Example:
perm $xy = "XYplorer"; echo "Perm test: <perm xy>."; //Perm test: XYplorer.
Once the permanent variable is defined you can always access it wherever XY native
variables are supported, e.g. as path in the address bar:
C:\Users\%user%\AppData\Roaming\<perm xy>
If a permanent variable does not exist, <perm ...> is not resolved:
echo "Perm test: <perm grrg>."; //Perm test: <perm grrg>.
So you now can have user defined global variables that persist across sessions.
Code: Select all
v23.10.0017 - 2022-05-30 18:19
+ Configuration | Colors and Styles | Styles | Columns: Added option "Lighter text in
detail columns". Activate it to lighten the text of all columns in Details view
except the Name column. This is the way File Explorer looks currently.