[Easy] Invert Color for Cursor + Selection.

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

islogged
Senior Member
Senior Member
Posts: 205
Joined: 2008-09-17, 00:57 UTC

[Easy] Invert Color for Cursor + Selection.

Post by *islogged »

Because the Cursor is also as a Selection.
Example: If u copy the current file on the Cursor is act as a selected file.

It can be logical to add the possibility that the Cursor obtain the same style as the Selection for who want (as me) to keep this coherence.

- http://i.imgur.com/I946dek.jpg
- http://i.imgur.com/RdJ6G6B.jpg

I think this suggestions is not a Code big work ...
Thanks for add.
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

But how will you distinguish selected but not focused and focused but not selected file?
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2MVV
But how will you distinguish selected but not focused and focused but not selected file?
I guess the idea would be to always display the file under the cursor as selected if no other file is selected.
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

I understand the idea but I see the problem that it causes.
islogged
Senior Member
Senior Member
Posts: 205
Joined: 2008-09-17, 00:57 UTC

Post by *islogged »

But how will you distinguish selected but not focused and focused but not selected file?
By the Color => http://i.imgur.com/ugcYfYr.jpg
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

[x] Inverted color for both

Code: Select all

marked | selected| backgroundcolor
   0       |       0       | white
   1       |       0       | gray
   0       |       1       | green
   1       |       1       | ????? 
Only 3 colors for 4 states!?!

Regards
Holger
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2MVV
I understand the idea but I see the problem that it causes.
Where exactly do you see the problem in my approach?
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Lefteous,
If selected and focused files will look the same, it won't be possible to distinguish them, so e.g. it won't be obvious which file will be copied if you have one selected and one focused.
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2MVV
If selected and focused files will look the same, it won't be possible to distinguish them, so e.g. it won't be obvious which file will be copied if you have one selected and one focused.
I didn't suggested to do this. All I suggested is to display the focused file as selected when no other file is selected. No changes to the color options. This would completely solve the described problem.

I can't say though that it would be usable. It could be very strange to use selections as described after all these years. It would also include automatic removal of a selection. Maybe we could try it as an option.
islogged
Senior Member
Senior Member
Posts: 205
Joined: 2008-09-17, 00:57 UTC

Post by *islogged »

If selected and focused files will look the same, it won't be possible to distinguish them, so e.g. it won't be obvious which file will be copied if you have one selected and one focused.
Only 3 colors for 4 states!?!
Yah, for what we need to use the Cursor Font color option for this ...
But the true problem is that's function seem already "bugged" because when we change the "Cursor Font" color it change the "Mark Font" color and not the "Cursor Font" color ...

And that's not the initial deal ! => http://imgur.com/Kq3Pdib.jpg
1 | 1 | ?????
Green on Grey
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

is that's function seem already "bugged"
Yes there seems to be a bug that the cursor font color is only used with inverted Cursor but can also be changed if inverted Mark is active.
Green on Grey
background on background?

BTW:
Because the Cursor is also as a Selection.
Example: If u copy the current file on the Cursor is act as a selected file.
Only true if no other item is marked/selected.

Regards
Holger
islogged
Senior Member
Senior Member
Posts: 205
Joined: 2008-09-17, 00:57 UTC

Post by *islogged »

Yah, for what we need to use the Cursor Font color option for this ...
background on background?
Cursor Color Font on Background Color.
Yes there seems to be a bug that the cursor font color is only used with inverted Cursor but can also be changed if inverted Mark is active.
Ok, then i will try to make a Bug Report in coming days !
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

Cursor Color Font on Background Color.
Hope nobody selects the gray Cursor color font together with a gray Mark color ;-)

Regards
Holger
Make our planet great again
islogged
Senior Member
Senior Member
Posts: 205
Joined: 2008-09-17, 00:57 UTC

Post by *islogged »

Hope nobody selects the gray Cursor color font together with a gray Mark color Wink
Yeah, or also a green Font Color with a green Background :mrgreen:
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Lefteous wrote:I didn't suggested to do this. All I suggested is to display the focused file as selected when no other file is selected. No changes to the color options. This would completely solve the described problem.
I thought that you've only clarified original suggestion. Anyway, there may be ambiguous situations:
1. I have focused file. Then I select another file and copy to target panel. 1 file will be copied.
2. I have selected file. Then I select another file and copy to target panel. 2 files will be copied.
Both look similarly at start but lead to different results.
Post Reply