Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditor
Add feature to show spaces in code editor
This commit is contained in:
@@ -425,6 +425,7 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
||||
theme->set_stylebox("completion", "TextEdit", make_stylebox(tree_bg_png, 3, 3, 3, 3, 0, 0, 0, 0));
|
||||
|
||||
theme->set_icon("tab", "TextEdit", make_icon(tab_png));
|
||||
theme->set_icon("space", "TextEdit", make_icon(space_png));
|
||||
theme->set_icon("folded", "TextEdit", make_icon(arrow_right_png));
|
||||
theme->set_icon("fold", "TextEdit", make_icon(arrow_down_png));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user