src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 09:32:29 +0000 (17:32 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 09:32:29 +0000 (17:32 +0800)
src/Builder4/WindowState.vala

index 2336180..ec2637b 100644 (file)
@@ -1163,7 +1163,7 @@ public class WindowState : Object
                                this.win.statusbar_run.el.show();
                        }
                        if (this.file.xtype == "Gtk") {
-                               
+                               // not sure how this is working ok? - as highlighting is happening on the vala files at present..
                                var gbuf =   this.window_gladeview.sourceview;
                                gbuf.highlightErrorsJson("ERR", obj);
                                gbuf.highlightErrorsJson("WARN", obj);