[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Selection in the IDE's code window
[Thread Prev] | [Thread Next]
- Subject: Re: Selection in the IDE's code window
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Sun, 8 Feb 2026 18:14:57 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 08/02/2026 à 14:36, Bruce Steers a écrit :
As far as i know the ability to set Selection color was removed. Are you setting it manually? If I list my gambas theme there is no Selection State. it does not exist.
Because the selection color is now the system one. And you see in Claude's screenshots that the icon of the current panel of the option window is not selected either.
So as you said, either the selection color of the desktop is the same as the background, which would be unusual, or either the selection color was incorrectly detected by 'gb.gtk3', because there is no system colors anymore in GTK+3.
In GTK+3, you have only a global css file that is almost unparsable, and so you have to do some tricks to detect the selection color, that maybe do not work in some cases. Claude will tell us.
Regards, -- Benoît Minisini.
| Re: Selection in the IDE's code window | CD <dessere.claude@xxxxxx> |
| Is it possible/acceptable to create a component in Gambas that depends on a shared library? | Lee <t.lee.davidson@xxxxxxxxx> |
| Re: Is it possible/acceptable to create a component in Gambas that depends on a shared library? | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
| Re: Is it possible/acceptable to create a component in Gambas that depends on a shared library? | Lee <t.lee.davidson@xxxxxxxxx> |
| Re: Is it possible/acceptable to create a component in Gambas that depends on a shared library? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
| Selection in the IDE's code window | CD <dessere.claude@xxxxxx> |
| Re: Selection in the IDE's code window | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
| Re: Selection in the IDE's code window | CD <dessere.claude@xxxxxx> |
| Re: Selection in the IDE's code window | Bruce Steers <bsteers4@xxxxxxxxx> |