Fix #8028 - language server performance, fix warnings and critical errors
[roobuilder] / src / Builder4 / MainWindow.vala
index 665be5f..adb3f8c 100644 (file)
@@ -13,10 +13,7 @@ public class Xcls_MainWindow : Object
                return _MainWindow;
        }
        public Xcls_headerbar headerbar;
-       public Xcls_windowbtn windowbtn;
-       public Xcls_windowspopup windowspopup;
-       public Xcls_popover_menu popover_menu;
-       public Xcls_open_projects_btn open_projects_btn;
+       public Xcls_splitview splitview;
        public Xcls_vbox vbox;
        public Xcls_mainpane mainpane;
        public Xcls_leftpane leftpane;
@@ -34,9 +31,28 @@ public class Xcls_MainWindow : Object
        public Xcls_statusbar_run statusbar_run;
        public Xcls_statusbar_compile_spinner statusbar_compile_spinner;
        public Xcls_statusbar_compile_icon statusbar_compile_icon;
+       public Xcls_sidebar sidebar;
+       public Xcls_filesearch filesearch;
+       public Xcls_open_projects_btn open_projects_btn;
+       public Xcls_winsel winsel;
+       public Xcls_winfilter winfilter;
+       public Xcls_windowsearch windowsearch;
+       public Xcls_winmodel winmodel;
+       public Xcls_projcol projcol;
+       public Xcls_filecol filecol;
+       public Xcls_treescroll treescroll;
+       public Xcls_treeview treeview;
+       public Xcls_treeselmodel treeselmodel;
+       public Xcls_treelistsort treelistsort;
+       public Xcls_treelistmodel treelistmodel;
+       public Xcls_treemodel treemodel;
+       public Xcls_treefilter treefilter;
+       public Xcls_name name;
+       public Xcls_keystate keystate;
 
                // my vars (def)
        public WindowState windowstate;
+       public bool winloading;
        public Project.Project project;
 
        // ctor
@@ -46,6 +62,7 @@ public class Xcls_MainWindow : Object
                this.el = new Gtk.ApplicationWindow(BuilderApplication.singleton({}));
 
                // my vars (dec)
+               this.winloading = false;
                this.project = null;
 
                // set gobject values
@@ -54,8 +71,8 @@ public class Xcls_MainWindow : Object
                this.el.default_width = 1200;
                new Xcls_headerbar( _this );
                this.el.set_titlebar ( _this.headerbar.el  );
-               new Xcls_vbox( _this );
-               this.el.set_child ( _this.vbox.el  );
+               new Xcls_splitview( _this );
+               this.el.child = _this.splitview.el;
 
                // init method
 
@@ -73,10 +90,14 @@ public class Xcls_MainWindow : Object
                         BuilderApplication.removeWindow(this);
                         
                         if (BuilderApplication.windows.size  < 1) {
-                               this.windowstate.file.getLanguageServer().exit();
+                               try {
+                                       this.windowstate.file.getLanguageServer().exit();
+                               } catch(Error e) {}
+                               
                                BuilderApplication.singleton(  null ).quit();
                         }
                        return true;
+                       
                });
                this.el.show.connect( ( ) => {
                    // hide the file editing..
@@ -111,18 +132,18 @@ public class Xcls_MainWindow : Object
                
                this.statusbar_errors.setNotices(
                        pr,
-                       this.windowstate.file.getErrors("ERR")
+                       this.windowstate.file.getErrorsTotal("ERR")
                );
                
                this.statusbar_warnings.setNotices(
                        this.windowstate.project.getErrors("WARN"),
-                       this.windowstate.file.getErrors("WARN")
+                       this.windowstate.file.getErrorsTotal("WARN")
                );
                this.statusbar_depricated.setNotices(
                        this.windowstate.project.getErrors("DEPR"),
-                       this.windowstate.file.getErrors("DEPR")
+                       this.windowstate.file.getErrorsTotal("DEPR")
                );
-        
+       
                _this.statusbar_run.el.hide();
        
                if (pr.get_n_items() < 1) {
@@ -132,7 +153,10 @@ public class Xcls_MainWindow : Object
        }
        public void initChildren () {
            // this needs putting in a better place..
-           this.windowstate = new WindowState(this);
+           if (this.windowstate == null) {
+               this.windowstate = new WindowState(this);
+           
+           }
             
        
         
@@ -179,7 +203,6 @@ public class Xcls_MainWindow : Object
 
                        // my vars (def)
                public bool show_close_button;
-               public string title;
 
                // ctor
                public Xcls_headerbar(Xcls_MainWindow _owner )
@@ -190,17 +213,16 @@ public class Xcls_MainWindow : Object
 
                        // my vars (dec)
                        this.show_close_button = true;
-                       this.title = "Application Builder";
 
                        // set gobject values
-                       var child_1 = new Xcls_Box3( _this );
+                       var child_1 = new Xcls_Box2( _this );
                        child_1.ref();
                        this.el.pack_start ( child_1.el  );
                }
 
                // user defined functions
        }
-       public class Xcls_Box3 : Object
+       public class Xcls_Box2 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -209,7 +231,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box3(Xcls_MainWindow _owner )
+               public Xcls_Box2(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -217,185 +239,79 @@ public class Xcls_MainWindow : Object
                        // my vars (dec)
 
                        // set gobject values
-                       new Xcls_windowbtn( _this );
-                       this.el.append( _this.windowbtn.el );
-                       new Xcls_open_projects_btn( _this );
-                       this.el.append ( _this.open_projects_btn.el  );
+                       var child_1 = new Xcls_Button3( _this );
+                       child_1.ref();
+                       this.el.append ( child_1.el  );
+                       var child_2 = new Xcls_Button5( _this );
+                       child_2.ref();
+                       this.el.append( child_2.el );
+                       var child_3 = new Xcls_Button6( _this );
+                       child_3.ref();
+                       this.el.append( child_3.el );
                }
 
                // user defined functions
        }
-       public class Xcls_windowbtn : Object
+       public class Xcls_Button3 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
 
 
                        // my vars (def)
-               public Gee.ArrayList<Gtk.Widget> mitems;
 
                // ctor
-               public Xcls_windowbtn(Xcls_MainWindow _owner )
+               public Xcls_Button3(Xcls_MainWindow _owner )
                {
                        _this = _owner;
-                       _this.windowbtn = this;
                        this.el = new Gtk.Button();
 
                        // my vars (dec)
 
                        // set gobject values
-                       this.el.margin_end = 4;
-                       this.el.halign = Gtk.Align.START;
-                       new Xcls_windowspopup( _this );
-                       var child_2 = new Xcls_Box10( _this );
-                       this.el.child = child_2.el;
-
-                       // init method
-
-                       {
-                               this.mitems = new Gee.ArrayList<Gtk.Button>();
-                       }
+                       this.el.has_frame = false;
+                       this.el.tooltip_text = "Manage Windows (Ctrl-O)";
+                       this.el.has_tooltip = true;
+                       var child_1 = new Xcls_ButtonContent4( _this );
+                       this.el.child = child_1.el;
 
                        //listeners
                        this.el.clicked.connect( ( ) => {
-                               this.updateMenu();
-                       
-                                _this.windowspopup.el.set_parent(this.el);
-                       
-                                _this.windowspopup.el.set_position(Gtk.PositionType.BOTTOM); 
-                                _this.windowspopup.el.popup(); 
+                               _this.splitview.el.show_sidebar = !_this.splitview.el.show_sidebar;
+                               if (_this.splitview.el.show_sidebar) {
+                                       _this.sidebar.show(); 
+                               }
                        });
                }
 
                // user defined functions
-               public void updateMenu () {
-                        foreach(var m in  this.mitems) {
-                                _this.popover_menu.el.remove(m);
-                        }
-                        this.mitems.clear();
-                       
-                        BuilderApplication.windows.sort((a,b) => {
-                               if (a.windowstate == null ||
-                                        a.windowstate.file == null || 
-                                        b.windowstate == null ||
-                                        b.windowstate.file == null
-                                        ) { 
-                                       return 0;
-                               }
-               
-                               var ap = a.windowstate.file.project.name;
-                               var bp = b.windowstate.file.project.name;
-                               
-               
-                               
-                               if (ap != bp) {
-                                       return ap.collate(bp);
-                               }
-                               var af =  a.windowstate.file == null ? "" : a.windowstate.file.getTitle();
-                               var bf = b.windowstate.file == null ? "" : b.windowstate.file.getTitle();               
-                               return af.collate(bf);
-                        
-                        });
-                        
-                        var p = "";
-                        foreach(var w in BuilderApplication.windows) {
-                               var wid = BuilderApplication.windows.index_of(w);
-                               // fixme find a better way to display this.
-                               if (w.windowstate == null ||
-                                        w.windowstate.file == null || 
-                                        _this.windowstate == null ||
-                                        _this.windowstate.file == null
-                                        ) { 
-                                       continue;
-                               }
-                               // should not happen...
-                               if (w.windowstate.file.path == _this.windowstate.file.path) {
-                                       continue;
-                               }
-                               if (w.windowstate.file.project.name != p || p != "") {
-                                       var ms = new Gtk.Separator(Gtk.Orientation.HORIZONTAL);
-                                       _this.popover_menu.el.append(ms);
-                                       ms.show();
-                                       this.mitems.add(ms);
-                               }
-                               
-                               p = w.windowstate.file.project.name;
-                               
-               
-                               GLib.debug("add menuitem %s", w.windowstate.file.path);
-                               
-                               
-                               
-                               var m = new Gtk.Button.with_label(
-                                       w.windowstate.file.project.name + " : " + w.windowstate.file.relpath
-                               );
-                               m.halign = Gtk.Align.START;
-                               
-                               
-                               //w.windowstate.file.path);
-                               m.clicked.connect(() => {
-                                       _this.windowspopup.el.hide();
-                                        BuilderApplication.windows.get(wid).el.present();
-                               });
-                               _this.popover_menu.el.append(m);
-                               //m.show();
-                               this.mitems.add(m);
-                        }
-               }
        }
-       public class Xcls_windowspopup : Object
+       public class Xcls_ButtonContent4 : Object
        {
-               public Gtk.Popover el;
+               public Adw.ButtonContent el;
                private Xcls_MainWindow  _this;
 
 
                        // my vars (def)
 
                // ctor
-               public Xcls_windowspopup(Xcls_MainWindow _owner )
+               public Xcls_ButtonContent4(Xcls_MainWindow _owner )
                {
                        _this = _owner;
-                       _this.windowspopup = this;
-                       this.el = new Gtk.Popover();
+                       this.el = new Adw.ButtonContent();
 
                        // my vars (dec)
 
                        // set gobject values
-                       new Xcls_popover_menu( _this );
-                       this.el.set_child ( _this.popover_menu.el  );
+                       this.el.icon_name = "preferences-system-windows";
+                       this.el.label = " Files";
                }
 
                // user defined functions
        }
-       public class Xcls_popover_menu : Object
-       {
-               public Gtk.Box el;
-               private Xcls_MainWindow  _this;
-
-
-                       // my vars (def)
-
-               // ctor
-               public Xcls_popover_menu(Xcls_MainWindow _owner )
-               {
-                       _this = _owner;
-                       _this.popover_menu = this;
-                       this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
-                       // my vars (dec)
-
-                       // set gobject values
-                       var child_1 = new Xcls_Button7( _this );
-                       child_1.ref();
-                       this.el.append ( child_1.el  );
-                       var child_2 = new Xcls_Separator9( _this );
-                       child_2.ref();
-                       this.el.append ( child_2.el  );
-               }
 
-               // user defined functions
-       }
-       public class Xcls_Button7 : Object
+       public class Xcls_Button5 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -404,7 +320,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Button7(Xcls_MainWindow _owner )
+               public Xcls_Button5(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -412,147 +328,80 @@ public class Xcls_MainWindow : Object
                        // my vars (dec)
 
                        // set gobject values
-                       this.el.label = "New Window";
-                       var child_1 = new Xcls_ShortcutController8( _this );
-                       child_1.ref();
-                       this.el.add_controller(  child_1.el );
+                       this.el.icon_name = "edit-undo";
+                       this.el.has_frame = false;
 
                        //listeners
                        this.el.clicked.connect( ( ) => {
-                               _this.windowspopup.el.hide();
-                               _this.windowstate.showPopoverFiles(_this.windowbtn.el, _this.project, true);
+                               
+                               GLib.debug("undo clicked");
+                               if (_this.windowstate.file.xtype == "PlainFile") {
+                                       _this.windowstate.code_editor_tab.buffer.el.undo();
+                               }
+                               if (!_this.windowstate.file.undoStep(-1)) {
+                                       return;
+                               }
+                               
+                                
+                               _this.windowstate.switchState (WindowState.State.PREVIEW); 
+                               // this triggers loadItems..
+                               _this.windowstate.left_tree.model.loadFile(
+                                       _this.windowstate.file);
+                                
+                       
+                               
+                        
+                       
+                               // load it everywhere
                        });
                }
 
                // user defined functions
        }
-       public class Xcls_ShortcutController8 : Object
-       {
-               public Gtk.ShortcutController el;
-               private Xcls_MainWindow  _this;
-
-
-                       // my vars (def)
-
-               // ctor
-               public Xcls_ShortcutController8(Xcls_MainWindow _owner )
-               {
-                       _this = _owner;
-                       this.el = new Gtk.ShortcutController();
-
-                       // my vars (dec)
-
-                       // set gobject values
-                       this.el.scope = Gtk.ShortcutScope.GLOBAL;
-
-                       // init method
-
-                       {
-                               this.el.add_shortcut(
-                                       new Gtk.Shortcut(
-                                               new Gtk.KeyvalTrigger(Gdk.Key.N,Gdk.ModifierType.CONTROL_MASK),
-                                               new Gtk.SignalAction("clicked")
-                                       )
-                               );
-                       }
-               }
-
-               // user defined functions
-       }
-
-
-       public class Xcls_Separator9 : Object
-       {
-               public Gtk.Separator el;
-               private Xcls_MainWindow  _this;
-
-
-                       // my vars (def)
-
-               // ctor
-               public Xcls_Separator9(Xcls_MainWindow _owner )
-               {
-                       _this = _owner;
-                       this.el = new Gtk.Separator( Gtk.Orientation.HORIZONTAL );
-
-                       // my vars (dec)
-
-                       // set gobject values
-               }
-
-               // user defined functions
-       }
-
-
-
-       public class Xcls_Box10 : Object
-       {
-               public Gtk.Box el;
-               private Xcls_MainWindow  _this;
-
-
-                       // my vars (def)
-
-               // ctor
-               public Xcls_Box10(Xcls_MainWindow _owner )
-               {
-                       _this = _owner;
-                       this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
 
-                       // my vars (dec)
-
-                       // set gobject values
-                       var child_1 = new Xcls_Image11( _this );
-                       child_1.ref();
-                       this.el.append( child_1.el );
-                       var child_2 = new Xcls_Label12( _this );
-                       child_2.ref();
-                       this.el.append( child_2.el );
-               }
-
-               // user defined functions
-       }
-       public class Xcls_Image11 : Object
+       public class Xcls_Button6 : Object
        {
-               public Gtk.Image el;
+               public Gtk.Button el;
                private Xcls_MainWindow  _this;
 
 
                        // my vars (def)
 
                // ctor
-               public Xcls_Image11(Xcls_MainWindow _owner )
+               public Xcls_Button6(Xcls_MainWindow _owner )
                {
                        _this = _owner;
-                       this.el = new Gtk.Image();
+                       this.el = new Gtk.Button();
 
                        // my vars (dec)
 
                        // set gobject values
-                       this.el.icon_name = "window-new";
-                       this.el.margin_start = 4;
-               }
-
-               // user defined functions
-       }
-
-       public class Xcls_Label12 : Object
-       {
-               public Gtk.Label el;
-               private Xcls_MainWindow  _this;
-
-
-                       // my vars (def)
-
-               // ctor
-               public Xcls_Label12(Xcls_MainWindow _owner )
-               {
-                       _this = _owner;
-                       this.el = new Gtk.Label( "Windows (Add/List)" );
+                       this.el.icon_name = "edit-redo";
+                       this.el.has_frame = false;
 
-                       // my vars (dec)
-
-                       // set gobject values
+                       //listeners
+                       this.el.clicked.connect( ( ) => {
+                               
+                               GLib.debug("undo clicked");
+                               if (_this.windowstate.file.xtype == "PlainFile") {
+                                       _this.windowstate.code_editor_tab.buffer.el.redo();
+                               }
+                               if (!_this.windowstate.file.undoStep(1)) {
+                                       return;
+                               }
+                               
+                                
+                               _this.windowstate.switchState (WindowState.State.PREVIEW); 
+                               // this triggers loadItems..
+                               _this.windowstate.left_tree.model.loadFile(
+                                       _this.windowstate.file);
+                                
+                       
+                               
+                        
+                       
+                               // load it everywhere
+                       });
                }
 
                // user defined functions
@@ -560,40 +409,37 @@ public class Xcls_MainWindow : Object
 
 
 
-       public class Xcls_open_projects_btn : Object
+       public class Xcls_splitview : Object
        {
-               public Gtk.Button el;
+               public Adw.OverlaySplitView el;
                private Xcls_MainWindow  _this;
 
 
                        // my vars (def)
-               public bool always_show_image;
 
                // ctor
-               public Xcls_open_projects_btn(Xcls_MainWindow _owner )
+               public Xcls_splitview(Xcls_MainWindow _owner )
                {
                        _this = _owner;
-                       _this.open_projects_btn = this;
-                       this.el = new Gtk.Button();
+                       _this.splitview = this;
+                       this.el = new Adw.OverlaySplitView();
 
                        // my vars (dec)
-                       this.always_show_image = true;
 
                        // set gobject values
-                       this.el.icon_name = "system-file-manager";
-                       this.el.label = "Files / Projects";
-
-                       //listeners
-                       this.el.clicked.connect( ( ) => {
-                               _this.windowstate.showPopoverFiles(this.el, _this.project, false);
-                       });
+                       this.el.collapsed = true;
+                       this.el.sidebar_width_fraction = 0.400000;
+                       this.el.show_sidebar = false;
+                       new Xcls_vbox( _this );
+                       this.el.content = _this.vbox.el;
+                       new Xcls_sidebar( _this );
+                       this.el.sidebar = _this.sidebar.el;
+                       new Xcls_keystate( _this );
+                       this.el.add_controller(  _this.keystate.el );
                }
 
                // user defined functions
        }
-
-
-
        public class Xcls_vbox : Object
        {
                public Gtk.Box el;
@@ -613,10 +459,11 @@ public class Xcls_MainWindow : Object
 
                        // set gobject values
                        this.el.homogeneous = false;
-                       this.el.vexpand = true;
+                       this.el.hexpand = true;
+                       this.el.vexpand = false;
                        new Xcls_mainpane( _this );
                        this.el.append( _this.mainpane.el );
-                       var child_2 = new Xcls_Box23( _this );
+                       var child_2 = new Xcls_Box17( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
                }
@@ -648,7 +495,7 @@ public class Xcls_MainWindow : Object
                        this.el.position = 400;
                        new Xcls_leftpane( _this );
                        this.el.start_child = _this.leftpane.el;
-                       var child_2 = new Xcls_Box20( _this );
+                       var child_2 = new Xcls_Box14( _this );
                        this.el.end_child = child_2.el;
 
                        //listeners
@@ -774,7 +621,7 @@ public class Xcls_MainWindow : Object
 
 
 
-       public class Xcls_Box20 : Object
+       public class Xcls_Box14 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -783,7 +630,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box20(Xcls_MainWindow _owner )
+               public Xcls_Box14(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
@@ -853,7 +700,7 @@ public class Xcls_MainWindow : Object
 
 
 
-       public class Xcls_Box23 : Object
+       public class Xcls_Box17 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -862,7 +709,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box23(Xcls_MainWindow _owner )
+               public Xcls_Box17(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -872,21 +719,21 @@ public class Xcls_MainWindow : Object
                        // set gobject values
                        this.el.homogeneous = false;
                        this.el.vexpand = false;
-                       var child_1 = new Xcls_Button24( _this );
+                       var child_1 = new Xcls_Button18( _this );
                        child_1.ref();
                        this.el.append( child_1.el );
-                       var child_2 = new Xcls_Button25( _this );
+                       var child_2 = new Xcls_Button19( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
-                       var child_3 = new Xcls_MenuButton26( _this );
+                       var child_3 = new Xcls_MenuButton20( _this );
                        child_3.ref();
                        this.el.append( child_3.el );
-                       var child_4 = new Xcls_Label31( _this );
+                       var child_4 = new Xcls_Label25( _this );
                        child_4.ref();
                        this.el.append( child_4.el );
                        new Xcls_statusbar( _this );
                        this.el.append( _this.statusbar.el );
-                       var child_6 = new Xcls_Box33( _this );
+                       var child_6 = new Xcls_Box27( _this );
                        child_6.ref();
                        this.el.append( child_6.el );
                        new Xcls_statusbar_compile_spinner( _this );
@@ -897,7 +744,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_Button24 : Object
+       public class Xcls_Button18 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -907,7 +754,7 @@ public class Xcls_MainWindow : Object
                public bool always_show_image;
 
                // ctor
-               public Xcls_Button24(Xcls_MainWindow _owner )
+               public Xcls_Button18(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -932,7 +779,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_Button25 : Object
+       public class Xcls_Button19 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -942,7 +789,7 @@ public class Xcls_MainWindow : Object
                public bool always_show_image;
 
                // ctor
-               public Xcls_Button25(Xcls_MainWindow _owner )
+               public Xcls_Button19(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -975,7 +822,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_MenuButton26 : Object
+       public class Xcls_MenuButton20 : Object
        {
                public Gtk.MenuButton el;
                private Xcls_MainWindow  _this;
@@ -985,7 +832,7 @@ public class Xcls_MainWindow : Object
                public bool always_show_image;
 
                // ctor
-               public Xcls_MenuButton26(Xcls_MainWindow _owner )
+               public Xcls_MenuButton20(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.MenuButton();
@@ -1020,7 +867,7 @@ public class Xcls_MainWindow : Object
                        // my vars (dec)
 
                        // set gobject values
-                       var child_1 = new Xcls_Box28( _this );
+                       var child_1 = new Xcls_Box22( _this );
                        child_1.ref();
                        this.el.set_child ( child_1.el  );
 
@@ -1033,7 +880,7 @@ public class Xcls_MainWindow : Object
 
                // user defined functions
        }
-       public class Xcls_Box28 : Object
+       public class Xcls_Box22 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -1042,7 +889,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box28(Xcls_MainWindow _owner )
+               public Xcls_Box22(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
@@ -1050,17 +897,17 @@ public class Xcls_MainWindow : Object
                        // my vars (dec)
 
                        // set gobject values
-                       var child_1 = new Xcls_Button29( _this );
+                       var child_1 = new Xcls_Button23( _this );
                        child_1.ref();
                        this.el.append( child_1.el );
-                       var child_2 = new Xcls_Button30( _this );
+                       var child_2 = new Xcls_Button24( _this );
                        child_2.ref();
                        this.el.append( child_2.el );
                }
 
                // user defined functions
        }
-       public class Xcls_Button29 : Object
+       public class Xcls_Button23 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -1069,7 +916,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Button29(Xcls_MainWindow _owner )
+               public Xcls_Button23(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -1088,7 +935,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_Button30 : Object
+       public class Xcls_Button24 : Object
        {
                public Gtk.Button el;
                private Xcls_MainWindow  _this;
@@ -1097,7 +944,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Button30(Xcls_MainWindow _owner )
+               public Xcls_Button24(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Button();
@@ -1119,7 +966,7 @@ public class Xcls_MainWindow : Object
 
 
 
-       public class Xcls_Label31 : Object
+       public class Xcls_Label25 : Object
        {
                public Gtk.Label el;
                private Xcls_MainWindow  _this;
@@ -1128,7 +975,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Label31(Xcls_MainWindow _owner )
+               public Xcls_Label25(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Label( "   " );
@@ -1186,7 +1033,7 @@ public class Xcls_MainWindow : Object
                // user defined functions
        }
 
-       public class Xcls_Box33 : Object
+       public class Xcls_Box27 : Object
        {
                public Gtk.Box el;
                private Xcls_MainWindow  _this;
@@ -1195,7 +1042,7 @@ public class Xcls_MainWindow : Object
                        // my vars (def)
 
                // ctor
-               public Xcls_Box33(Xcls_MainWindow _owner )
+               public Xcls_Box27(Xcls_MainWindow _owner )
                {
                        _this = _owner;
                        this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -1277,7 +1124,7 @@ public class Xcls_MainWindow : Object
                }
 
                // user defined functions
-               public void setNotices (GLib.ListStore nots, GLib.ListStore fe ) {
+               public void setNotices (GLib.ListStore nots, int ferrors ) {
                    BuilderApplication.showSpinner("");
                     if (nots.get_n_items() < 1 ) {
                        this.el.hide();
@@ -1288,7 +1135,7 @@ public class Xcls_MainWindow : Object
                    }
                    
                    this.el.show();
-                   this.el.label = "%d/%d Errors".printf((int)fe.get_n_items(),(int)nots.get_n_items());
+                   this.el.label = "%d/%d Errors".printf(ferrors,(int)nots.get_n_items());
                
                    
                 
@@ -1339,7 +1186,7 @@ public class Xcls_MainWindow : Object
                }
 
                // user defined functions
-               public void setNotices (GLib.ListStore nots, GLib.ListStore fe ) {
+               public void setNotices (GLib.ListStore nots, int ferrs ) {
                    
                     if (nots.get_n_items() < 1 ) {
                        this.el.hide();
@@ -1350,7 +1197,7 @@ public class Xcls_MainWindow : Object
                    }
                    
                    this.el.show();
-                   this.el.label = "%d/%d Warnings".printf((int)fe.get_n_items(),(int)nots.get_n_items());
+                   this.el.label = "%d/%d Warnings".printf(ferrs,(int)nots.get_n_items());
                
                    
                 
@@ -1402,7 +1249,7 @@ public class Xcls_MainWindow : Object
                }
 
                // user defined functions
-               public void setNotices (GLib.ListStore nots, GLib.ListStore fe ) {
+               public void setNotices (GLib.ListStore nots, int ferrs ) {
                    
                     if (nots.get_n_items() < 1 ) {
                        this.el.hide();
@@ -1413,7 +1260,7 @@ public class Xcls_MainWindow : Object
                    }
                    
                    this.el.show();
-                   this.el.label = "%d/%d Depricated".printf((int)fe.get_n_items(),(int)nots.get_n_items());
+                   this.el.label = "%d/%d Depricated".printf(ferrs,(int)nots.get_n_items());
                
                    
                 
@@ -1575,4 +1422,1458 @@ public class Xcls_MainWindow : Object
 
 
 
+       public class Xcls_sidebar : Object
+       {
+               public Gtk.Box el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_sidebar(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.sidebar = this;
+                       this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       new Xcls_filesearch( _this );
+                       this.el.append( _this.filesearch.el );
+                       var child_2 = new Xcls_Box38( _this );
+                       child_2.ref();
+                       this.el.append( child_2.el );
+                       var child_3 = new Xcls_Paned47( _this );
+                       child_3.ref();
+                       this.el.append( child_3.el );
+               }
+
+               // user defined functions
+               public void show () {
+                       _this.splitview.el.show_sidebar = true;
+                        
+                       _this.filesearch.el.grab_focus();
+                       _this.winloading = true;
+                       _this.winmodel.el.remove_all();
+                       _this.filesearch.el.set_text("");
+                       for(var i = 0;i < BuilderApplication.windowlist.get_n_items(); i++) {
+                               _this.winmodel.el.append( BuilderApplication.windowlist.get_item(i));
+                       }
+                       _this.winsel.selectCurrent();
+                       _this.winloading = false;
+                       
+                        _this.treeview.el.set_model(new Gtk.SingleSelection(null));
+                       
+                       _this.windowstate.project.loadDirsIntoStore(_this.treemodel.el);
+                       
+                       _this.treeview.el.set_model(_this.treeselmodel.el);
+                       
+                       _this.treeselmodel.el.selected = Gtk.INVALID_LIST_POSITION;
+                       
+               }
+       }
+       public class Xcls_filesearch : Object
+       {
+               public Gtk.SearchEntry el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_filesearch(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.filesearch = this;
+                       this.el = new Gtk.SearchEntry();
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.hexpand = true;
+                       this.el.tooltip_text = "up/down arrow to select file from lower file list\nenter opens selected in new window\nshift+enter opens it in this window ";
+                       this.el.has_tooltip = true;
+                       this.el.placeholder_text = "Search for file";
+                       var child_1 = new Xcls_EventControllerKey37( _this );
+                       child_1.ref();
+                       this.el.add_controller(  child_1.el );
+
+                       //listeners
+                       this.el.search_changed.connect( ( ) => {
+                       
+                               _this.windowsearch.el.set_search(this.el.get_text());
+                               if (this.el.text == "") {
+                                       _this.treescroll.el.visible = false;
+                                       return;
+                               }
+                               _this.treescroll.el.visible = true;
+                               _this.treefilter.el.changed(Gtk.FilterChange.DIFFERENT);
+                       });
+               }
+
+               // user defined functions
+       }
+       public class Xcls_EventControllerKey37 : Object
+       {
+               public Gtk.EventControllerKey el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_EventControllerKey37(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.EventControllerKey();
+
+                       // my vars (dec)
+
+                       // set gobject values
+
+                       //listeners
+                       this.el.key_released.connect( (keyval, keycode, state) => {
+                               if (!_this.treescroll.el.visible || _this.treeselmodel.el.get_n_items() < 0) {
+                                       return;
+                               }
+                               //GLib.debug(
+                               //      "searcj key release %d, %d, %d  ?= %d" , 
+                               //              (int) keyval, (int)  keycode, state,
+                               //              (int)Gdk.Key.Return
+                               //      );
+                               if (!_this.treescroll.el.visible || _this.treeselmodel.el.get_n_items() < 0) {
+                                       return;
+                               }
+                                       
+                               var dir = 0;
+                               
+                               if (keyval == Gdk.Key.Return) {
+                                       var tr = (Gtk.TreeListRow)_this.treeselmodel.el.selected_item;
+                                       GLib.debug("SELECTED = %s", tr.item.get_type().name());
+                                       var f = (JsRender.JsRender) tr.item;
+                                       GLib.debug("Click %s", f.name);
+                                       if (f.xtype == "Dir") {
+                                               return;
+                                       }
+                                       
+                                       
+                                       _this.windowstate.fileViewOpen(f,
+                                               _this.keystate.is_shift != 1 
+                                       );
+                                       
+                                       _this.splitview.el.show_sidebar = false;
+                                       return;
+                                       
+                               
+                               }
+                               if (keyval == Gdk.Key.Up) {
+                                       dir = -1;
+                               }if (keyval == Gdk.Key.Down) {
+                                       dir = 1;
+                               }
+                               if (dir == 0) {
+                                       return;
+                               }
+                               var ns = _this.treeselmodel.el.selected + dir;
+                               if (ns < 0) {
+                                       ns = 0;
+                               }
+                               if (ns >= _this.treeselmodel.el.get_n_items()) {
+                                       ns  = _this.treeselmodel.el.get_n_items()-1;
+                               }
+                               _this.treeselmodel.el.selected = ns;
+                       });
+               }
+
+               // user defined functions
+       }
+
+
+       public class Xcls_Box38 : Object
+       {
+               public Gtk.Box el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Box38(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.hexpand = true;
+                       new Xcls_open_projects_btn( _this );
+                       this.el.append( _this.open_projects_btn.el );
+                       var child_2 = new Xcls_Button43( _this );
+                       child_2.ref();
+                       this.el.append( child_2.el );
+               }
+
+               // user defined functions
+       }
+       public class Xcls_open_projects_btn : Object
+       {
+               public Gtk.Button el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_open_projects_btn(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.open_projects_btn = this;
+                       this.el = new Gtk.Button();
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.hexpand = true;
+                       var child_1 = new Xcls_Box40( _this );
+                       this.el.child = child_1.el;
+
+                       //listeners
+                       this.el.clicked.connect( ( ) => {
+                               _this.splitview.el.show_sidebar = false;
+                               _this.windowstate.showPopoverFiles(this.el, _this.project, false);
+                       });
+               }
+
+               // user defined functions
+       }
+       public class Xcls_Box40 : Object
+       {
+               public Gtk.Box el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Box40(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       var child_1 = new Xcls_Image41( _this );
+                       child_1.ref();
+                       this.el.append( child_1.el );
+                       var child_2 = new Xcls_Label42( _this );
+                       child_2.ref();
+                       this.el.append( child_2.el );
+               }
+
+               // user defined functions
+       }
+       public class Xcls_Image41 : Object
+       {
+               public Gtk.Image el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Image41(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Image();
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.icon_name = "document-open";
+                       this.el.margin_end = 4;
+               }
+
+               // user defined functions
+       }
+
+       public class Xcls_Label42 : Object
+       {
+               public Gtk.Label el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Label42(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Label( "Open File" );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+
+
+
+       public class Xcls_Button43 : Object
+       {
+               public Gtk.Button el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Button43(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Button();
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.hexpand = true;
+                       var child_1 = new Xcls_Box44( _this );
+                       this.el.child = child_1.el;
+
+                       //listeners
+                       this.el.clicked.connect( ( ) => {
+                               _this.splitview.el.show_sidebar = false;
+                               _this.windowstate.showPopoverFiles(_this.el, _this.project, true);
+                       });
+               }
+
+               // user defined functions
+       }
+       public class Xcls_Box44 : Object
+       {
+               public Gtk.Box el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Box44(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       var child_1 = new Xcls_Image45( _this );
+                       child_1.ref();
+                       this.el.append( child_1.el );
+                       var child_2 = new Xcls_Label46( _this );
+                       child_2.ref();
+                       this.el.append( child_2.el );
+               }
+
+               // user defined functions
+       }
+       public class Xcls_Image45 : Object
+       {
+               public Gtk.Image el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Image45(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Image();
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.icon_name = "window-new";
+                       this.el.margin_end = 4;
+               }
+
+               // user defined functions
+       }
+
+       public class Xcls_Label46 : Object
+       {
+               public Gtk.Label el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Label46(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Label( "New Window" );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+
+
+
+
+       public class Xcls_Paned47 : Object
+       {
+               public Gtk.Paned el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Paned47(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Paned( Gtk.Orientation.VERTICAL );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.vexpand = true;
+                       var child_1 = new Xcls_ScrolledWindow48( _this );
+                       this.el.start_child = child_1.el;
+                       new Xcls_treescroll( _this );
+                       this.el.end_child = _this.treescroll.el;
+               }
+
+               // user defined functions
+       }
+       public class Xcls_ScrolledWindow48 : Object
+       {
+               public Gtk.ScrolledWindow el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_ScrolledWindow48(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.ScrolledWindow();
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.has_frame = true;
+                       var child_1 = new Xcls_ColumnView49( _this );
+                       this.el.child = child_1.el;
+               }
+
+               // user defined functions
+       }
+       public class Xcls_ColumnView49 : Object
+       {
+               public Gtk.ColumnView el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_ColumnView49(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       new Xcls_winsel( _this );
+                       this.el = new Gtk.ColumnView( _this.winsel.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       new Xcls_projcol( _this );
+                       this.el.append_column( _this.projcol.el );
+                       new Xcls_filecol( _this );
+                       this.el.append_column ( _this.filecol.el  );
+               }
+
+               // user defined functions
+       }
+       public class Xcls_winsel : Object
+       {
+               public Gtk.SingleSelection el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+               public bool selecting;
+
+               // ctor
+               public Xcls_winsel(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.winsel = this;
+                       var child_1 = new Xcls_SortListModel51( _this );
+                       child_1.ref();
+                       this.el = new Gtk.SingleSelection( child_1.el );
+
+                       // my vars (dec)
+                       this.selecting = false;
+
+                       // set gobject values
+                       this.el.can_unselect = false;
+                       this.el.autoselect = false;
+
+                       //listeners
+                       this.el.notify["selected"].connect( () => {
+                               if (_this.winloading || this.selecting || this.el.selected == Gtk.INVALID_LIST_POSITION) {
+                                       return;
+                               }
+                               var ws = this.el.selected_item as WindowState;
+                               if (ws == null) {
+                                       return;
+                               }
+                               if (ws.file.path != _this.windowstate.file.path) {
+                                       _this.windowstate.fileViewOpen(ws.file, ws.file_details.new_window,  -1);
+                                       _this.splitview.el.show_sidebar = false;
+                               }
+                               
+                               this.selectCurrent();
+                        });
+               }
+
+               // user defined functions
+               public void selectCurrent () {
+                       this.selecting = true;
+                        
+                       for(var i = 0;i < this.el.get_n_items(); i++) {
+                               var ws = this.el.get_item(i) as WindowState;
+                               if (ws.file.path == _this.windowstate.file.path) {
+                                       this.el.selected = i;
+                                       break;
+                               }
+                       }
+                       this.selecting = false;
+                
+               
+               }
+       }
+       public class Xcls_SortListModel51 : Object
+       {
+               public Gtk.SortListModel el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_SortListModel51(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       new Xcls_winfilter( _this );
+                       var child_2 = new Xcls_StringSorter56( _this );
+                       child_2.ref();
+                       this.el = new Gtk.SortListModel( _this.winfilter.el, child_2.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+       public class Xcls_winfilter : Object
+       {
+               public Gtk.FilterListModel el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_winfilter(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.winfilter = this;
+                       new Xcls_winmodel( _this );
+                       new Xcls_windowsearch( _this );
+                       this.el = new Gtk.FilterListModel( _this.winmodel.el, _this.windowsearch.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+       public class Xcls_windowsearch : Object
+       {
+               public Gtk.StringFilter el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_windowsearch(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.windowsearch = this;
+                       var child_1 = new Xcls_PropertyExpression54( _this );
+                       child_1.ref();
+                       this.el = new Gtk.StringFilter( child_1.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+       public class Xcls_PropertyExpression54 : Object
+       {
+               public Gtk.PropertyExpression el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_PropertyExpression54(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.PropertyExpression( typeof(WindowState), null, "file_name" );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+
+
+       public class Xcls_winmodel : Object
+       {
+               public GLib.ListStore el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_winmodel(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.winmodel = this;
+                       this.el = new GLib.ListStore( typeof(WindowState) );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+
+
+       public class Xcls_StringSorter56 : Object
+       {
+               public Gtk.StringSorter el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_StringSorter56(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       var child_1 = new Xcls_PropertyExpression57( _this );
+                       child_1.ref();
+                       this.el = new Gtk.StringSorter( child_1.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.ignore_case = true;
+               }
+
+               // user defined functions
+       }
+       public class Xcls_PropertyExpression57 : Object
+       {
+               public Gtk.PropertyExpression el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_PropertyExpression57(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.PropertyExpression( typeof(WindowState), null, "file_name" );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+
+
+
+
+       public class Xcls_projcol : Object
+       {
+               public Gtk.ColumnViewColumn el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_projcol(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.projcol = this;
+                       var child_1 = new Xcls_SignalListItemFactory59( _this );
+                       child_1.ref();
+                       this.el = new Gtk.ColumnViewColumn( "Project", child_1.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.id = "projcol";
+                       this.el.expand = true;
+                       this.el.resizable = true;
+               }
+
+               // user defined functions
+       }
+       public class Xcls_SignalListItemFactory59 : Object
+       {
+               public Gtk.SignalListItemFactory el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_SignalListItemFactory59(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.SignalListItemFactory();
+
+                       // my vars (dec)
+
+                       // set gobject values
+
+                       //listeners
+                       this.el.setup.connect( (listitem) => {
+                       
+                               var li = (listitem as Gtk.ListItem);
+                               if (li == null) {
+                                       return;
+                               }
+                       
+                               var lbl = new Gtk.Label("");
+                               li.set_child(lbl);
+                               lbl.justify = Gtk.Justification.LEFT;
+                               lbl.xalign = 0;
+                               lbl.use_markup = true;
+                               lbl.ellipsize = Pango.EllipsizeMode.START;
+                         
+                               li.activatable = true;
+                       });
+                       this.el.bind.connect( (listitem) => {
+                               var li = (listitem as Gtk.ListItem);
+                               if (li == null) {
+                                       return;
+                               }
+                                var lb = (Gtk.Label) li.get_child() as Gtk.Label;
+                                if (lb == null) {
+                                       return;
+                               }
+                                var item =  li.get_item() as WindowState;
+                                if (item == null) {
+                                       return;
+                               }
+                                lb.label = item.project.name;
+                       
+                       
+                         
+                       
+                       });
+               }
+
+               // user defined functions
+       }
+
+
+       public class Xcls_filecol : Object
+       {
+               public Gtk.ColumnViewColumn el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_filecol(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.filecol = this;
+                       var child_1 = new Xcls_SignalListItemFactory61( _this );
+                       child_1.ref();
+                       this.el = new Gtk.ColumnViewColumn( "File", child_1.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.id = "filecol";
+                       this.el.expand = true;
+                       this.el.resizable = true;
+               }
+
+               // user defined functions
+       }
+       public class Xcls_SignalListItemFactory61 : Object
+       {
+               public Gtk.SignalListItemFactory el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_SignalListItemFactory61(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.SignalListItemFactory();
+
+                       // my vars (dec)
+
+                       // set gobject values
+
+                       //listeners
+                       this.el.setup.connect( (listitem) => {
+                               var li = (listitem as Gtk.ListItem);
+                               if (li == null) {
+                                       return;
+                               }
+                               var lbl = new Gtk.Label("");
+                               li.set_child(lbl);
+                               lbl.justify = Gtk.Justification.LEFT;
+                               lbl.xalign = 0;
+                               lbl.use_markup = true;
+                               lbl.ellipsize = Pango.EllipsizeMode.START;
+                         
+                               li.activatable = true;
+                       });
+                       this.el.bind.connect( (listitem) => {
+                               var li = (listitem as Gtk.ListItem);
+                               if (li == null) {
+                                       return;
+                               }
+                                var lb = (Gtk.Label) li.get_child() as Gtk.Label;
+                                if (lb == null) {
+                                       return;
+                               }
+                                var item =  li.get_item() as WindowState;
+                                if (item == null) {
+                                       return;
+                               }
+                               
+                                
+                         
+                               lb.label = item.file.relpath;
+                       
+                       
+                         
+                       
+                       });
+               }
+
+               // user defined functions
+       }
+
+
+
+
+       public class Xcls_treescroll : Object
+       {
+               public Gtk.ScrolledWindow el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_treescroll(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.treescroll = this;
+                       this.el = new Gtk.ScrolledWindow();
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.has_frame = true;
+                       this.el.hexpand = true;
+                       this.el.vexpand = true;
+                       this.el.tooltip_text = "dbl-click - opens in NEW window                        \nshift--dbl-click opens in this window";
+                       this.el.visible = false;
+                       new Xcls_treeview( _this );
+                       this.el.child = _this.treeview.el;
+               }
+
+               // user defined functions
+       }
+       public class Xcls_treeview : Object
+       {
+               public Gtk.ColumnView el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_treeview(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.treeview = this;
+                       new Xcls_treeselmodel( _this );
+                       this.el = new Gtk.ColumnView( _this.treeselmodel.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.hexpand = true;
+                       this.el.vexpand = true;
+                       var child_2 = new Xcls_GestureClick64( _this );
+                       child_2.ref();
+                       this.el.add_controller(  child_2.el );
+                       new Xcls_name( _this );
+                       this.el.append_column ( _this.name.el  );
+               }
+
+               // user defined functions
+       }
+       public class Xcls_GestureClick64 : Object
+       {
+               public Gtk.GestureClick el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_GestureClick64(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.GestureClick();
+
+                       // my vars (dec)
+
+                       // set gobject values
+
+                       //listeners
+                       this.el.pressed.connect( (n_press, x, y) => {
+                               if (n_press == 2) {
+                                       GLib.debug("double cliced");
+                               } else {
+                                       return;
+                               }
+                               var tr = (Gtk.TreeListRow)_this.treeselmodel.el.selected_item;
+                               GLib.debug("SELECTED = %s", tr.item.get_type().name());
+                               var f = (JsRender.JsRender) tr.item;
+                               GLib.debug("Click %s", f.name);
+                               if (f.xtype == "Dir") {
+                                       return;
+                               }
+                               
+                               
+                               _this.windowstate.fileViewOpen(f,
+                                       _this.keystate.is_shift != 1 
+                               );
+                               
+                               _this.splitview.el.show_sidebar = false;
+                               
+                               
+                       
+                       });
+               }
+
+               // user defined functions
+       }
+
+       public class Xcls_treeselmodel : Object
+       {
+               public Gtk.SingleSelection el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_treeselmodel(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.treeselmodel = this;
+                       var child_1 = new Xcls_FilterListModel66( _this );
+                       child_1.ref();
+                       this.el = new Gtk.SingleSelection( child_1.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.can_unselect = true;
+                       this.el.autoselect = true;
+               }
+
+               // user defined functions
+       }
+       public class Xcls_FilterListModel66 : Object
+       {
+               public Gtk.FilterListModel el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_FilterListModel66(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       new Xcls_treelistsort( _this );
+                       new Xcls_treefilter( _this );
+                       this.el = new Gtk.FilterListModel( _this.treelistsort.el, _this.treefilter.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+       public class Xcls_treelistsort : Object
+       {
+               public Gtk.SortListModel el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_treelistsort(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.treelistsort = this;
+                       new Xcls_treelistmodel( _this );
+                       var child_2 = new Xcls_TreeListRowSorter70( _this );
+                       child_2.ref();
+                       this.el = new Gtk.SortListModel( _this.treelistmodel.el, child_2.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.incremental = true;
+               }
+
+               // user defined functions
+       }
+       public class Xcls_treelistmodel : Object
+       {
+               public Gtk.TreeListModel el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_treelistmodel(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.treelistmodel = this;
+                       new Xcls_treemodel( _this );
+                       this.el = new Gtk.TreeListModel( _this.treemodel.el, false, true, (item) => {
+       //GLib.debug("liststore got %s", item.get_type().name());
+       return ((JsRender.JsRender)item).childfiles;
+}  );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+       public class Xcls_treemodel : Object
+       {
+               public GLib.ListStore el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_treemodel(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.treemodel = this;
+                       this.el = new GLib.ListStore( typeof(JsRender.JsRender) );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+
+
+       public class Xcls_TreeListRowSorter70 : Object
+       {
+               public Gtk.TreeListRowSorter el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_TreeListRowSorter70(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       var child_1 = new Xcls_StringSorter71( _this );
+                       child_1.ref();
+                       this.el = new Gtk.TreeListRowSorter( child_1.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+       public class Xcls_StringSorter71 : Object
+       {
+               public Gtk.StringSorter el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_StringSorter71(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       var child_1 = new Xcls_PropertyExpression72( _this );
+                       child_1.ref();
+                       this.el = new Gtk.StringSorter( child_1.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.ignore_case = true;
+               }
+
+               // user defined functions
+       }
+       public class Xcls_PropertyExpression72 : Object
+       {
+               public Gtk.PropertyExpression el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_PropertyExpression72(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.PropertyExpression( typeof(JsRender.JsRender) , null, "name" );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+
+
+
+
+       public class Xcls_treefilter : Object
+       {
+               public Gtk.CustomFilter el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_treefilter(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.treefilter = this;
+                       this.el = new Gtk.CustomFilter( (item) => { 
+       var tr = ((Gtk.TreeListRow)item).get_item();
+       //GLib.debug("filter %s", tr.get_type().name());
+       var j =  (JsRender.JsRender) tr;
+       if (j.xtype == "Dir" && j.childfiles.n_items < 1) {
+               return false;
+       }
+       var str = _this.filesearch.el.text.down();      
+       if (j.xtype == "Dir") {
+       
+               
+               for (var i =0 ; i < j.childfiles.n_items; i++) {
+                       var f = (JsRender.JsRender) j.childfiles.get_item(i);
+                       //if (f.xtype != "PlainFile") {
+                       //      continue;
+                       //}
+                       if (f.content_type.contains("image")) {
+                               continue;
+                       }
+                       if (str.length < 1) {
+                               return true;
+                       }
+                       if (f.name.down().contains(str)) {
+                               return true;
+                       }
+                       
+               }
+                
+               return false;
+       }
+       //if (j.xtype != "PlainFile") {
+       //      return false;
+       //}
+       if (j.content_type.contains("image")) {
+               return false;
+       }
+                        
+       if (str.length < 1) { // no search.
+               return true;
+       }
+       if (j.name.down().contains(str)) {
+               return true;
+       }
+       return false; 
+
+} );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+
+
+
+       public class Xcls_name : Object
+       {
+               public Gtk.ColumnViewColumn el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_name(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.name = this;
+                       var child_1 = new Xcls_SignalListItemFactory75( _this );
+                       child_1.ref();
+                       this.el = new Gtk.ColumnViewColumn( "All Project Files", child_1.el );
+
+                       // my vars (dec)
+
+                       // set gobject values
+                       this.el.id = "name";
+                       this.el.expand = true;
+                       this.el.resizable = true;
+
+                       // init method
+
+                       {
+                               // this.el.set_sorter(  new Gtk.StringSorter(
+                               //      new Gtk.PropertyExpression(typeof(JsRender.NodeProp), null, "name")
+                        //     ));
+                                       
+                       }
+               }
+
+               // user defined functions
+       }
+       public class Xcls_SignalListItemFactory75 : Object
+       {
+               public Gtk.SignalListItemFactory el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_SignalListItemFactory75(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.SignalListItemFactory();
+
+                       // my vars (dec)
+
+                       // set gobject values
+
+                       //listeners
+                       this.el.setup.connect( (listitem) => {
+                               
+                               var expand = new Gtk.TreeExpander();
+                                
+                               expand.set_indent_for_depth(true);
+                               expand.set_indent_for_icon(true);
+                               var hbox = new Gtk.Box(Gtk.Orientation.HORIZONTAL,0);
+                               var icon = new Gtk.Image();
+                               icon.margin_end = 4;
+                               var lbl = new Gtk.Label("");
+                               lbl.use_markup = true;
+                               
+                               
+                               lbl.justify = Gtk.Justification.LEFT;
+                               lbl.xalign = 0;
+                       
+                               hbox.append(icon);
+                               hbox.append(lbl);
+                               expand.set_child(hbox);
+                               ((Gtk.ListItem)listitem).set_child(expand);
+                               ((Gtk.ListItem)listitem).activatable = false;
+                       });
+                       this.el.bind.connect( (listitem) => {
+                               
+                                //GLib.debug("listitme is is %s", ((Gtk.ListItem)listitem).get_type().name());
+                                               
+                                       
+                                       
+                                       //var expand = (Gtk.TreeExpander) ((Gtk.ListItem)listitem).get_child();
+                               var expand = (Gtk.TreeExpander)  ((Gtk.ListItem)listitem).get_child();
+                                 
+                               var hbox = (Gtk.Box) expand.child;
+                        
+                               
+                                       var img = (Gtk.Image) hbox.get_first_child();
+                                       var lbl = (Gtk.Label) img.get_next_sibling();
+                       
+                        
+                               
+                                if (lbl == null || lbl.label != "") { // do not update
+                                       return;
+                               }
+                               var lr = (Gtk.TreeListRow)((Gtk.ListItem)listitem).get_item();
+                               //GLib.debug("LR = %s", lr.get_type().name());
+                           
+                               
+                               var jr =(JsRender.JsRender) lr.get_item();
+                               //GLib.debug("JR = %s", jr.get_type().name());          
+                               
+                                if (jr == null) {
+                                        GLib.debug("Problem getting item"); 
+                                        return;
+                                }
+                       
+                                       jr.bind_property("icon",
+                                       img, "gicon",
+                                      GLib.BindingFlags.SYNC_CREATE);
+                       
+                               //GLib.debug("change  %s to %s", lbl.label, np.name);
+                               lbl.label = jr.name; // for dir's we could hsow the sub path..
+                               lbl.tooltip_markup = jr.path;
+                                
+                               expand.set_hide_expander(  jr.xtype != "Dir" );
+                                expand.set_list_row(lr);
+                            
+                                        
+                                               // bind image...
+                       });
+               }
+
+               // user defined functions
+       }
+
+
+
+
+
+
+       public class Xcls_keystate : Object
+       {
+               public Gtk.EventControllerKey el;
+               private Xcls_MainWindow  _this;
+
+
+                       // my vars (def)
+               public int is_shift;
+
+               // ctor
+               public Xcls_keystate(Xcls_MainWindow _owner )
+               {
+                       _this = _owner;
+                       _this.keystate = this;
+                       this.el = new Gtk.EventControllerKey();
+
+                       // my vars (dec)
+                       this.is_shift = 0;
+
+                       // set gobject values
+
+                       //listeners
+                       this.el.key_released.connect( (keyval, keycode, state) => {
+                               //GLib.debug(
+                               //      "key release %d, %d, %d  ?= %d %d" , 
+                               //              (int) keyval, (int)  keycode, state,
+                               //              (int)Gdk.Key.O, Gdk.ModifierType.CONTROL_MASK
+                               //      );
+                               if (keyval == Gdk.Key.Shift_L || keyval == Gdk.Key.Shift_R) {
+                                       this.is_shift = 0;
+                               }
+                               //GLib.debug("set state %d , shift = %d", (int)this.el.get_current_event_state(), Gdk.ModifierType.SHIFT_MASK);
+                               if (keyval == Gdk.Key.o && (state & Gdk.ModifierType.CONTROL_MASK) != 0) {
+                                       // ctrl O pressed
+                                       if (!_this.splitview.el.show_sidebar) {
+                                               _this.sidebar.show(); 
+                                       }
+                               }
+                               
+                       
+                        
+                       });
+                       this.el.key_pressed.connect( (keyval, keycode, state) => {
+                       
+                               if (keyval == Gdk.Key.Shift_L || keyval == Gdk.Key.Shift_R) {
+                                       this.is_shift = 1;
+                                       
+                               }
+                               
+                               
+                               return true;
+                               
+                       });
+               }
+
+               // user defined functions
+       }
+
+
 }