Clone.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 07:20:14 +0000 (15:20 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Dec 2018 07:20:14 +0000 (15:20 +0800)
Clone.vala

Clone.bjs
Clone.vala

index 5bf2d33..d9baf37 100644 (file)
--- a/Clone.bjs
+++ b/Clone.bjs
@@ -9,7 +9,7 @@
  "items" : [
   {
    "GitRepo repo" : "",
-   "| void show" : " (Gtk.Widget btn, Gdk.Rectangle rect, GitRepo repo) {\n    _this.repo = repo;\n    // get the active project.\n     var lm = Gtk.SourceLanguageManager.get_default();\n                \n//    ((Gtk.SourceBuffer)(_this.view.el.get_buffer())) .set_language(\n  //      lm.get_language(\"html\")\n //   );\n  \n    //print (project.fn);\n    //project.runhtml = project.runhtml || '';\n    _this.diff_view.el.get_buffer().set_text(repo.git_diff);\n    _this.status_view.el.get_buffer().set_text(repo.git_status);\n       \n    \t//console.log('show all');\n\tthis.el.set_modal(true);\n\tthis.el.set_relative_to(btn);\n    this.el.set_pointing_to(rect);\n  \n\t//this.el.set_position(Gtk.PositionType.RIGHT);\n\n\t// window + header?\n\t GLib.debug(\"SHOWALL - POPIP\\n\");\n\tthis.el.show_all();\n\t//this.el.set_size_request(800,500);\n//\tthis.diff_view.el.grab_focus();\n\t\n    //this.el.show_all();\n}\n",
+   "| void show" : " (Gtk.Widget btn, GitRepo repo) {\n \n    \t//console.log('show all');\n\tthis.el.set_modal(true);\n\tthis.el.set_relative_to(btn);\n  \n\t//this.el.set_position(Gtk.PositionType.RIGHT);\n\n\t// window + header?\n\t GLib.debug(\"SHOWALL - POPIP\\n\");\n\tthis.el.show_all();\n;\n}\n",
    "xtype" : "Popover",
    "Gtk.PositionType position" : "Gtk.PositionType.RIGHT",
    "$ xns" : "Gtk",
index 6b94424..904dcd4 100644 (file)
@@ -37,34 +37,18 @@ public class Clone : Object
     }
 
     // user defined functions
-    public void show (Gtk.Widget btn, Gdk.Rectangle rect, GitRepo repo) {
-        _this.repo = repo;
-        // get the active project.
-         var lm = Gtk.SourceLanguageManager.get_default();
-                    
-    //    ((Gtk.SourceBuffer)(_this.view.el.get_buffer())) .set_language(
-      //      lm.get_language("html")
-     //   );
-      
-        //print (project.fn);
-        //project.runhtml = project.runhtml || '';
-        _this.diff_view.el.get_buffer().set_text(repo.git_diff);
-        _this.status_view.el.get_buffer().set_text(repo.git_status);
-           
+    public void show (Gtk.Widget btn, GitRepo repo) {
+     
                //console.log('show all');
        this.el.set_modal(true);
        this.el.set_relative_to(btn);
-        this.el.set_pointing_to(rect);
       
        //this.el.set_position(Gtk.PositionType.RIGHT);
     
        // window + header?
         GLib.debug("SHOWALL - POPIP\n");
        this.el.show_all();
-       //this.el.set_size_request(800,500);
-    // this.diff_view.el.grab_focus();
-       
-        //this.el.show_all();
+    ;
     }
     public class Xcls_Box2 : Object
     {