Test.GtkWriter.vala
authorAlan Knowles <alan@roojs.com>
Thu, 5 Jun 2014 09:01:22 +0000 (17:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Jun 2014 09:01:22 +0000 (17:01 +0800)
Test.GtkWriter.vala

index f511bc2..9127338 100644 (file)
@@ -8,16 +8,16 @@ public static int main () {
 
 
        var proj = new Project.Gtk( "/home/alan/gitlive/app.Builder/Builder4");
-
+       print(proj.toJSON());
        
 
 
-       var tf = proj.files['/home/alan/gitlive/app.Builder/Builder4/Editor.bjs'];
-       tf.loadItems(function() {
-               print(JSON.stringify(tf,null,4));
-               
+       //var tf = proj.files['/home/alan/gitlive/app.Builder/Builder4/Editor.bjs'];
+       //tf.loadItems(function() {
+       //      print(JSON.stringify(tf,null,4));
+       //      
                
-       }, true); 
+       //}, true); 
 
        
 }
\ No newline at end of file