tests/forkme.vala
[app.Builder.js] / src / Builder4 / PopoverFileDetails.bjs
1 {
2  "name" : "PopoverFileDetails",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/alan/gitlive/app.Builder.js/src/Builder4/PopoverFileDetails.bjs",
6  "permname" : "",
7  "modOrder" : "",
8  "build_module" : "builder",
9  "items" : [
10   {
11    "listeners" : {
12     "closed" : "() => {\n  if (!this.done) {\n    _this.el.show();\n  \n  }\n}"
13    },
14    "|   void updateFileFromEntry" : "() {\n\n        _this.file.title = _this.title.el.get_text();\n        _this.file.region = _this.region.el.get_text();            \n        _this.file.parent = _this.parent.el.get_text();                        \n        _this.file.permname = _this.permname.el.get_text();                                    \n        _this.file.modOrder = _this.modOrder.el.get_text();\n        \n        if (_this.file.name.length  > 0 && _this.file.name != _this.name.el.get_text()) {\n            _this.file.renameTo(_this.name.el.get_text());\n        }\n        // store the module...\n        _this.file.build_module = \"\";        \n         Gtk.TreeIter iter; \n        if (_this.build_module.el.get_active_iter (out iter)) {\n             Value vfname;\n             this.dbmodel.el.get_value (iter, 0, out vfname);\n             if (((string)vfname).length > 0) {\n                 _this.file.build_module = (string)vfname;\n             }\n    \n        }\n        \n        \n\n                                                    \n}    ",
15    "id" : "PopoverFileDetails",
16    "@ void success" : "(Project.Project pr, JsRender.JsRender file)",
17    "| void show" : "(JsRender.JsRender c, Gtk.Widget btn) \n{\n    this.project = c.project;\n    this.done = false;\n    \n    \n    //if (!this.el) {\n        //this.init();\n     //}\n    \n    _this.name.el.set_text(c.name);\n    _this.title.el.set_text(c.title);\n    _this.parent.el.set_text(c.parent);    \n    _this.region.el.set_text(c.region);\n    _this.modOrder.el.set_text(c.modOrder);\n     _this.permname.el.set_text(c.permname);\n    \n    if (c.path.length > 0) {\n    \n        this.save_btn.el.set_label(\"Save\");\n    } else {\n        this.save_btn.el.set_label(\"Create\");\n    }\n    \n     var ar = new Gee.ArrayList<string>();\n     _this.dbmodel.loadData(ar,\"\");\n    // load the modules... if relivant..\n    if (this.project.xtype == \"Gtk\") {\n        var p = (Project.Gtk)c.project;\n          var cg = p.compilegroups;\n\n        var iter = cg.map_iterator();\n       while(iter.next()) {\n            var key = iter.get_key();\n            if (key == \"_default_\") {\n                continue;\n            }\n            ar.add(key);\n        };\n        _this.dbmodel.loadData(ar, c.build_module);\n\n    }\n    \n     \n    _this.file = c;\n    //console.log('show all');\n   this.el.set_modal(true);\n    this.el.set_relative_to(btn);\n\n    this.el.set_position(Gtk.PositionType.RIGHT);\n    \n    // window + header?\n     print(\"SHOWALL - POPIP\\n\");\n    this.el.show_all();\n    this.name.el.grab_focus();\n    \n    //this.success = c.success;\n    \n    \n}",
18    "bool done" : false,
19    "# Project.Project project" : "",
20    "xtype" : "Popover",
21    "Gtk.PositionType position" : "Gtk.PositionType.RIGHT",
22    "# JsRender.JsRender file" : "null",
23    "$ xns" : "Gtk",
24    "Xcls_MainWindow mainwindow" : "null",
25    "bool modal" : true,
26    "uint border_width" : 0,
27    "items" : [
28     {
29      "bool homogeneous" : false,
30      "$ pack" : "add",
31      "xtype" : "VBox",
32      "$ xns" : "Gtk",
33      "items" : [
34       {
35        "* pack" : "pack_start,false,true,0",
36        "xtype" : "HeaderBar",
37        "$ xns" : "Gtk",
38        "string title" : "Add / Edit File"
39       },
40       {
41        "int margin_right" : 4,
42        "* pack" : "pack_start,false,false,4",
43        "xtype" : "Table",
44        "uint row_spacing" : 2,
45        "n_columns" : 2,
46        "$ xns" : "Gtk",
47        "n_rows" : 3,
48        "$ homogeneous" : true,
49        "int margin_left" : 4,
50        "items" : [
51         {
52          "label" : "Component Name",
53          "xalign" : 0.90000000000000002,
54          "* pack" : "attach_defaults,0,1,0,1",
55          "xtype" : "Label",
56          "$ justify" : "Gtk.Justification.RIGHT",
57          "x_options" : 4,
58          "$ xns" : "Gtk"
59         },
60         {
61          "id" : "name",
62          "$ visible" : true,
63          "xtype" : "Entry",
64          "* pack" : "attach_defaults,1,2,0,1",
65          "$ xns" : "Gtk"
66         },
67         {
68          "label" : "Title",
69          "$ visible" : true,
70          "xalign" : 0.90000000000000002,
71          "* pack" : "attach_defaults,0,1,1,2",
72          "xtype" : "Label",
73          "$ justify" : "Gtk.Justification.RIGHT",
74          "x_options" : 4,
75          "$ xns" : "Gtk"
76         },
77         {
78          "id" : "title",
79          "$ visible" : true,
80          "xtype" : "Entry",
81          "* pack" : "attach_defaults,1,2,1,2",
82          "$ xns" : "Gtk"
83         },
84         {
85          "label" : "Region",
86          "tooltip_text" : "center, north, south, east, west",
87          "$ visible" : true,
88          "xalign" : 0.90000000000000002,
89          "* pack" : "attach_defaults,0,1,2,3",
90          "xtype" : "Label",
91          "$ justify" : "Gtk.Justification.RIGHT",
92          "x_options" : 4,
93          "$ xns" : "Gtk"
94         },
95         {
96          "id" : "region",
97          "$ visible" : true,
98          "xtype" : "Entry",
99          "* pack" : "attach_defaults,1,2,2,3",
100          "$ xns" : "Gtk"
101         },
102         {
103          "label" : "Parent Name",
104          "$ visible" : true,
105          "xalign" : 0.90000000000000002,
106          "* pack" : "attach_defaults,0,1,3,4",
107          "xtype" : "Label",
108          "$ justify" : "Gtk.Justification.RIGHT",
109          "x_options" : 4,
110          "$ xns" : "Gtk"
111         },
112         {
113          "id" : "parent",
114          "$ visible" : true,
115          "xtype" : "Entry",
116          "* pack" : "attach_defaults,1,2,3,4",
117          "$ xns" : "Gtk"
118         },
119         {
120          "label" : "Permission Name",
121          "$ visible" : true,
122          "xalign" : 0.90000000000000002,
123          "* pack" : "attach_defaults,0,1,4,5",
124          "xtype" : "Label",
125          "$ justify" : "Gtk.Justification.RIGHT",
126          "x_options" : 4,
127          "$ xns" : "Gtk"
128         },
129         {
130          "id" : "permname",
131          "$ visible" : true,
132          "xtype" : "Entry",
133          "* pack" : "attach_defaults,1,2,4,5",
134          "$ xns" : "Gtk"
135         },
136         {
137          "label" : "Order (for tabs)",
138          "$ visible" : true,
139          "xalign" : 0.90000000000000002,
140          "* pack" : "attach_defaults,0,1,5,6",
141          "xtype" : "Label",
142          "$ justify" : "Gtk.Justification.RIGHT",
143          "x_options" : 4,
144          "$ xns" : "Gtk"
145         },
146         {
147          "id" : "modOrder",
148          "$ visible" : true,
149          "xtype" : "Entry",
150          "* pack" : "attach_defaults,1,2,5,6",
151          "$ xns" : "Gtk"
152         },
153         {
154          "label" : "Module to build (Vala only)",
155          "$ visible" : true,
156          "xalign" : 0.90000000000000002,
157          "* pack" : "attach_defaults,0,1,6,7",
158          "xtype" : "Label",
159          "$ justify" : "Gtk.Justification.RIGHT",
160          "x_options" : 4,
161          "$ xns" : "Gtk"
162         },
163         {
164          "id" : "build_module",
165          "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );",
166          "* pack" : "attach_defaults,1,2,6,7",
167          "xtype" : "ComboBox",
168          "$ xns" : "Gtk",
169          "items" : [
170           {
171            "id" : "dbcellrenderer",
172            "* pack" : "pack_start,true",
173            "xtype" : "CellRendererText",
174            "$ xns" : "Gtk"
175           },
176           {
177            "id" : "dbmodel",
178            "* pack" : "set_model",
179            "xtype" : "ListStore",
180            "$ columns" : "typeof(string),typeof(string)",
181            "n_columns" : 2,
182            "$ xns" : "Gtk",
183            "| void loadData" : "  (Gee.ArrayList<string> data, string cur) {\n    this.el.clear();                                    \n    Gtk.TreeIter iter;\n    var el = this.el;\n    \n   /// el.append(out iter);\n    \n     \n   // el.set_value(iter, 0, \"\");\n   // el.set_value(iter, 1, \"aaa  - Just add Element - aaa\");\n\n    el.append(out iter);\n\n    \n    el.set_value(iter, 0, \"\");\n    el.set_value(iter, 1, \"-- select a module --\");\n    _this.build_module.el.set_active_iter(iter);\n    \n    for (var i = 0; i < data.size;i++) {\n    \n\n        el.append(out iter);\n        \n        el.set_value(iter, 0, data.get(i));\n        el.set_value(iter, 1, data.get(i));\n        \n        if (data.get(i) == cur) {\n            _this.build_module.el.set_active_iter(iter);\n        }\n        \n    }\n     this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          \n                                     \n}\n"
184           }
185          ]
186         }
187        ]
188       },
189       {
190        "int margin_bottom" : 4,
191        "int margin_right" : 4,
192        "* pack" : "pack_end,false,true,0",
193        "xtype" : "HButtonBox",
194        "$ xns" : "Gtk",
195        "int margin_left" : 4,
196        "items" : [
197         {
198          "listeners" : {
199           "clicked" : "() => { \n\n  _this.done = true;\n    _this.el.hide(); \n}"
200          },
201          "string label" : "Cancel",
202          "* pack" : "add",
203          "xtype" : "Button",
204          "$ xns" : "Gtk"
205         },
206         {
207          "listeners" : {
208           "clicked" : " ( ) =>  { \n  \n\t \n\n\n        if (_this.name.el.get_text().length  < 1) {\n            StandardErrorDialog.show(\n                _this.mainwindow.el,\n                \"You have to set Component name \"\n            );\n             \n            return;\n        }\n        // what does this do?\n        \n        var isNew = _this.file.name.length  > 0 ? false : true;\n        /*\n        if (!isNew && this.file.name != _this.name.el.get_text()) {\n            Xcls_StandardErrorDialog.singleton().show(\n                this.el,\n                \"Sorry changing names does not work yet. \"\n            );\n             \n            return;\n        }\n        */\n         \n        \n      \n        // FIXME - this may be more complicated...\n        //for (var i in this.def) {\n        //    this.file[i] =  this.get(i).el.get_text();\n        //}\n\n        if (!isNew) {\n            try {\n                 _this.updateFileFromEntry();\n             } catch( JsRender.Error.RENAME_FILE_EXISTS er) {\n                  Xcls_StandardErrorDialog.singleton().show(\n                    _this.mainwindow.el,\n                    \"The name you used already exists \"\n                );\n                return;\n                 \n             }\n                                                        \n              _this.done = true;\n            _this.file.save();\n            _this.el.hide();\n            return;\n        }\n        var fn = _this.name.el.get_text();\n        var dir = _this.project.firstPath();\n       \n        if (GLib.FileUtils.test(dir + \"/\" + fn + \".bjs\", GLib.FileTest.EXISTS)) {\n            Xcls_StandardErrorDialog.singleton().show(\n                _this.mainwindow.el,\n                \"That file already exists\"\n            ); \n            return;\n        }\n       \n       var f =  JsRender.JsRender.factory(\n                _this.file.project.xtype,  \n                _this.file.project, \n                dir + \"/\" + fn + \".bjs\");\n\n        _this.file = f;\n        \n\n        \n        _this.updateFileFromEntry();\n        _this.file.save();\n        _this.file.project.addFile(_this.file);\n        \n\t \n        // what about .js ?\n       _this.done = true;\n        _this.el.hide();\n \n        \n        \n        _this.success(_this.project, _this.file);\n       \n}"
209          },
210          "id" : "save_btn",
211          "* pack" : "add",
212          "xtype" : "Button",
213          "string label" : "Save",
214          "$ xns" : "Gtk"
215         }
216        ]
217       }
218      ]
219     }
220    ]
221   }
222  ]
223 }