src/Builder4/PopoverFiles.bjs
authorAlan <alan@roojs.com>
Fri, 2 Sep 2022 04:32:57 +0000 (12:32 +0800)
committerAlan <alan@roojs.com>
Fri, 2 Sep 2022 04:32:57 +0000 (12:32 +0800)
src/Builder4/PopoverFiles.vala

src/Builder4/PopoverFiles.bjs
src/Builder4/PopoverFiles.vala

index b784b0d..7d4fe58 100644 (file)
      "}"
     ]
    },
+   "string last_filter" : "",
    "xtype" : "Popover",
    "| void load" : [
     "() {",
index 1031c60..e503a6d 100644 (file)
@@ -26,6 +26,7 @@ public class Xcls_PopoverFiles : Object
 
         // my vars (def)
     public Xcls_MainWindow win;
+    public string last_filter;
     public bool in_onprojectselected;
     public Project.Project selectedProject;
     public bool is_loading;