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

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

index 24de7a2..89b2d24 100644 (file)
              "xtype" : "TreeListModel"
             }
            ],
-           "xtype" : "NoSelection"
+           "xtype" : "NoSelection",
+           "| Lsp.D getAtRow" : [
+            "() {",
+            "",
+            "}"
+           ]
           },
           {
            "$ xns" : "Gtk",
index 99b8efd..e073905 100644 (file)
@@ -1969,6 +1969,9 @@ public class Editor : Object
                }
 
                // user defined functions
+               public Lsp.D getAtRow () {
+               
+               }
        }
        public class Xcls_TreeListModel32 : Object
        {