What is the order of applying colors for files/directories?
I have colors defined via Configuration->Option->Color->Define colors by file type...
The color for directories is the last in the list yet it seems the previous entries (meant for files) cause some directories to be miscolored.
Image: https://freeimage.host/i/3BReYfn
What is the order of applying colors for files/directories?
Moderators: petermad, Stefan2, white, Hacker
Re: What is the order of applying colors for files/directories?
I'm guessing some previous file definition not visible in your screenshot contains the name "config".
It might be a good idea to move the Directories definition to the beginning. Another option is to exclude directories for all previous definitions.
The order of applying colors is always the one visible in the dialog window.
It might be a good idea to move the Directories definition to the beginning. Another option is to exclude directories for all previous definitions.
The order of applying colors is always the one visible in the dialog window.
Re: What is the order of applying colors for files/directories?
2inwenis
I guess that the third filter from the bottom:
Is the cause. Directories most often don't have an extension, so they will be included when using *. as a filter, which will include all files AND folders without an extension (i.e. without a period in the name)
It is a common misconception that folders cannot have an extension.
BTW, it is not necessary to put a ; between each extension - especially not when there is only one extension in the filter.
I guess that the third filter from the bottom:
Code: Select all
*.;
It is a common misconception that folders cannot have an extension.
BTW, it is not necessary to put a ; between each extension - especially not when there is only one extension in the filter.
License #524 (1994)
Danish Total Commander Translator
TC 11.51rc2 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1390a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51rc2 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1390a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: What is the order of applying colors for files/directories?
How on earth does a light blue filter cause an unwanted red tint to directories?
Re: What is the order of applying colors for files/directories?
this solved the issue, thanks!It might be a good idea to move the Directories definition to the beginning
didnt' want to do this cuz I keep my colors in a separate color.ini and seraches are persisted in the wincmdAnother option is to exclude directories for all previous definitions.