src/Builder4/GtkView.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 08:57:25 +0000 (16:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 08:57:25 +0000 (16:57 +0800)
src/Builder4/GtkView.vala

src/Builder4/GtkView.bjs
src/Builder4/GtkView.vala

index 0288ed5..6b62803 100644 (file)
@@ -20,7 +20,7 @@
    "xtype" : "VPaned",
    "# JsRender.JsRender file" : "null",
    "int height" : 0,
-   "| void compileNotice" : "(  type,   file,   line,   message) {\n    // if type = \"START\"... then we reset the tree?\n    // the issue is that the compiler is continually going..\n    // so editing a file etc.. may change things.?\n    // probably not an issue.\n    if (type ==\"START\") {\n        // reset the tree;\n        return;\n    }\n    \n     \n    \n}\n",
+   "| void compileNotice" : "(  type,   file,   line,   message) {\n    // if type = \"START\"... then we reset the tree?\n    // the issue is that the compiler is continually going..\n    // so editing a file etc.. may change things.?\n    // probably not an issue.\n    if (type ==\"START\") {\n        // reset the tree;\n        return;\n    }\n    \n    // tree:\n    \n      // error_type\n         // filename\n            // line - message\n            \n     // sort (and 'id'?)\n     \n        // 0-2 : fname : line\n     // display\n      \n    \n}\n",
    "$ xns" : "Gtk",
    "items" : [
     {
index dfbc9b0..81db3f4 100644 (file)
@@ -147,7 +147,17 @@ public class Xcls_GtkView : Object
             return;
         }
         
+        // tree:
+        
+          // error_type
+             // filename
+                // line - message
+                
+         // sort (and 'id'?)
          
+            // 0-2 : fname : line
+         // display
+          
         
     }
     public class Xcls_ScrolledWindow2 : Object