Test.GtkWriter.vala
authorAlan Knowles <alan@roojs.com>
Thu, 5 Jun 2014 10:11:47 +0000 (18:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Jun 2014 10:11:47 +0000 (18:11 +0800)
Test.GtkWriter.vala

index 71949c6..ea03247 100644 (file)
@@ -11,9 +11,10 @@ public static int main () {
        proj.scanDirs();
        print(proj.toJSON(true));
        print("\ndone\n");
-       var tf = proj.files.get('/home/alan/gitlive/app.Builder.js/Builder4/Editor.bjs");
-
-
+       var tf = proj.files.get("/home/alan/gitlive/app.Builder.js/Builder4/Editor.bjs");
+       tf.loadItems();
+       
+       
        //var tf = proj.files['/home/alan/gitlive/app.Builder/Builder4/Editor.bjs'];
        //tf.loadItems(function() {
        //      print(JSON.stringify(tf,null,4));