X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=src%2FBuilder4%2FWindowState.vala;h=3b7ad051c587cce7d87577155c3512f43132c21a;hp=84e3c94fce249c76e543e864457fc6d635a338bd;hb=36dcff03ba795db547fb641806726040b09dbb71;hpb=35dfe2a881dbe2142e008d49290280d5913bf017 diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index 84e3c94fc..3b7ad051c 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -1167,7 +1167,7 @@ public class WindowState : Object } else { this.win.statusbar_depricated.setNotices( new Json.Object(),0); } - if (this.state = State.CODE:) { + if (this.state = State.CODE: || this.state == State.PROJECTCODEONLY) { buf.highlightErrorsJson("ERR", obj); buf.highlightErrorsJson("WARN", obj); buf.highlightErrorsJson("DEPR", obj);