Code: Select all
v12.90.0002 - 2013-09-13 15:56
+ Color Filters: Added optional scope suffixes to limit color
filters to directories or to files.
Scope suffixes are appended to the primary selector separated by a
space. "d" stands for "directories", "f" stands for "files", "df"
(or "fd") for both (i.e. unlimited scope). A missing scope suffix
defaults to "df" (unlimited scope) but see some obvious exceptions
below.
Usage:
For example, you want to color folders by age created in Tree
and List but don't want to color the files.
Examples:
ageC d:d //folders created today
ageM f:d //files modified today
prop d:#HardLinks: > 1 //folders with more than one hardlink
Exceptions:
- "dir:" is always directory-only by definition
- [no selector] is equivalent to "name f:" (name files-only),
for example: *.txt
* Color Filters: Modified the following addition from v9.70.0038 -
2010-11-19 20:36:
Configuration | Color Filters: Now, in Details mode, the first
matching filter *with* backcolor (if any) is displayed combined
with the first matching filter *without* backcolor (if any).
Now, the filter *with* backcolor must be the first match. If a
filter *without* backcolor is the first match, then no further
match *with* backcolor is looked for.
Reason: Otherwise you get confusingly different colors in Tree and
List, e.g. for folders with HIDDEN and SYSTEM atribute and the
following filters in this order (shown in List Management syntax
to see the colors definitions):
+attr:h>B6B6B6,
+attr:system>FF0080,FFFF00
+ Color Filters: Now the folder tree supports Color Filters by name.
Example:
name:*2013*
Notes:
- Name patterns without any selector are not applied to
directories and hence will not color anything in the tree, for
example:
*2013*
- Selector "dir:" is now obsolete ("name d:" is equivalent) but
kept for backward compatibility.
! Color Filters: Boolean Color Filters did not work correctly in
Tree. Now you can color all folders created today using this
pattern:
ageC:d AND attr:d //folders created today
- Configuration | Color Filters: Removed setting "Apply name filters
to files only". Now name filters without selector are always "file
only". Use the explicit "name:" selector to define name filters
for folders and files.
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