X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2FBuilder4%2FEditor.vala;h=7d0d6351ea51eec2db83773df77c1c964cc567ea;hb=b5cbdfc2f48fea11b79271330a29cdfafd5cc1a3;hp=a67c4ee99598fddaf020f591e4e49aa0932f2ae5;hpb=2917808c973f965d2dbf4ab9e266e384ea01d8db;p=app.Builder.js diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index a67c4ee99..7d0d6351e 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -263,7 +263,7 @@ public class Editor : Object this.el.show_line_marks = true; this.el.insert_spaces_instead_of_tabs = true; this.el.show_line_numbers = true; - this.el.draw_spaces = Gtk.SourceDrawSpacesFlags.LEADING; + this.el.draw_spaces = Gtk.SourceDrawSpacesFlags.LEADING + Gtk.SourceDrawSpacesFlags.TAB + Gtk.SourceDrawSpacesFlags.SPACE; this.el.tab_width = 4; this.el.highlight_current_line = true; var child_0 = new Xcls_buffer( _this );