Download the latest
XYplorer BETA version (v4.60.0006, 15-apr-2006).
Code: Select all
v4.60.0006 - 15.04.06 10:08
+ Menu Edit, Selection Filter: now you can select items by comparing
your pattern with *any* column (not just the Name column). The
comparison that results in selections on a match is a case-
insensitive string comparison (not number or date comparison).
To select by columns other than the name column, simply prefix the
pattern with '[column name]:' Note: the column identification is
case-insensitive (e.g. 'type' works for the Type column), and
there's no space after ":".
Examples (results partly depend on the column display format):
size:? KB -> selects all items < 10 KB
modified:*2006* -> selects all items modified in year 2006
type:vis* -> selects all items of type starting with "vis"
The name column is the default, so "name:" can be omitted. If you
type an invalid column name, the name column will be used.
+ Menu Tools, List Management: added Selection Filters.
! Info Panel, Report, Current List: column widths were partly
slightly wrong when padding blanks. Fixed.