src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 09:15:02 +0000 (17:15 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 09:15:02 +0000 (17:15 +0800)
src/Builder4/Editor.vala

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

index 60de81d..0a41015 100644 (file)
          ],
          "xtype" : "ColumnView",
          "| void show" : [
-          "() {",
+          "(Gee.ArrayList<Lsp.DocumentSymbol> syms) {",
+          "\t",
           "",
           "}"
          ]
index eddca11..8094bd8 100644 (file)
@@ -1776,7 +1776,8 @@ public class Editor : Object
                }
 
                // user defined functions
-               public void show () {
+               public void show (Gee.ArrayList<Lsp.DocumentSymbol> syms) {
+                       
                
                }
        }