You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is no way to change the background color of a codeeditor
Your request
I would like a way to change the background color of the codeeditor
Alternative solution
No response
Additional context
No response
I have managed to get the codeeditor to have a darker background using g.Stack, however doing this makes the codeeditor have doubled inputs, for example: typing symbols will sometimes type them twice, single clicking will double click %90 of the time, and pressing the arrow keys to move your cursor in the textbox will always move 2 times instead of once per pressing of the key
Related problem
there is no way to change the background color of a codeeditor
Your request
I would like a way to change the background color of the codeeditor
Alternative solution
No response
Additional context
No response
I have managed to get the codeeditor to have a darker background using g.Stack, however doing this makes the codeeditor have doubled inputs, for example: typing symbols will sometimes type them twice, single clicking will double click %90 of the time, and pressing the arrow keys to move your cursor in the textbox will always move 2 times instead of once per pressing of the key
I think I've found the problem: https://github.com/AllenDang/imgui-go/blob/59b862ca5a0cf52012c29b41c0ca17df53a50f19/TextEditor.cpp#L985C1-L985C116
The text was updated successfully, but these errors were encountered: