Option to set the Text color of highlighted folders in the tree

Features wanted...
Post Reply
jaywalker32
Posts: 205
Joined: 27 May 2014 05:24

Option to set the Text color of highlighted folders in the tree

Post by jaywalker32 »

Currently, you can set the highlight (background) color of highlighted folders in the tree.

It would be nice if we could also set the text (foreground) color. This would increase the range of available colors on which the text would be legible.

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Option to set the Text color of highlighted folders in the tree

Post by admin »

That's true. I might do it.

PS: Well, it's much more work than I had thought. At the moment it does not look worth it I'm afraid.

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Option to set the Text color of highlighted folders in the tree

Post by admin »

I added it. (v20.20.0005) Took the whole day, and it's hot. But I listened to the Hollywood Vampires on heavy rotation and that made me do it.

There is no real GUI at the moment (that's easy to add later), you can only define the text color via Tools | List Management | Highlighted Folders...

Code: Select all

General format: path>textcolor,backcolor
000000 stands for "default color", so you cannot define pitch black. If both textcolor AND backcolor are 000000, then backcolor is set to yellow (or what you defined in Configuration | Colors and Styles | Colors | Highlighted). Else the default colors are "background color" and "text color".

Examples:

Code: Select all

E:\Test\Hilites\Alice\>000000,000000
E:\Test\Hilites\Cooper\>000000,BA4422
E:\Test\Hilites\Hollywood\>BA4422,000000
E:\Test\Hilites\Vampires\>FFFFFF,8FDA95
2019-06-26_180451.png
2019-06-26_180451.png (17.21 KiB) Viewed 1555 times
(Colors in the tree are slightly dimmed because I use that tweak DarkAdaptive)

I'll talk about it in the change log once I added it to the real GUI...

jaywalker32
Posts: 205
Joined: 27 May 2014 05:24

Re: Option to set the Text color of highlighted folders in the tree

Post by jaywalker32 »

Thanks! Just tested it and it works great! :tup:

Now I can really go to town with the color coding.

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Option to set the Text color of highlighted folders in the tree

Post by admin »

admin wrote: 26 Jun 2019 18:08I'll talk about it in the change log once I added it to the real GUI...
Well, is anybody (apart from jaywalker32) using this? Might be time to add it to the GUI...

klownboy
Posts: 4140
Joined: 28 Feb 2012 19:27

Re: Option to set the Text color of highlighted folders in the tree

Post by klownboy »

It seems Toggle Highlighted Folder (from the Favorites menu), as stated in the Help file toggles the "current" folder which is fine and isn't tied to Apply Highlighting in Tools > Customize Tree (i.e., the toggle only works for the current folder and isn't toggling all highlighted folders). However, toggling the color does override an existing color listed for that folder in Highlighted Folders > List Management since the new highlight color gets an entry after the original color listed for that folder. Not a big deal, just curious if that's expected. If the folder has an assigned color, should toggling then toggle the assigned color and not the generic highlight?

When we highlight folders, the highlighting is done in the tree only. Why not carry it over to the list as well?
Windows 11, 23H2 Build 22631.3447 at 100% 2560x1440

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Option to set the Text color of highlighted folders in the tree

Post by admin »

1) This works as designed.

2) The idea of this feature was to make browsing the tree easier. No point in carrying it over to the list.

Post Reply