Change Log for the latest
XYplorer BETA version:
Code: Select all
v13.70.0123 - 2014-02-09 21:07
+ Extra Tags: Now Find Files by Extra Tags also supports comparison operators
for number and dates. For example, if Extra 2 is of type Number then this
would work as expected:
ex2: >= 5
Dates should be stated in yyyy-mm-dd hh:nn:ss format since they are also
stored in that format. For the comparison you can skip any part of the
right side, e.g. (if Extra 5 is of type Date):
ex5: > 2014
ex5: > 2014-02
ex5: > 2014-02-09 10
> Note that in comparisons Extra Tags with empty values are always counted
as "no match". FYI, to match all tagged items with an empty value you do this:
ex5:""
Exception: With Extra Tags of type Number an empty value counts as 0
(zero), so here an empty value would be returned on a search term like
this:
ex2: < 1
+ SC report: Now Extra Tags are supported, referenced by their
case-insensitive canonic names (independent of any translations), e.g. "extra 1".
Example:
text report("{name}: {extra 1}, {extra 2}, {extra 3}, {extra 4}, {extra 5}<crlf>");
Columns of type Date can be formatted in the usual way:
{extra 5 yyyy-mm-dd}
Columns of type YesNo can be formatted like this:
{extra 4 yne} = Show localized "Yes" (1) or "No" (0) or Nothing (Empty)
{extra 4 yn} = Show localized "Yes" (1) or "No" (0 or Empty)
{extra 4 y} = Show localized "Yes" (1) or nothing (0 or Empty)
{extra 4} = Show the raw contents ("1", or "0", or "")
There is also a fully customizable format for all the three states that
exist internally ("1", or "0", or ""):
{extra 4 On1|On0|Else} = Show "On1" on "1", "On0" on "0", "Else" else
Example (assuming Extra 4 is a YesNo column):
text report("{name}: {extra 4 OK|FAIL|To Do}<crlf>");
! Some PFA stopped working in v13.70.0121. Fixed.
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.