Change Log for the latest
XYplorer BETA version:
Code: Select all
v14.00.0111 - 2014-05-10 23:24
+ Catalog | Context Menu | Insert as New Category Here: Added command "Labels"
by which you can add all Labels defined in the tags database to the Catalog as
a new "Click and Search" Category. The Location defaults to whole PC, tags
database only, and the operator to "OR".
Note that, contrary to the "Tags" category, also labels are listed that
are currently not assigned to any item. This is done because getting an
empty list when searching "Urgent" is an agreeable experience you should
be allowed to have.
* Find Files: Added switch /L by which the search terms are interpreted as
"labels" even when they are not prefixed with "lbl:". This switch is
mainly of use for the above "Labels" CAS category.
Switch /L implies switch /t (search tags database only).
* Find Files: the "lbl:" field now supports a numeric reference to the
Label. For example, the following search patterns are equivalent now (if
Orange is the caption of the second label):
lbl:Orange
lbl:#2
Use: Since labels are stored with their numeric index in the tags database
while their captions are variable (customizable in Configuration), the
numeric reference makes search terms independent of the label captions.
* Click and Search: Now, when no item is ticked clicking the CAS category
will run s search for "" (nothing). This makes particular sense in a /T or
/L category because it will list all items in the database without a Tag
or without a Label. Before, it would have listed all items in the database
unfiltered.
+ SC hexdump enhanced. Now you can return a raw hex string: Hex values
separated and terminated by a space.
Name: hexdump
Action: Displays a string as hex dump.
Syntax: hexdump(string, [unicode], [switches])
string: [required] String to display.
unicode: [optional]
0 = one byte/char [Default]
1 = two bytes/char
switches: r = raw
Examples:
text hexdump("abc", , r); //"61 62 63 "
text hexdump("abc", 1, r); //"61 00 62 00 63 00 "
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install 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 Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.