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

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

index 63160cc..b1d2879 100644 (file)
@@ -15,6 +15,7 @@
    "# int pos_root_y" : "",
    "# string ptype" : "\"\"",
    "# string fname" : "\"\"",
+   "| void showPlainFile" : "() {\n\n}\n",
    "# string key" : "\"\"",
    "* pack" : "add",
    "xtype" : "Box",
index 3c1f3af..0c86156 100644 (file)
@@ -103,6 +103,9 @@ public class Editor : Object
         
         return true;
     
+    }
+    public void showPlainFile () {
+    
     }
     public   void show (JsRender.JsRender file, JsRender.Node node, string ptype, string key)
     {