Code: Select all
v21.10.0036 - 2020-10-05 12:26
+ Color Filters: Now, like elsewhere in XY, you can force an exact match by
wrapping your pattern in quotes. (Hell knows why this has not been added
before.) Examples:
Pattern Matches
----------------------------------------------------------------
File-31.jpg File-31.jpg, File-31.jpg.webp, MyFile-31.jpg
"File-31.jpg" File-31.jpg
dir:"This Folder" This Folder
dir:This Folder This Folder, This Folder 2, Whatthis Folder
----------------------------------------------------------------
+ Color Filters: Added a switch to assign a color filter to a folder and all
of its subfolders.
The switch is "/r" (= recurse subfolders) and it has to be appended to the
pattern separated by a single space.
Examples:
Pattern Auto-adjusted to Match No Match
----------------------------------------------------------------
dir:"code" *\code\ C:\code\ C:\code\sub\
dir:"code" /r *\code\* C:\code\
C:\code\sub\
Notes:
- As you see, the switch can be emulated like this (but only since today's
version thanks to some internal changes):
dir:*\code\*
- You could also use non-exact patterns (dir:code /r) for broader matching
(internally used pattern: *\*code*\*).
! List: Shift+Arrow selection did not work correctly right after some items
had been deleted because an internal flag was not reset. Fixed.
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.
XYplorer Beta Club