src/Builder4/PopoverFileDetails.bjs
[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    \n    \n    _this.ftdbmodel.loadData(\"bjs\"); // fixme - need to determine type..\n    _this.filetype.el.hide();\n    _this.filetypelbl.el.hide();\n    \n    \n    if (c.path.length > 0) {\n\t    this.save_btn.el.set_label(\"Save\");\n    } else {\n        this.save_btn.el.set_label(\"Create\");\n\t    _this.filetype.el.show();\n\t    _this.filetypelbl.el.show();\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" : "Box",
32      "$ xns" : "Gtk",
33      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
34      "items" : [
35       {
36        "* pack" : "pack_start,false,true,0",
37        "xtype" : "HeaderBar",
38        "$ xns" : "Gtk",
39        "string title" : "Add / Edit File"
40       },
41       {
42        "int margin_right" : 4,
43        "* pack" : "pack_start,false,false,4",
44        "xtype" : "Grid",
45        "uint row_spacing" : 2,
46        "n_columns" : 2,
47        "$ xns" : "Gtk",
48        "n_rows" : 7,
49        "$ homogeneous" : true,
50        "int margin_left" : 4,
51        "items" : [
52         {
53          "label" : "File type",
54          "id" : "filetypelbl",
55          "xalign" : 0.90000000000000002,
56          "* pack" : "attach_defaults,0,1,0,1",
57          "xtype" : "Label",
58          "$ justify" : "Gtk.Justification.RIGHT",
59          "x_options" : 4,
60          "$ xns" : "Gtk"
61         },
62         {
63          "id" : "filetype",
64          "* init" : "this.el.add_attribute(_this.ftdbcellrenderer.el , \"markup\", 1 );",
65          "* pack" : "attach_defaults,1,2,0,1",
66          "xtype" : "ComboBox",
67          "$ xns" : "Gtk",
68          "items" : [
69           {
70            "id" : "ftdbcellrenderer",
71            "xtype" : "CellRendererText",
72            "* pack" : "pack_start,true",
73            "$ xns" : "Gtk"
74           },
75           {
76            "id" : "ftdbmodel",
77            "xtype" : "ListStore",
78            "* pack" : "set_model",
79            "$ columns" : "typeof(string),typeof(string)",
80            "n_columns" : 2,
81            "$ xns" : "Gtk",
82            "| void loadData" : "  (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, \"bjs\");\n    el.set_value(iter, 1, \"User Interface File (bjs)\");\n    _this.filetype.el.set_active_iter(iter);\n\n    el.append(out iter);\n    \n    el.set_value(iter, 0, \"vala\");\n    el.set_value(iter, 1, \"Vala\");\n\tif (cur == \"vala\") {\n\t    _this.filetype.el.set_active_iter(iter);\n    }\n\n\n\n    el.append(out iter);\n    \n    el.set_value(iter, 0, \"js\");\n    el.set_value(iter, 1, \"Javascript\");\n\n\tif (cur == \"js\") {\n\t    _this.filetype.el.set_active_iter(iter);\n    }\n\n    el.append(out iter);\n    \n    el.set_value(iter, 0, \"css\");\n    el.set_value(iter, 1, \"CSS\");\n\n\tif (cur == \"css\") {\n\t    _this.filetype.el.set_active_iter(iter);\n    }\n                                     \n}\n"
83           }
84          ]
85         },
86         {
87          "label" : "Component Name",
88          "xalign" : 0.90000000000000002,
89          "* pack" : "attach_defaults,0,1,1,2",
90          "xtype" : "Label",
91          "$ justify" : "Gtk.Justification.RIGHT",
92          "x_options" : 4,
93          "$ xns" : "Gtk"
94         },
95         {
96          "id" : "name",
97          "$ visible" : true,
98          "xtype" : "Entry",
99          "* pack" : "attach_defaults,1,2,1,2",
100          "$ xns" : "Gtk"
101         },
102         {
103          "label" : "Title",
104          "$ visible" : true,
105          "xalign" : 0.90000000000000002,
106          "* pack" : "attach_defaults,0,1,2,3",
107          "xtype" : "Label",
108          "$ justify" : "Gtk.Justification.RIGHT",
109          "x_options" : 4,
110          "$ xns" : "Gtk"
111         },
112         {
113          "id" : "title",
114          "$ visible" : true,
115          "xtype" : "Entry",
116          "* pack" : "attach_defaults,1,2,2,3",
117          "$ xns" : "Gtk"
118         },
119         {
120          "label" : "Region",
121          "tooltip_text" : "center, north, south, east, west",
122          "$ visible" : true,
123          "xalign" : 0.90000000000000002,
124          "* pack" : "attach_defaults,0,1,3,4",
125          "xtype" : "Label",
126          "$ justify" : "Gtk.Justification.RIGHT",
127          "x_options" : 4,
128          "$ xns" : "Gtk"
129         },
130         {
131          "id" : "region",
132          "$ visible" : true,
133          "xtype" : "Entry",
134          "* pack" : "attach_defaults,1,2,3,4",
135          "$ xns" : "Gtk"
136         },
137         {
138          "label" : "Parent Name",
139          "$ visible" : true,
140          "xalign" : 0.90000000000000002,
141          "* pack" : "attach_defaults,0,1,4,5",
142          "xtype" : "Label",
143          "$ justify" : "Gtk.Justification.RIGHT",
144          "x_options" : 4,
145          "$ xns" : "Gtk"
146         },
147         {
148          "id" : "parent",
149          "$ visible" : true,
150          "xtype" : "Entry",
151          "* pack" : "attach_defaults,1,2,4,5",
152          "$ xns" : "Gtk"
153         },
154         {
155          "label" : "Permission Name",
156          "$ visible" : true,
157          "xalign" : 0.90000000000000002,
158          "* pack" : "attach_defaults,0,1,5,6",
159          "xtype" : "Label",
160          "$ justify" : "Gtk.Justification.RIGHT",
161          "x_options" : 4,
162          "$ xns" : "Gtk"
163         },
164         {
165          "id" : "permname",
166          "$ visible" : true,
167          "xtype" : "Entry",
168          "* pack" : "attach_defaults,1,2,5,6",
169          "$ xns" : "Gtk"
170         },
171         {
172          "label" : "Order (for tabs)",
173          "$ visible" : true,
174          "xalign" : 0.90000000000000002,
175          "* pack" : "attach_defaults,0,1,6,7",
176          "xtype" : "Label",
177          "$ justify" : "Gtk.Justification.RIGHT",
178          "x_options" : 4,
179          "$ xns" : "Gtk"
180         },
181         {
182          "id" : "modOrder",
183          "$ visible" : true,
184          "xtype" : "Entry",
185          "* pack" : "attach_defaults,1,2,6,7",
186          "$ xns" : "Gtk"
187         },
188         {
189          "label" : "Module to build (Vala only)",
190          "$ visible" : true,
191          "xalign" : 0.90000000000000002,
192          "* pack" : "attach_defaults,0,1,7,8",
193          "xtype" : "Label",
194          "$ justify" : "Gtk.Justification.RIGHT",
195          "x_options" : 4,
196          "$ xns" : "Gtk"
197         },
198         {
199          "id" : "build_module",
200          "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );",
201          "* pack" : "attach_defaults,1,2,7,8",
202          "xtype" : "ComboBox",
203          "$ xns" : "Gtk",
204          "items" : [
205           {
206            "id" : "dbcellrenderer",
207            "* pack" : "pack_start,true",
208            "xtype" : "CellRendererText",
209            "$ xns" : "Gtk"
210           },
211           {
212            "id" : "dbmodel",
213            "* pack" : "set_model",
214            "xtype" : "ListStore",
215            "$ columns" : "typeof(string),typeof(string)",
216            "n_columns" : 2,
217            "$ xns" : "Gtk",
218            "| 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"
219           }
220          ]
221         }
222        ]
223       },
224       {
225        "int margin_bottom" : 4,
226        "int margin_right" : 4,
227        "* pack" : "pack_end,false,true,0",
228        "xtype" : "HButtonBox",
229        "$ xns" : "Gtk",
230        "int margin_left" : 4,
231        "items" : [
232         {
233          "listeners" : {
234           "clicked" : "() => { \n\n  _this.done = true;\n    _this.el.hide(); \n}"
235          },
236          "* pack" : "add",
237          "xtype" : "Button",
238          "string label" : "Cancel",
239          "$ xns" : "Gtk"
240         },
241         {
242          "listeners" : {
243           "clicked" : "( ) =>  { \n\n \n\n\n\tif (_this.name.el.get_text().length  < 1) {\n\t    StandardErrorDialog.show(\n\t        _this.mainwindow.el,\n\t        \"You have to set Component name \"\n\t    );\n\t     \n\t    return;\n\t}\n\t// what does this do?\n\t\n\tvar isNew = _this.file.name.length  > 0 ? false : true;\n\t/*\n\tif (!isNew && this.file.name != _this.name.el.get_text()) {\n\t    Xcls_StandardErrorDialog.singleton().show(\n\t        this.el,\n\t        \"Sorry changing names does not work yet. \"\n\t    );\n\t     \n\t    return;\n\t}\n\t*/\n\t \n\t\n  \n\t// FIXME - this may be more complicated...\n\t//for (var i in this.def) {\n\t//    this.file[i] =  this.get(i).el.get_text();\n\t//}\n\n\tif (!isNew) {\n\t    try {\n\t         _this.updateFileFromEntry();\n\t     } catch( JsRender.Error.RENAME_FILE_EXISTS er) {\n\t          Xcls_StandardErrorDialog.singleton().show(\n\t            _this.mainwindow.el,\n\t            \"The name you used already exists \"\n\t        );\n\t        return;\n\t         \n\t     }\n\n\t      _this.done = true;\n\t    _this.file.save();\n\t    _this.el.hide();\n\t    return;\n\t}\n\tvar fn = _this.name.el.get_text();\n\tvar dir = _this.project.firstPath();\n   \n\tif (GLib.FileUtils.test(dir + \"/\" + fn + \".bjs\", GLib.FileTest.EXISTS)) {\n\t    Xcls_StandardErrorDialog.singleton().show(\n\t        _this.mainwindow.el,\n\t        \"That file already exists\"\n\t    ); \n\t    return;\n\t}\n   \n   var f =  JsRender.JsRender.factory(\n\t\t_this.file.project.xtype,  \n\t\t_this.file.project, \n\t\tdir + \"/\" + fn + \".bjs\");\n\n\t_this.file = f;\n\t\n\n\t\n\t_this.updateFileFromEntry();\n\t_this.file.loaded = true;\n\t_this.file.save();\n\t_this.file.project.addFile(_this.file);\n\t\n \n\t// what about .js ?\n   _this.done = true;\n\t_this.el.hide();\n\n\t\n\t\n\t_this.success(_this.project, _this.file);\n   \n}"
244          },
245          "id" : "save_btn",
246          "* pack" : "add",
247          "xtype" : "Button",
248          "string label" : "Save",
249          "$ xns" : "Gtk"
250         }
251        ]
252       }
253      ]
254     }
255    ]
256   }
257  ]
258 }