src/Builder4/Editor.bjs
[roobuilder] / src / Builder4 / Editor.bjs
index 612f458..a568db1 100644 (file)
            ],
            "| void show" : [
             "(Gee.ArrayList<Lsp.DocumentSymbol> syms) {",
-            "\t_this.navigation_holder.el.show();",
             "\t",
+            "\tif (!_this.navigation_holder.el.visible) {",
+            "\t\t_this.navigation_holder.el.show();",
+            "\t\t_this.paned.el.position  = ",
+            "\t\t\t_this.paned.el.get_width() - 120;",
+            "\t}",
             "\t//_this.navliststore.el.remove_all();",
             "\t",
             "\t",