app.Builder.js.anjuta
[app.Builder.js] / Test.GtkWriter.js
1 /*
2  *
3  * Code to test output as gtk file
4  *
5  * all it does is load a bjs file, and try to save...
6  *
7  *
8  */
9
10
11
12 var proj = new imports.Project.Gtk.Gtk({
13     name : "Test",
14     paths : { "/home/alan/gitlive/app.Builder/Builder4" : "dir" },
15     xtype :  "Gtk",
16     
17 });
18
19
20
21 var tf = proj.files['/home/alan/gitlive/app.Builder/Builder4/Editor.bjs'];
22 tf.loadItems(function() {
23     print(JSON.stringify(tf,null,4));
24     
25     
26 }, true);