Page 1 of 1

Req: Mark Source windows more Obviously

Posted: 2010-11-03, 09:47 UTC
by dindog
source and tareget windows visual differences are not very clear.
I hide command bar, the only things mark the current operating windows is Hightlight of file path, and I think it is not sufficient.

it's ok when you are doing things in TC, but when switching from another program, you probably forget last time which one is source which one is target.

Posted: 2010-11-03, 17:13 UTC
by Horst.Epp
But you can also change the colors of the path above the windows.
So its always clear which one is the source.
For me the source background is green and the target gray.

Posted: 2010-11-04, 06:11 UTC
by dindog
But you can also change the colors of the path above the windows.
So its always clear which one is the source.
For me the source background is green and the target gray.
sorry, i can't find the option you refering to..... would you please detail how to config it?

Posted: 2010-11-04, 06:31 UTC
by Henrie
As far as I could find it can only be edited in the wincmd.ini file directly.

In the [Colors] section of wincmd.ini add what you would like to be changed (this information can also be found in section 4b of the help file):
ActiveTitle= Active panel title bar color
ActiveTitleText= Active panel title bar text color
InactiveTitle= Inactive panel title bar color
InactiveTitleText= Inactive panel title bar text color
(RGB: red+256*green+65536*blue, each value in range 0..255)

For example:

Code: Select all

[Colors]
ActiveTitle=255
ActiveTitleText= 16711680
InactiveTitle= 65280
InActiveTitleText= 16711680
This sets ActiveTitle to red background with blue text and InActiveTitle to green with blue text.

Posted: 2010-11-04, 07:34 UTC
by dindog
thanks a lot.