You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Add custom background line colour to TextEdit and remove marked lines
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
class ShaderTextEditor : public CodeTextEditor {
|
||||
GDCLASS(ShaderTextEditor, CodeTextEditor);
|
||||
|
||||
Color marked_line_color = Color(1, 1, 1);
|
||||
|
||||
Ref<CodeHighlighter> syntax_highlighter;
|
||||
Ref<Shader> shader;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user