[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Selection in the IDE's code window


Le samedi 07 février 2026 à 23:30 +0100, Benoît Minisini a écrit :
> Le 07/02/2026 à 19:47, CD a écrit :
> > Hello,
> > 
> > Since updating to Gambas=3.21.3 9c8e9a3 (master),
> > the selection (of a word, a line, or the entire page using Ctrl+A)
> > in the IDE's code window is transparent.
> > Only the line numbers change color.
> >   I've looked in the Tools/Preferences menu without success.
> >   I checked the exported and re-imported theme file; there is indeed a 
> > selection setting,
> > but changing its value doesn't affect the code window.
> >   What do I need to do to see the selection?
> > 
> >   P.S.: In Find/Replace, the searched word is correctly selected!Regards
> > 
> 
> Please show a screenshot of what you are talking about.
> 

Thank you for your reply. 

 Here are three screenshots: 

1) The code "Sub Text_Write(strValue As String)" is selected. 

2) PreferencesColor 

3) PreferencesBackground: Clicking on any background has no effect. 


I have copied the contents of the exported theme file below.

Regards

[Gambas Highlighting Theme 1.0]
Normal="#C0C0C0"
Keyword="#6699FF"
Datatype="#9FDF00"
Function="#E06FE0"
Operator="#DF9F9F"
Symbol="#FFCC00"
Number="#1FDF1F"
String="#FFFF00"
Comment="#AB8A8A"
Documentation="#FFD480"
Preprocessor="#DF5FFF"
Breakpoint="#C00000"
Current="#606060,Bold"
Highlight="#CF9FFF"
Error="#00FFFF"
Escape="#EF3F3F,Bold,Dotted"
Label="#E0E0E0,Dotted"
Constant="#5FBF5F,Bold"
Added="#004000,Bold"
Removed="#800000,Strikeout"
Class="#FF5F00"
Id="#FFBF1F"
Element="#FF3F3F"
Property="#EF1F1F"
Pseudo="#00E0E0"
Rule="#FF3FFF"
Important="#FF00FF"
File="#1F1F1F"
Header="#FFD480"
Position="#003F3F"
Markup="#00C0C0"
Attribute="#FF2A2A"
Value="#DFBF00"
Entity="#FF6100"
WebMarkup="#FF00FF"
WebComment="#FFD480"
WebArgument="#FF00FF"
Color1="#3F9FFF"
Color2="#00A000"
Color3="#FF5F5F"
Color4="#9C54F0"
Color5="#C0A300"
Color6="#7373B4"
Color7="#FFA95F"
Color8="#FF5FFF"
Shebang="#DF5FFF"
Expansion="#9FDF00"
Command="#E06FE0"
AtRule="#DF5FFF"
PseudoClass="#FFFF00"
PseudoElement="#FFFF00"
Color="#FFFF00"
Tag="#5FBF5F,Bold"
TagAttribute="#6699FF"
Column1="#3F9FFF"
Column2="#00A000"
Column3="#FF5F5F"
Column4="#9C54F0"
Column5="#C0A300"
Column6="#7373B4"
Column7="#FFA95F"
Column8="#FF5FFF"
Prolog="#DF5FFF"
CData="#5FBF5F,Bold"
Diff="#E06FE0"
Index="#6699FF"
Doctype="#DF5FFF"
Slot="#DF5FFF"
RegExp="#9FDF00"
Commit="#FFFF00"
Author="#E06FE0"
Date="#DF5FFF"
Merge="#1FDF1F"
Limit="#6699FF"
RemovedCommit="#9FDF00"
AddedCommit="#E06FE0"
Selection="#BFBFBF"
CurrentLine="#DBDBDB"
Alternate="#606060"

Attachment: Selection.png
Description: PNG image

Attachment: PreferencesColor.png
Description: PNG image

Attachment: PreferencesBackground.png
Description: PNG image


Follow-Ups:
Re: Selection in the IDE's code windowBruce Steers <bsteers4@xxxxxxxxx>