You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add custom background line colour to TextEdit and remove marked lines
This commit is contained in:
@@ -161,6 +161,7 @@ class CodeTextEditor : public VBoxContainer {
|
||||
|
||||
void _on_settings_change();
|
||||
|
||||
void _update_text_editor_theme();
|
||||
void _update_font();
|
||||
void _complete_request();
|
||||
Ref<Texture2D> _get_completion_icon(const ScriptCodeCompletionOption &p_option);
|
||||
|
||||
Reference in New Issue
Block a user