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