Page 1 of 1
Empty folders are yellow text on white: UNREADABLE!
Posted: 06 Sep 2016 02:44
by JoeMarfice
It's taken me some time just to figure out what the defining characteristic is, but it's apparently a filter on zero-byte folders (which may or may not be empty). Anyway, the Path column sometimes shows up as yellow text on a white background, which I'm pretty sure was made a war crime by The Hague....
WHERE is this controlled in the settings? Please tell me it can be changed, but I've been through all the color settings I can find, and none of them even have yellow text, much less yellow-on-white. EDIT: Oops, I have a custom filter "Overlong Name (path length > 254 characters)", which has yellow text - but on a red background, and anyway is clearly not in play on these paths.
Re: Empty folders are yellow text on white: UNREADABLE!
Posted: 06 Sep 2016 04:05
by highend
Did you take a look into Tools - List Management - Instant Color Filters as well?
Re: Empty folders are yellow text on white: UNREADABLE!
Posted: 06 Sep 2016 04:19
by JoeMarfice
highend wrote:Did you take a look into Tools - List Management - Instant Color Filters as well?
Thanks; wasn't aware of that listing of Config settings, so your comment was useful just for that... But no, nothing there, nor under "Tools - List Management - Color Filters", either.
Nor "Visual Filters", nor "Global Visual Filters"... which are probably just refilterings of the other lists.
Re: Empty folders are yellow text on white: UNREADABLE!
Posted: 06 Sep 2016 05:28
by highend
1. Does it happen with a fresh instance (and enabled color filters) as well (for the same folder)?
If not:
Show a full screenshot of your XYplorer window (with a folder where this happens)
Additionally, show the content of the two sections ColorFilter + ColorFilterInstant from your XYplorer.ini file
Re: Empty folders are yellow text on white: UNREADABLE!
Posted: 06 Sep 2016 14:21
by JoeMarfice
I made a new, empty folder, and a non-empty folder beside it... and discovered I was wrong about "empty" being the defining characteristic for the filter. Maybe it's an age filter? I have an age filter with yellow text (forgot about that, too!), but it has a green background specified.
The INI file spaned more than one screen, so here's the text:
[ColorFilter]
Count=17
1=+len:>=254 //overlong filenames>FFFFFF,FB4F04
2=+attr:junction>D500D5,
3=+attr:system>FF0000,FFFF80
4=+attr:encrypted>008000,
5=+attr:compressed>0000FF,
6=+ageM: <= 30 n //modified in the last 30 mins>FFFF80,5A9A1B
7=+ageM: d //modified today>000000,AAE76D
8=+ageM: w //modified this week>000000,E4F8D1
9=attr:d>5E738C,
10=+size:0>4199E0,E0E2ED
11=+*.exe;*.bat>D24257,
12=+*.htm;*.html;*.php>4287D2,
13=+*.txt;*.ini>38A050,
14=+*.png;*.jpg;*.gif;*.bmp>933968,
15=+*.zip;*.rar;*.7z;*.iso>CC6600,
16=+*.dll;*.ocx>7800F0,
17=+*.mp3;*.wav>FF8000,
[ColorFilterInstant]
Count=19
1="Created or Modified Today" ageC: d;ageM: d>FFFFFF,70B926
2="Created or Modified This Week" ageC: w;ageM: w>FFFFFF,B97026
3="Folders Created Recently" ageC d: <= 3 h //folders created last 3 hours>FFFF00,0073E6||ageC d: d //folders created today>FFFF80,379BFF||ageC d: w //folders created this week>FFFFFF,71B8FF
4="Files Modified Recently" ageM f: <= 5 n //files modified last 5 min>FFFF00,4F831B||ageM f: <= 1 h //files modified last hour>FFFF00,63A521||ageM f: <= 24 h //files modified last 24 hours>FFFFFF,70B926
5=-
6="Empty Files" size: 0>96ABB8,ECEDF2
7="Files Shaded By Size" size: >= 1 GB>000000,8A939F||size: >= 100 MB>003080,8EA4C4||size: >= 10 MB>004080,A9BAD3||size: >= 1 MB>0053A6,BCCCDE||size: >= 1 KB>0E80DC,D1DAE9||size: > 0>4F91D2,E2E3EB||size: 0>96ABB8,ECEDF2
8=-
9="Overlong Filenames" len: >= 260>FFFF80,FB4F04
10=-
11="Read Only Files" attr f:readonly>47A905,FFFF80
12="System Files" attr f:system>FF0080,FFFF00
13=-
14="Common Executables" name f:*.exe;*.bat;*.cmd;*.com;*.scr;*.msi>804000,FFFFAA
15="Common Image Files" name f:*.gif;*.jpg;*.png;*.tif>36530F,E6F786
16=-
17="Image Aspect Ratio 16:9" prop:#AspectRatio: 16:9>5A4F36,F7E686
18=-
19="Black Out" name: *>222222,222222

Re: Empty folders are yellow text on white: UNREADABLE!
Posted: 06 Sep 2016 14:28
by JoeMarfice
AND... the age filter was the culprit. THANKS!
Apparently the TEXT color transfers to the Path, but not the background - so my yellow-on-dark-green became yellow-on-white for the Path property.
Problem solved.