src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 07:11:43 +0000 (15:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 07:11:43 +0000 (15:11 +0800)
src/Builder4/Editor.vala

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

index 9d4f78a..63160cc 100644 (file)
@@ -14,6 +14,7 @@
    "# int pos_root_x" : "",
    "# int pos_root_y" : "",
    "# string ptype" : "\"\"",
+   "# string fname" : "\"\"",
    "# string key" : "\"\"",
    "* pack" : "add",
    "xtype" : "Box",
index 8b542be..3c1f3af 100644 (file)
@@ -24,6 +24,7 @@ public class Editor : Object
     public int pos_root_x;
     public int pos_root_y;
     public string ptype;
+    public string fname;
     public string key;
     public JsRender.JsRender file;
     public bool pos;
@@ -41,6 +42,7 @@ public class Editor : Object
         this.window = null;
         this.activeEditor = "";
         this.ptype = "";
+        this.fname = "";
         this.key = "";
         this.file = null;
         this.pos = false;