679ee25ff08ff40ec7dc36ecec731cb883698295
[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    "|   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}    ",
12    "@ void success" : "(Project.Project pr, JsRender.JsRender file)",
13    "id" : "PopoverFileDetails",
14    "| void show" : "(JsRender.JsRender c, Gtk.Widget btn) \n{\n    this.project = c.project;\n    \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_relative_to(btn);\n    \n    \n    this.el.show_all();\n    \n    //this.success = c.success;\n    \n    \n}",
15    "# Project.Project project" : "",
16    "xtype" : "Popover",
17    "Gtk.PositionType position" : "Gtk.PositionType.RIGHT",
18    "# JsRender.JsRender file" : "null",
19    "$ xns" : "Gtk",
20    "Xcls_MainWindow mainwindow" : "null",
21    "bool modal" : true,
22    "uint border_width" : 6,
23    "items" : [
24     {
25      "xtype" : "VBox",
26      "$ pack" : "add",
27      "$ xns" : "Gtk",
28      "items" : [
29       {
30        "* pack" : "pack_start,false,false,0",
31        "xtype" : "Table",
32        "n_columns" : 2,
33        "$ xns" : "Gtk",
34        "n_rows" : 3,
35        "$ homogeneous" : true,
36        "items" : [
37         {
38          "label" : "Component Name",
39          "xalign" : 0.90000000000000002,
40          "* pack" : "attach_defaults,0,1,0,1",
41          "xtype" : "Label",
42          "$ justify" : "Gtk.Justification.RIGHT",
43          "x_options" : 4,
44          "$ xns" : "Gtk"
45         },
46         {
47          "id" : "name",
48          "$ visible" : true,
49          "xtype" : "Entry",
50          "* pack" : "attach_defaults,1,2,0,1",
51          "$ xns" : "Gtk"
52         },
53         {
54          "label" : "Title",
55          "$ visible" : true,
56          "xalign" : 0.90000000000000002,
57          "* pack" : "attach_defaults,0,1,1,2",
58          "xtype" : "Label",
59          "$ justify" : "Gtk.Justification.RIGHT",
60          "x_options" : 4,
61          "$ xns" : "Gtk"
62         },
63         {
64          "id" : "title",
65          "$ visible" : true,
66          "xtype" : "Entry",
67          "* pack" : "attach_defaults,1,2,1,2",
68          "$ xns" : "Gtk"
69         },
70         {
71          "label" : "Region",
72          "$ visible" : true,
73          "tooltip_text" : "center, north, south, east, west",
74          "xalign" : 0.90000000000000002,
75          "* pack" : "attach_defaults,0,1,2,3",
76          "xtype" : "Label",
77          "$ justify" : "Gtk.Justification.RIGHT",
78          "x_options" : 4,
79          "$ xns" : "Gtk"
80         },
81         {
82          "id" : "region",
83          "$ visible" : true,
84          "xtype" : "Entry",
85          "* pack" : "attach_defaults,1,2,2,3",
86          "$ xns" : "Gtk"
87         },
88         {
89          "label" : "Parent Name",
90          "$ visible" : true,
91          "xalign" : 0.90000000000000002,
92          "* pack" : "attach_defaults,0,1,3,4",
93          "xtype" : "Label",
94          "$ justify" : "Gtk.Justification.RIGHT",
95          "x_options" : 4,
96          "$ xns" : "Gtk"
97         },
98         {
99          "id" : "parent",
100          "$ visible" : true,
101          "xtype" : "Entry",
102          "* pack" : "attach_defaults,1,2,3,4",
103          "$ xns" : "Gtk"
104         },
105         {
106          "label" : "Permission Name",
107          "$ visible" : true,
108          "xalign" : 0.90000000000000002,
109          "* pack" : "attach_defaults,0,1,4,5",
110          "xtype" : "Label",
111          "$ justify" : "Gtk.Justification.RIGHT",
112          "x_options" : 4,
113          "$ xns" : "Gtk"
114         },
115         {
116          "id" : "permname",
117          "$ visible" : true,
118          "xtype" : "Entry",
119          "* pack" : "attach_defaults,1,2,4,5",
120          "$ xns" : "Gtk"
121         },
122         {
123          "label" : "Order (for tabs)",
124          "$ visible" : true,
125          "xalign" : 0.90000000000000002,
126          "* pack" : "attach_defaults,0,1,5,6",
127          "xtype" : "Label",
128          "$ justify" : "Gtk.Justification.RIGHT",
129          "x_options" : 4,
130          "$ xns" : "Gtk"
131         },
132         {
133          "id" : "modOrder",
134          "$ visible" : true,
135          "xtype" : "Entry",
136          "* pack" : "attach_defaults,1,2,5,6",
137          "$ xns" : "Gtk"
138         },
139         {
140          "label" : "Module to build (Vala only)",
141          "$ visible" : true,
142          "xalign" : 0.90000000000000002,
143          "* pack" : "attach_defaults,0,1,6,7",
144          "xtype" : "Label",
145          "$ justify" : "Gtk.Justification.RIGHT",
146          "x_options" : 4,
147          "$ xns" : "Gtk"
148         },
149         {
150          "id" : "build_module",
151          "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );",
152          "* pack" : "attach_defaults,1,2,6,7",
153          "xtype" : "ComboBox",
154          "$ xns" : "Gtk",
155          "items" : [
156           {
157            "id" : "dbcellrenderer",
158            "xtype" : "CellRendererText",
159            "* pack" : "pack_start,true",
160            "$ xns" : "Gtk"
161           },
162           {
163            "id" : "dbmodel",
164            "xtype" : "ListStore",
165            "* pack" : "set_model",
166            "$ columns" : "typeof(string),typeof(string)",
167            "n_columns" : 2,
168            "$ xns" : "Gtk",
169            "| 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"
170           }
171          ]
172         }
173        ]
174       },
175       {
176        "* pack" : "pack_end,false,true,5",
177        "xtype" : "HButtonBox",
178        "$ xns" : "Gtk",
179        "items" : [
180         {
181          "listeners" : {
182           "activate" : "() => { this.el.hide(); }"
183          },
184          "string label" : "Cancel",
185          "* pack" : "add",
186          "xtype" : "Button",
187          "$ xns" : "Gtk"
188         },
189         {
190          "listeners" : {
191           "activate" : " ( ) =>  { \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        \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       \n        this.el.hide();\n        \n        \n        \n        _this.success(_this.project, _this.file);\n       \n}"
192          },
193          "id" : "save_btn",
194          "xtype" : "Button",
195          "* pack" : "add",
196          "string label" : "Save",
197          "$ xns" : "Gtk"
198         }
199        ]
200       }
201      ]
202     }
203    ]
204   }
205  ]
206 }