From: Alan Knowles Date: Wed, 8 Jun 2016 10:06:23 +0000 (+0800) Subject: src/Builder4/WindowState.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=36dcff03ba795db547fb641806726040b09dbb71 src/Builder4/WindowState.vala --- 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);