Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditor
Add feature to show spaces in code editor
This commit is contained in:
commit
ee5ba3e097
10 changed files with 106 additions and 0 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue