src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 12:04:28 +0000 (20:04 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 12:04:28 +0000 (20:04 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 8783a6b..ba0030a 100644 (file)
            "xtype" : "SingleSelection"
           }
          ],
+         "string name" : "editor-navigation",
          "xtype" : "ColumnView",
          "| void show" : [
           "(Gee.ArrayList<Lsp.DocumentSymbol> syms) {",
          ]
         }
        ],
-       "string name" : "navigationtree",
        "xtype" : "ScrolledWindow"
       }
      ],
index e0dc9a5..2ac419c 100644 (file)
@@ -1745,7 +1745,6 @@ public class Editor : Object
                        // my vars (dec)
 
                        // set gobject values
-                       this.el.name = "navigationtree";
                        this.el.visible = false;
                        new Xcls_navigation( _this );
                        this.el.child = _this.navigation.el;
@@ -1773,6 +1772,7 @@ public class Editor : Object
                        // my vars (dec)
 
                        // set gobject values
+                       this.el.name = "editor-navigation";
                        var child_2 = new Xcls_ColumnViewColumn29( _this );
                        child_2.ref();
                        this.el.append_column( child_2.el );