NewBranch.bjs
[gitlive] / NewBranch.bjs
index 09d0947..799764b 100644 (file)
          "uint column_spacing" : 4,
          "n_columns" : 5,
          "$ xns" : "Gtk",
-         "n_rows" : 5,
+         "n_rows" : 2,
          "bool vexpand" : false,
          "int margin" : 2,
          "items" : [
           {
-           "label" : "Commit Message",
+           "label" : "Just commit with this comment",
            "Gtk.Align halign" : "Gtk.Align.START",
            "xalign" : 0.90000000000000002,
            "* pack" : "attach_defaults,0,1,0,1",
            "id" : "commit_message",
            "$ visible" : true,
            "xtype" : "Entry",
-           "* pack" : "attach_defaults,0,4,4,5",
+           "* pack" : "attach_defaults,0,4,1,2",
            "$ xns" : "Gtk"
           },
           {
            "| void updateState" : "() {\n\n\tvar ticket_id = _this.ticketsel.selectedTicketId();\n\t\n\tif (ticket_id == \"\") {\n\t\tthis.el.set_sensitive(false);\n\t\treturn;\n\t}\n \n\tthis.el.set_sensitive(true);\n \n}\n",
            "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
            "xtype" : "Button",
-           "* pack" : "attach_defaults,4,5,4,5",
+           "* pack" : "attach_defaults,4,5,1,2",
            "$ xns" : "Gtk"
           }
          ]
+        },
+        {
+         "int height_request" : 400,
+         "* pack" : "add",
+         "xtype" : "ScrolledWindow",
+         "$ xns" : "Gtk",
+         "bool vexpand" : true,
+         "items" : [
+          {
+           "id" : "diff_view",
+           "* init" : " \n    var description =   Pango.FontDescription.from_string(\"monospace\");\n    description.set_size(9000);\n    this.el.override_font(description);\n     var lm = Gtk.SourceLanguageManager.get_default();\n                    \n    ((Gtk.SourceBuffer)(this.el.get_buffer())).set_language(\n        lm.get_language(\"diff\")\n    );",
+           "xtype" : "View",
+           "* pack" : "add",
+           "$ xns" : "GtkSource"
+          }
+         ]
         }
        ]
       }