resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / ValaProjectSettings.vala
index aec0dae..b61cc6d 100644 (file)
@@ -1,8 +1,8 @@
 static ValaProjectSettings  _ValaProjectSettings;
 
-public class ValaProjectSettings : Object 
+public class ValaProjectSettings : Object
 {
-    public Gtk.VBox el;
+    public Gtk.Box el;
     private ValaProjectSettings  _this;
 
     public static ValaProjectSettings singleton()
@@ -29,6 +29,7 @@ public class ValaProjectSettings : Object
     public Xcls_set_vbox set_vbox;
     public Xcls_build_pack_target build_pack_target;
     public Xcls_build_compile_flags build_compile_flags;
+    public Xcls_build_execute_args build_execute_args;
     public Xcls_files_tree_store files_tree_store;
     public Xcls_files_render files_render;
     public Xcls_files_render_use files_render_use;
@@ -37,23 +38,24 @@ public class ValaProjectSettings : Object
     public Project.Gtk project;
     public Xcls_MainWindow window;
 
-    // ctor 
+    // ctor
     public ValaProjectSettings()
     {
         _this = this;
-        this.el = new Gtk.VBox( true, 0 );
+        this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
         // my vars (dec)
         this.project = null;
         this.window = null;
 
         // set gobject values
+        this.el.hexpand = true;
         var child_0 = new Xcls_Notebook2( _this );
         child_0.ref();
         this.el.pack_start (  child_0.el , true,true,0 );
     }
 
-    // user defined functions 
+    // user defined functions
     public void show (Project.Gtk project) {
         
         
@@ -72,7 +74,7 @@ public class ValaProjectSettings : Object
     public void save ()  {
         this.project.writeConfig();
     }
-    public class Xcls_Notebook2 : Object 
+    public class Xcls_Notebook2 : Object
     {
         public Gtk.Notebook el;
         private ValaProjectSettings  _this;
@@ -80,7 +82,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_Notebook2(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -93,17 +95,17 @@ public class ValaProjectSettings : Object
             child_0.ref();
             var child_1 = new Xcls_label_targets( _this );
             child_1.ref();
-            var child_2 = new Xcls_VBox5( _this );
+            var child_2 = new Xcls_Box5( _this );
             child_2.ref();
             this.el.append_page (  child_2.el , _this.label_global.el );
-            var child_3 = new Xcls_HPaned28( _this );
+            var child_3 = new Xcls_Paned26( _this );
             child_3.ref();
             this.el.append_page (  child_3.el , _this.label_targets.el );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_label_global : Object 
+    public class Xcls_label_global : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -111,7 +113,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_label_global(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -123,9 +125,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_label_targets : Object 
+
+    public class Xcls_label_targets : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -133,7 +136,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_label_targets(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -145,48 +148,41 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_VBox5 : Object 
+
+    public class Xcls_Box5 : Object
     {
-        public Gtk.VBox el;
+        public Gtk.Box el;
         private ValaProjectSettings  _this;
 
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_VBox5(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_Box5(ValaProjectSettings _owner )
         {
             _this = _owner;
-            this.el = new Gtk.VBox( false, 0 );
+            this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
             // my vars (dec)
 
             // set gobject values
+            this.el.homogeneous = false;
             var child_0 = new Xcls_Label6( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_compile_flags( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , false,false,0 );
-            var child_2 = new Xcls_Label8( _this );
+            var child_2 = new Xcls_Paned8( _this );
             child_2.ref();
-            this.el.pack_start (  child_2.el , false,false,0 );
-            var child_3 = new Xcls_HBox9( _this );
-            child_3.ref();
-            this.el.pack_start (  child_3.el , true,true,0 );
-            var child_4 = new Xcls_Label17( _this );
-            child_4.ref();
-            this.el.pack_start (  child_4.el , false,false,0 );
-            var child_5 = new Xcls_ScrolledWindow18( _this );
-            child_5.ref();
-            this.el.pack_start (  child_5.el , true,true,0 );
+            this.el.pack_start (  child_2.el , true,true,0 );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Label6 : Object 
+    public class Xcls_Label6 : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -194,7 +190,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_Label6(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -205,9 +201,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_compile_flags : Object 
+
+    public class Xcls_compile_flags : Object
     {
         public Gtk.Entry el;
         private ValaProjectSettings  _this;
@@ -215,7 +212,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_compile_flags(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -227,7 +224,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.placeholder_text = "eg. -g --valasrc $BASEDIR ";
 
-            // listeners 
+            //listeners
             this.el.changed.connect( () => {
                 
                _this.project.compilegroups.get("_default_").compile_flags = this.el.text;
@@ -237,54 +234,38 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Label8 : Object 
-    {
-        public Gtk.Label el;
-        private ValaProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor 
-        public Xcls_Label8(ValaProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "packages" );
 
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions 
-    }
-    public class Xcls_HBox9 : Object 
+    public class Xcls_Paned8 : Object
     {
-        public Gtk.HBox el;
+        public Gtk.Paned el;
         private ValaProjectSettings  _this;
 
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_HBox9(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_Paned8(ValaProjectSettings _owner )
         {
             _this = _owner;
-            this.el = new Gtk.HBox( true, 0 );
+            this.el = new Gtk.Paned( Gtk.Orientation.HORIZONTAL );
 
             // my vars (dec)
 
             // set gobject values
-            var child_0 = new Xcls_ScrolledWindow10( _this );
+            this.el.position = 300;
+            var child_0 = new Xcls_ScrolledWindow9( _this );
             child_0.ref();
-            this.el.pack_start (  child_0.el , true,true,0 );
+            this.el.add (  child_0.el  );
+            var child_1 = new Xcls_ScrolledWindow16( _this );
+            child_1.ref();
+            this.el.add2 (  child_1.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_ScrolledWindow10 : Object 
+    public class Xcls_ScrolledWindow9 : Object
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -292,8 +273,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_ScrolledWindow10(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_ScrolledWindow9(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );
@@ -301,14 +282,15 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.hexpand = true;
             var child_0 = new Xcls_default_packages_tree( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_default_packages_tree : Object 
+    public class Xcls_default_packages_tree : Object
     {
         public Gtk.TreeView el;
         private ValaProjectSettings  _this;
@@ -316,7 +298,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_default_packages_tree(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -325,21 +307,21 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.headers_visible = false;
+            this.el.headers_visible = true;
             var child_0 = new Xcls_default_packages_tree_store( _this );
             child_0.ref();
             this.el.set_model (  child_0.el  );
-            var child_1 = new Xcls_TreeViewColumn13( _this );
+            var child_1 = new Xcls_TreeViewColumn12( _this );
             child_1.ref();
             this.el.append_column (  child_1.el  );
-            var child_2 = new Xcls_TreeViewColumn15( _this );
+            var child_2 = new Xcls_TreeViewColumn14( _this );
             child_2.ref();
             this.el.append_column (  child_2.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_default_packages_tree_store : Object 
+    public class Xcls_default_packages_tree_store : Object
     {
         public Gtk.ListStore el;
         private ValaProjectSettings  _this;
@@ -347,7 +329,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_default_packages_tree_store(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -360,7 +342,7 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
         public void load () {
          
             var def = _this.project.compilegroups.get("_default_");
@@ -383,7 +365,8 @@ public class ValaProjectSettings : Object
             
         }
     }
-    public class Xcls_TreeViewColumn13 : Object 
+
+    public class Xcls_TreeViewColumn12 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -391,8 +374,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_TreeViewColumn13(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_TreeViewColumn12(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();
@@ -400,21 +383,21 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.title = "name";
+            this.el.title = "package name";
             this.el.expand = true;
             this.el.resizable = true;
             var child_0 = new Xcls_packages_render( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             this.el.add_attribute(_this.packages_render.el , "text", 0 );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_packages_render : Object 
+    public class Xcls_packages_render : Object
     {
         public Gtk.CellRendererText el;
         private ValaProjectSettings  _this;
@@ -422,7 +405,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_packages_render(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -434,9 +417,11 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_TreeViewColumn15 : Object 
+
+
+    public class Xcls_TreeViewColumn14 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -444,8 +429,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_TreeViewColumn15(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_TreeViewColumn14(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();
@@ -460,16 +445,16 @@ public class ValaProjectSettings : Object
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             {
              this.el.add_attribute(_this.packages_render_use.el , "active", 1 );
              }
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_packages_render_use : Object 
+    public class Xcls_packages_render_use : Object
     {
         public Gtk.CellRendererToggle el;
         private ValaProjectSettings  _this;
@@ -477,7 +462,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_packages_render_use(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -489,7 +474,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.activatable = true;
 
-            // listeners 
+            //listeners
             this.el.toggled.connect( (  path_string) =>  { 
                 var m = _this.default_packages_tree_store.el;
                Gtk.TreeIter iter;
@@ -514,30 +499,13 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Label17 : Object 
-    {
-        public Gtk.Label el;
-        private ValaProjectSettings  _this;
-
-
-            // my vars (def)
 
-        // ctor 
-        public Xcls_Label17(ValaProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Available Directories" );
 
-            // my vars (dec)
 
-            // set gobject values
-        }
 
-        // user defined functions 
-    }
-    public class Xcls_ScrolledWindow18 : Object 
+    public class Xcls_ScrolledWindow16 : Object
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -545,8 +513,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_ScrolledWindow18(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_ScrolledWindow16(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );
@@ -554,6 +522,7 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.hexpand = true;
             var child_0 = new Xcls_default_directory_tree( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
@@ -561,9 +530,9 @@ public class ValaProjectSettings : Object
             child_1.ref();
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_default_directory_tree : Object 
+    public class Xcls_default_directory_tree : Object
     {
         public Gtk.TreeView el;
         private ValaProjectSettings  _this;
@@ -571,7 +540,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_default_directory_tree(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -581,15 +550,15 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.headers_visible = false;
+            this.el.headers_visible = true;
             var child_0 = new Xcls_default_directory_tree_store( _this );
             child_0.ref();
             this.el.set_model (  child_0.el  );
-            var child_1 = new Xcls_TreeViewColumn21( _this );
+            var child_1 = new Xcls_TreeViewColumn19( _this );
             child_1.ref();
             this.el.append_column (  child_1.el  );
 
-            // listeners 
+            //listeners
             this.el.button_press_event.connect( ( ev) => {
                 //console.log("button press?");
                
@@ -617,9 +586,9 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_default_directory_tree_store : Object 
+    public class Xcls_default_directory_tree_store : Object
     {
         public Gtk.ListStore el;
         private ValaProjectSettings  _this;
@@ -627,7 +596,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_default_directory_tree_store(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -640,7 +609,7 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
         public void load () {
          
           this.el.clear();
@@ -662,7 +631,8 @@ public class ValaProjectSettings : Object
             
         }
     }
-    public class Xcls_TreeViewColumn21 : Object 
+
+    public class Xcls_TreeViewColumn19 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -670,8 +640,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_TreeViewColumn21(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_TreeViewColumn19(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();
@@ -679,20 +649,20 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.title = "name";
+            this.el.title = "Available Directories (right click to add)";
             this.el.resizable = true;
             var child_0 = new Xcls_directory_render( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             this.el.add_attribute(_this.directory_render.el , "text", 0 );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_directory_render : Object 
+    public class Xcls_directory_render : Object
     {
         public Gtk.CellRendererText el;
         private ValaProjectSettings  _this;
@@ -700,7 +670,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_directory_render(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -712,9 +682,12 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_default_directory_menu : Object 
+
+
+
+    public class Xcls_default_directory_menu : Object
     {
         public Gtk.Menu el;
         private ValaProjectSettings  _this;
@@ -722,7 +695,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_default_directory_menu(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -732,23 +705,23 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            var child_0 = new Xcls_MenuItem24( _this );
+            var child_0 = new Xcls_MenuItem22( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
-            var child_1 = new Xcls_MenuItem25( _this );
+            var child_1 = new Xcls_MenuItem23( _this );
             child_1.ref();
             this.el.add (  child_1.el  );
-            var child_2 = new Xcls_SeparatorMenuItem26( _this );
+            var child_2 = new Xcls_SeparatorMenuItem24( _this );
             child_2.ref();
             this.el.add (  child_2.el  );
-            var child_3 = new Xcls_MenuItem27( _this );
+            var child_3 = new Xcls_MenuItem25( _this );
             child_3.ref();
             this.el.add (  child_3.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_MenuItem24 : Object 
+    public class Xcls_MenuItem22 : Object
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -756,8 +729,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_MenuItem24(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_MenuItem22(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.MenuItem();
@@ -767,7 +740,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.label = "Add Directory";
 
-            // listeners 
+            //listeners
             this.el.activate.connect( ()  => {
                 
                 var  chooser = new Gtk.FileChooserDialog (
@@ -788,9 +761,10 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_MenuItem25 : Object 
+
+    public class Xcls_MenuItem23 : Object
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -798,8 +772,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_MenuItem25(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_MenuItem23(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.MenuItem();
@@ -809,7 +783,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.label = "Add File";
 
-            // listeners 
+            //listeners
             this.el.activate.connect( ()  => {
                 
                 var  chooser = new Gtk.FileChooserDialog (
@@ -830,9 +804,10 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_SeparatorMenuItem26 : Object 
+
+    public class Xcls_SeparatorMenuItem24 : Object
     {
         public Gtk.SeparatorMenuItem el;
         private ValaProjectSettings  _this;
@@ -840,8 +815,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_SeparatorMenuItem26(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_SeparatorMenuItem24(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.SeparatorMenuItem();
@@ -851,9 +826,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_MenuItem27 : Object 
+
+    public class Xcls_MenuItem25 : Object
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -861,8 +837,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_MenuItem27(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_MenuItem25(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.MenuItem();
@@ -872,7 +848,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.label = "Remove File/Directory";
 
-            // listeners 
+            //listeners
             this.el.activate.connect( ()  => {
                 
                  //
@@ -899,27 +875,32 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_HPaned28 : Object 
+
+
+
+
+
+    public class Xcls_Paned26 : Object
     {
-        public Gtk.HPaned el;
+        public Gtk.Paned el;
         private ValaProjectSettings  _this;
 
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_HPaned28(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_Paned26(ValaProjectSettings _owner )
         {
             _this = _owner;
-            this.el = new Gtk.HPaned();
+            this.el = new Gtk.Paned( Gtk.Orientation.HORIZONTAL );
 
             // my vars (dec)
 
             // set gobject values
             this.el.position = 300;
-            var child_0 = new Xcls_ScrolledWindow29( _this );
+            var child_0 = new Xcls_ScrolledWindow27( _this );
             child_0.ref();
             this.el.add1 (  child_0.el  );
             var child_1 = new Xcls_set_vbox( _this );
@@ -927,9 +908,9 @@ public class ValaProjectSettings : Object
             this.el.add2 (  child_1.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_ScrolledWindow29 : Object 
+    public class Xcls_ScrolledWindow27 : Object
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -937,8 +918,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_ScrolledWindow29(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_ScrolledWindow27(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.ScrolledWindow( null, null );
@@ -953,7 +934,7 @@ public class ValaProjectSettings : Object
             child_1.ref();
             this.el.add (  child_1.el  );
 
-            // init method 
+            // init method
 
             {  
             this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);
@@ -961,9 +942,9 @@ public class ValaProjectSettings : Object
             }
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_targets_tree_menu : Object 
+    public class Xcls_targets_tree_menu : Object
     {
         public Gtk.Menu el;
         private ValaProjectSettings  _this;
@@ -971,7 +952,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_targets_tree_menu(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -981,20 +962,20 @@ public class ValaProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
-            var child_0 = new Xcls_MenuItem31( _this );
+            var child_0 = new Xcls_MenuItem29( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
-            var child_1 = new Xcls_SeparatorMenuItem32( _this );
+            var child_1 = new Xcls_SeparatorMenuItem30( _this );
             child_1.ref();
             this.el.add (  child_1.el  );
-            var child_2 = new Xcls_MenuItem33( _this );
+            var child_2 = new Xcls_MenuItem31( _this );
             child_2.ref();
             this.el.add (  child_2.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_MenuItem31 : Object 
+    public class Xcls_MenuItem29 : Object
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -1002,8 +983,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_MenuItem31(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_MenuItem29(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.MenuItem();
@@ -1013,7 +994,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.label = "Add Compile Target";
 
-            // listeners 
+            //listeners
             this.el.activate.connect( ()  => {
                 
                    if (_this.project.compilegroups.has_key("NEW GROUP")) {
@@ -1027,9 +1008,10 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_SeparatorMenuItem32 : Object 
+
+    public class Xcls_SeparatorMenuItem30 : Object
     {
         public Gtk.SeparatorMenuItem el;
         private ValaProjectSettings  _this;
@@ -1037,8 +1019,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_SeparatorMenuItem32(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_SeparatorMenuItem30(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.SeparatorMenuItem();
@@ -1048,9 +1030,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_MenuItem33 : Object 
+
+    public class Xcls_MenuItem31 : Object
     {
         public Gtk.MenuItem el;
         private ValaProjectSettings  _this;
@@ -1058,8 +1041,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_MenuItem33(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_MenuItem31(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.MenuItem();
@@ -1069,7 +1052,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.label = "Remove Target";
 
-            // listeners 
+            //listeners
             this.el.activate.connect( ()  => {
                 
                  //
@@ -1096,9 +1079,11 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_targets_tree : Object 
+
+
+    public class Xcls_targets_tree : Object
     {
         public Gtk.TreeView el;
         private ValaProjectSettings  _this;
@@ -1107,7 +1092,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
         public string cursor;
 
-        // ctor 
+        // ctor
         public Xcls_targets_tree(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1120,11 +1105,11 @@ public class ValaProjectSettings : Object
             var child_0 = new Xcls_targets_tree_store( _this );
             child_0.ref();
             this.el.set_model (  child_0.el  );
-            var child_1 = new Xcls_TreeViewColumn36( _this );
+            var child_1 = new Xcls_TreeViewColumn34( _this );
             child_1.ref();
             this.el.append_column (  child_1.el  );
 
-            // listeners 
+            //listeners
             this.el.button_press_event.connect( ( ev) => {
                 //console.log("button press?");
                
@@ -1181,6 +1166,8 @@ public class ValaProjectSettings : Object
                    
                    _this.build_pack_target.el.set_text(cg.target_bin);
                    _this.build_compile_flags.el.set_text(cg.compile_flags);
+                       _this.build_execute_args.el.set_text(cg.execute_args);
+                   
                    _this.set_vbox.cgroup = cg;
                    _this.files_tree_store.update();
                    
@@ -1190,9 +1177,9 @@ public class ValaProjectSettings : Object
               });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_targets_tree_store : Object 
+    public class Xcls_targets_tree_store : Object
     {
         public Gtk.ListStore el;
         private ValaProjectSettings  _this;
@@ -1200,7 +1187,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_targets_tree_store(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1214,7 +1201,7 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
         public void load () {
          
           this.el.clear();
@@ -1240,7 +1227,8 @@ public class ValaProjectSettings : Object
             _this.set_vbox.el.hide();
         }
     }
-    public class Xcls_TreeViewColumn36 : Object 
+
+    public class Xcls_TreeViewColumn34 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -1248,8 +1236,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_TreeViewColumn36(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_TreeViewColumn34(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.TreeViewColumn();
@@ -1263,16 +1251,16 @@ public class ValaProjectSettings : Object
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             {
                  this.el.add_attribute(_this.targets_render.el , "text", 0 );
              }
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_targets_render : Object 
+    public class Xcls_targets_render : Object
     {
         public Gtk.CellRendererText el;
         private ValaProjectSettings  _this;
@@ -1280,7 +1268,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_targets_render(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1292,7 +1280,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.editable = true;
 
-            // listeners 
+            //listeners
             this.el.edited.connect( (path, newtext) => {
                  
                  Gtk.TreeIter  iter;
@@ -1311,51 +1299,62 @@ public class ValaProjectSettings : Object
               });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_set_vbox : Object 
+
+
+
+
+    public class Xcls_set_vbox : Object
     {
-        public Gtk.VBox el;
+        public Gtk.Box el;
         private ValaProjectSettings  _this;
 
 
             // my vars (def)
         public Project.GtkValaSettings cgroup;
 
-        // ctor 
+        // ctor
         public Xcls_set_vbox(ValaProjectSettings _owner )
         {
             _this = _owner;
             _this.set_vbox = this;
-            this.el = new Gtk.VBox( false, 0 );
+            this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
             // my vars (dec)
             this.cgroup = null;
 
             // set gobject values
-            var child_0 = new Xcls_Label39( _this );
+            this.el.homogeneous = false;
+            var child_0 = new Xcls_Label37( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_build_pack_target( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , false,false,0 );
-            var child_2 = new Xcls_Label41( _this );
+            var child_2 = new Xcls_Label39( _this );
             child_2.ref();
             this.el.pack_start (  child_2.el , false,false,0 );
             var child_3 = new Xcls_build_compile_flags( _this );
             child_3.ref();
             this.el.pack_start (  child_3.el , false,false,0 );
-            var child_4 = new Xcls_Label43( _this );
+            var child_4 = new Xcls_Label41( _this );
             child_4.ref();
             this.el.pack_start (  child_4.el , false,false,0 );
-            var child_5 = new Xcls_ScrolledWindow44( _this );
+            var child_5 = new Xcls_build_execute_args( _this );
             child_5.ref();
-            this.el.pack_start (  child_5.el , true,true,0 );
+            this.el.pack_start (  child_5.el , false,false,0 );
+            var child_6 = new Xcls_Label43( _this );
+            child_6.ref();
+            this.el.pack_start (  child_6.el , false,false,0 );
+            var child_7 = new Xcls_ScrolledWindow44( _this );
+            child_7.ref();
+            this.el.pack_start (  child_7.el , true,true,0 );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Label39 : Object 
+    public class Xcls_Label37 : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -1363,8 +1362,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_Label39(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_Label37(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "target filename" );
@@ -1374,9 +1373,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_build_pack_target : Object 
+
+    public class Xcls_build_pack_target : Object
     {
         public Gtk.Entry el;
         private ValaProjectSettings  _this;
@@ -1384,7 +1384,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_build_pack_target(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1395,7 +1395,7 @@ public class ValaProjectSettings : Object
 
             // set gobject values
 
-            // listeners 
+            //listeners
             this.el.changed.connect( ()  => {
                     if (_this.targets_tree.cursor.length < 1) {
                     return;
@@ -1404,9 +1404,10 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Label41 : Object 
+
+    public class Xcls_Label39 : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -1414,8 +1415,8 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
-        public Xcls_Label41(ValaProjectSettings _owner )
+        // ctor
+        public Xcls_Label39(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "compile flags" );
@@ -1425,9 +1426,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_build_compile_flags : Object 
+
+    public class Xcls_build_compile_flags : Object
     {
         public Gtk.Entry el;
         private ValaProjectSettings  _this;
@@ -1435,7 +1437,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_build_compile_flags(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1446,7 +1448,7 @@ public class ValaProjectSettings : Object
 
             // set gobject values
 
-            // listeners 
+            //listeners
             this.el.changed.connect( () => {
                 if (_this.targets_tree.cursor.length < 1) {
                     return;
@@ -1455,9 +1457,10 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_Label43 : Object 
+
+    public class Xcls_Label41 : Object
     {
         public Gtk.Label el;
         private ValaProjectSettings  _this;
@@ -1465,7 +1468,61 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
+        public Xcls_Label41(ValaProjectSettings _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.Label( "test argments - when run after a build" );
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions
+    }
+
+    public class Xcls_build_execute_args : Object
+    {
+        public Gtk.Entry el;
+        private ValaProjectSettings  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_build_execute_args(ValaProjectSettings _owner )
+        {
+            _this = _owner;
+            _this.build_execute_args = this;
+            this.el = new Gtk.Entry();
+
+            // my vars (dec)
+
+            // set gobject values
+            this.el.placeholder_text = "eg.  -f somefile -g ";
+
+            //listeners
+            this.el.changed.connect( () => {
+                if (_this.targets_tree.cursor.length < 1) {
+                    return;
+                }
+                _this.project.compilegroups.get(_this.targets_tree.cursor).execute_args = this.el.text;
+            });
+        }
+
+        // user defined functions
+    }
+
+    public class Xcls_Label43 : Object
+    {
+        public Gtk.Label el;
+        private ValaProjectSettings  _this;
+
+
+            // my vars (def)
+
+        // ctor
         public Xcls_Label43(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1476,9 +1533,10 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_ScrolledWindow44 : Object 
+
+    public class Xcls_ScrolledWindow44 : Object
     {
         public Gtk.ScrolledWindow el;
         private ValaProjectSettings  _this;
@@ -1486,7 +1544,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_ScrolledWindow44(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1500,9 +1558,9 @@ public class ValaProjectSettings : Object
             this.el.add (  child_0.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_files_tree : Object 
+    public class Xcls_files_tree : Object
     {
         public Gtk.TreeView el;
         private ValaProjectSettings  _this;
@@ -1510,7 +1568,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_files_tree(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1530,9 +1588,9 @@ public class ValaProjectSettings : Object
             this.el.append_column (  child_2.el  );
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_files_tree_store : Object 
+    public class Xcls_files_tree_store : Object
     {
         public Gtk.ListStore el;
         private ValaProjectSettings  _this;
@@ -1540,7 +1598,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_files_tree_store(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1556,7 +1614,7 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
         public void updateDir (string dname, bool bval) {
           
           Gtk.TreeIter citer;
@@ -1607,7 +1665,7 @@ public class ValaProjectSettings : Object
         
             for(var i =0 ; i < items.size; i++) {
             
-                 var files = _this.project.files(items.get(i));
+                 var files = _this.project.filesForCompile(items.get(i), false);
                  if (files.size < 1) {
                     continue;
                  }
@@ -1663,7 +1721,8 @@ public class ValaProjectSettings : Object
         
         }
     }
-    public class Xcls_TreeViewColumn47 : Object 
+
+    public class Xcls_TreeViewColumn47 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -1671,7 +1730,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_TreeViewColumn47(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1686,7 +1745,7 @@ public class ValaProjectSettings : Object
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             this.el.add_attribute(_this.files_render.el , "markup", 1 ); // basnemae
              
@@ -1694,9 +1753,9 @@ public class ValaProjectSettings : Object
             */
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_files_render : Object 
+    public class Xcls_files_render : Object
     {
         public Gtk.CellRendererText el;
         private ValaProjectSettings  _this;
@@ -1704,7 +1763,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_files_render(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1716,9 +1775,11 @@ public class ValaProjectSettings : Object
             // set gobject values
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_TreeViewColumn49 : Object 
+
+
+    public class Xcls_TreeViewColumn49 : Object
     {
         public Gtk.TreeViewColumn el;
         private ValaProjectSettings  _this;
@@ -1726,7 +1787,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_TreeViewColumn49(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1742,16 +1803,16 @@ public class ValaProjectSettings : Object
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
-            // init method 
+            // init method
 
             {
              this.el.add_attribute(_this.files_render_use.el , "active", 3 );
              }
         }
 
-        // user defined functions 
+        // user defined functions
     }
-    public class Xcls_files_render_use : Object 
+    public class Xcls_files_render_use : Object
     {
         public Gtk.CellRendererToggle el;
         private ValaProjectSettings  _this;
@@ -1759,7 +1820,7 @@ public class ValaProjectSettings : Object
 
             // my vars (def)
 
-        // ctor 
+        // ctor
         public Xcls_files_render_use(ValaProjectSettings _owner )
         {
             _this = _owner;
@@ -1771,7 +1832,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             this.el.activatable = true;
 
-            // listeners 
+            //listeners
             this.el.toggled.connect( (  path_string) =>  { 
             
             
@@ -1817,6 +1878,13 @@ public class ValaProjectSettings : Object
             });
         }
 
-        // user defined functions 
+        // user defined functions
     }
+
+
+
+
+
+
+
 }