src/Builder4/WindowRooView.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 6 Jun 2016 08:00:55 +0000 (16:00 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 6 Jun 2016 08:00:55 +0000 (16:00 +0800)
src/Builder4/WindowRooView.vala

src/Builder4/WindowRooView.bjs
src/Builder4/WindowRooView.vala

index 60a4964..b0fc522 100644 (file)
          "items" : [
           {
            "listeners" : {
-            "changed" : " () => {\n    // check syntax??\n    // ??needed..??\n    _this.save_button.el.sensitive = true;\n    print(\"EDITOR CHANGED\");\n    this.checkSyntax();\n   \n    _this.dirty = true;\n\n    // this.get('/LeftPanel.model').changed(  str , false);\n    return ;\n}\n\n \n"
+            "changed" : " () => {\n    // check syntax??\n    // ??needed..??\n    _this.save_button.el.sensitive = true;\n    print(\"EDITOR CHANGED\");\n    \n    \n    //this.checkSyntax();\n   \n    _this.dirty = true;\n\n    // this.get('/LeftPanel.model').changed(  str , false);\n    return ;\n}\n\n \n"
            },
            "bool check_queued" : false,
            "id" : "buffer",
index 4fd2587..cb9228a 100644 (file)
@@ -1368,7 +1368,9 @@ public class Xcls_WindowRooView : Object
                 // ??needed..??
                 _this.save_button.el.sensitive = true;
                 print("EDITOR CHANGED");
-                this.checkSyntax();
+                
+                
+                //this.checkSyntax();
                
                 _this.dirty = true;