Test.GtkWriter.vala
[app.Builder.js] / Test.GtkWriter.vala
1 /**
2  * Test the writer code...
3
4
5 */
6
7 public static int main () {
8
9
10         var proj = new Project.Gtk( "/home/alan/gitlive/app.Builder/Builder4");
11
12         
13
14
15         var tf = proj.files['/home/alan/gitlive/app.Builder/Builder4/Editor.bjs'];
16         tf.loadItems(function() {
17                 print(JSON.stringify(tf,null,4));
18                 
19                 
20         }, true); 
21
22         
23 }