Fix #8123 - experiment with lang server - docsymbols works with vapi
[roobuilder] / src / Builder4 / Editor.bjs
index 1c1a75b..ed341c2 100644 (file)
            "| void show" : [
             "(Gee.ArrayList<Lsp.DocumentSymbol> syms) {",
             "\t",
-            "\tif (!_this.navigation_holder.el.visible) {",
+            "\tif (!_this.navigation_holder.el.visible && syms.size > 0) {",
             "\t\t_this.navigation_holder.el.show();",
             "\t\t_this.paned.el.position  = ",
             "\t\t\t_this.paned.el.get_width() - 200;",