Builder4/Editor.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 21 May 2014 15:15:47 +0000 (23:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 21 May 2014 15:15:47 +0000 (23:15 +0800)
Builder4/Editor.js
Builder4/Editor.vala

Builder4/Editor.bjs
Builder4/Editor.js
Builder4/Editor.vala

index 139112b..94c72d4 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "file-gtk-7",
+    "id": "file-gtk-17",
     "name": "Editor",
     "parent": "",
     "title": false,
@@ -19,7 +19,7 @@
             ".pos_root_y": "int",
             "height_request": 300,
             "id": "Editor",
-            "title": "Application Builder - Editor",
+            "title": "Application Builder -Code  Editor",
             "width_request": 500,
             "xtype": "Window",
             "|init": "function() {\n    XObject.prototype.init.call(this);\n   // this.show_all();\n}\n",
index daca22e..1b7ea7d 100644 (file)
@@ -64,7 +64,7 @@ Editor=new XObject({
     },
     height_request : 300,
     id : "Editor",
-    title : "Application Builder - Editor",
+    title : "Application Builder -Code  Editor",
     width_request : 500,
     init : function() {
         XObject.prototype.init.call(this);
index 24daea2..0eeab37 100644 (file)
@@ -43,14 +43,14 @@ public class Xcls_Editor
         Editor = this;
 
         // my vars
-        this..activeEditor = "";
-        this..active_path = "";
-        this..dirty = false;
-        this..pos = false;
+        this.activeEditor = "";
+        this.active_path = "";
+        this.dirty = false;
+        this.pos = false;
 
         // set gobject values
         this.el.height_request = 300;
-        this.el.title = "Application Builder - Editor";
+        this.el.title = "Application Builder -Code  Editor";
         this.el.width_request = 500;
         var child_0 = new Xcls_VBox2();
         this.el.add (  child_0.el  );