src/Builder4/PopoverEditor.bjs
authorAlan <alan@roojs.com>
Thu, 5 May 2022 02:22:47 +0000 (10:22 +0800)
committerAlan <alan@roojs.com>
Thu, 5 May 2022 02:22:47 +0000 (10:22 +0800)
src/Builder4/PopoverEditor.vala

src/Builder4/PopoverEditor.bjs
src/Builder4/PopoverEditor.vala

index ec1e1fc..d2f9c64 100644 (file)
@@ -2,6 +2,7 @@
  "build_module" : "",
  "items" : [
   {
+   "# string activeEditor" : "",
    "$ xns" : "Gtk",
    "@ void save" : "()",
    "Gtk.PositionType position" : "Gtk.PositionType.RIGHT",
index 7c06e85..33f082c 100644 (file)
@@ -19,6 +19,7 @@ public class Xcls_PopoverEditor : Object
     public Xcls_buffer buffer;
 
         // my vars (def)
+    public string activeEditor;
     public bool active;
     public Xcls_MainWindow mainwindow;
     public signal void save ();