Change Log for the latest
XYplorer BETA version:
Code: Select all
v9.80.0115 - 2010-12-17 19:42
+ Find by Tags: Now tags can have wildcards ("*" or "?") and still
be searched for in an easy manner. Before, searching for those
tags was difficult because these characters are treated as
wildcards in the search term.
For example, you have a tag "a*" (w/o the quotes). Now you can
search for "a*" and only items with this tag will be found.
Before, this search would have returned all items with a tag
matching the pattern "a*".
To enable searching for wildcards you use the new switch /v
("verbatim"), which is exclusively used for label, tags, and
comments search:
Address Bar Finds (recursing subfolders) all items with
------------------------------------------------------------
?tags:a* /rv a tag "a*"
?tags:a* /r a tag matching pattern "a*"
?cmt:"*" /rv a comment "*"
Note that, of course, even without the verbatim flag you can
search for wildcard characters by enclosing them in square
brackets. For some jobs there is no other way, for example to find
all items with a "*" anywhere in the tags:
tags:*[*]* /r
+ List: Added "Find Items with Same Tags" to the Tags column right-
click menu.
> Tips for Find by Tags:
- To find all tagged items with no Tags use this search term:
tags:""
- To find all items with tag "quotedtag" (including the quotes!):
tags:""quotedtag""
! Find by Tags: On non-recursive searches the search might not have
returned all matches due to a flawed optimization. Fixed.
+ Configuration | Extended | Mouse: Added option "Middle-click opens
folder in new tab". Check it to open folders in a new tab by middle-
clicking them in the file list.
+ Opening items with associated apps: Now when you attempt to open
an item with an overlong filename you are prompted:
-----------------------------------------------------------------
Open Overlong Item?
You are about to open an item with an overlong filename (> 260
characters).
Most Windows applications do not support overlong filenames. They
might even crash.
Are you sure you want to continue?
-----------------------------------------------------------------
You can turn off this prompting using the following tweak:
OpenOverlongNoConfirm = 1
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
Portable Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.