[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: CD <dessere.claude@xxxxxx>
- Date: Wed, 11 Feb 2026 19:35:45 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le mercredi 11 février 2026 à 14:00 +0100, Benoît Minisini a écrit : > Le 11/02/2026 à 13:53, CD a écrit : > ... a lot of things. > > Hi Claude, > > Are you sure that if you change your widget theme that you still have no > selection background color? > > Can you print the value of Color.SelectedBackground from the IDE? > > Can you send a screenshot of the first tab of the IDE color selection > dialog? > > Can you try to run the IDE with QT? > > Thanks in advance for the answers. > Hi Benoît, > Are you sure that if you change your widget theme that you still have no > selection background color? last evenning I managed to get a selection of a terrible color, it was working. I switched back to my theme, which selects colors correctly in Pluma, Evolution, the Gambas project tree, the debug window, and the search/replace window... but not in the code window. > Can you print the value of Color.SelectedBackground from the IDE? GTk3 Color.SelectedBackground=-16777216 (Color.RGB(0, 0, 0, 255)) (Alpha=Transparent)!!!!!!!!!!!!!!!! Color.SelectedForeground=16776447 (Color.RGB(255, 252, 255, 0)) qt5 Color.SelectedBackground=6710889 (Color.RGB(102, 102, 105, 0)) Color.SelectedForeground=16776447 (Color.RGB(255, 252, 255, 0)) > Can you send a screenshot of the first tab of the IDE color selection > dialog? If you mean the first tab of Tools/Preferences: attachment > Can you try to run the IDE with QT? you mean Debogage/Configuration/Environnement GB_GUI = qt5 ? > Thanks in advance for the answers. It's me who should be thanking you for your help. I'm completely lost and confused, especially in the code editor window. Perhaps I can manually modify the value of `SelectedBackground` in the GTK unparsable configuration file, but where ??? Regards
Attachment:
ToolsPreferences.png
Description: PNG image
| Re: Selection in the IDE's code window | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
| Re: Selection in the IDE's code window | Bruce Steers <bsteers4@xxxxxxxxx> |