How to change the background color of the Scintilla Gadget? [Resolved]
Posted: Wed Apr 13, 2022 10:16 pm
Hi everyone,
I'm working on a text editor and would like to use the Scintilla Gadget but am unsure of how to change the background color of the editor. I am able to change the color of the font with #SCI_STYLESETFORE and the font background color with #SCI_STYLESETBACK but that's all I can find.
I did try #SCI_SETWHITESPACEBACK but didn't notice any changes.
Any help would be greatly appreciated. Thank you!
I'm working on a text editor and would like to use the Scintilla Gadget but am unsure of how to change the background color of the editor. I am able to change the color of the font with #SCI_STYLESETFORE and the font background color with #SCI_STYLESETBACK but that's all I can find.
I did try #SCI_SETWHITESPACEBACK but didn't notice any changes.
Any help would be greatly appreciated. Thank you!