src/Builder4/Editor.bjs
authorAlan <alan@roojs.com>
Thu, 2 Jun 2022 06:54:05 +0000 (14:54 +0800)
committerAlan <alan@roojs.com>
Thu, 2 Jun 2022 06:54:05 +0000 (14:54 +0800)
src/Builder4/Editor.vala

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

index 200de80..be1affa 100644 (file)
     "}",
     ""
    ],
+   "| return_type reset" : [
+    "() {",
+    "",
+    "}",
+    ""
+   ],
    "| void forwardSearch" : [
     "(bool change_focus) {",
     "",
index 116ac42..36ea07c 100644 (file)
@@ -167,6 +167,9 @@ public class Editor : Object
             this.key_edit.el.hide();
         }
      
+    }
+    public return_type reset () {
+    
     }
     public void forwardSearch (bool change_focus) {