I found it in the link below, I can set the background color, but I don't know how to use it.
https://www.scintilla.org/ScintillaDoc.h...Definition
SCI_SETSELFORE(bool useSetting, colour fore)
SCI_SETSELBACK(bool useSetting, colour back)
You can choose to override the default selection colouring with these two messages. The colour you provide is used if you set
@kevin
If highlight the line (set the background color to yellow), it would be great.
How to exchange positions, is it possible?
Like the picture below
https://www.scintilla.org/ScintillaDoc.h...Definition
SCI_SETSELFORE(bool useSetting, colour fore)
SCI_SETSELBACK(bool useSetting, colour back)
You can choose to override the default selection colouring with these two messages. The colour you provide is used if you set
@kevin
If highlight the line (set the background color to yellow), it would be great.
How to exchange positions, is it possible?
Like the picture below