{ "name" : "PopoverProperty", "parent" : "", "title" : "", "path" : "/home/alan/gitlive/app.Builder.js/src/Builder4/PopoverProperty.bjs", "permname" : "", "modOrder" : "", "build_module" : "builder", "items" : [ { "listeners" : { "closed" : "() => {\n if (!this.done) {\n _this.el.show();\n \n }\n} " }, "id" : "PopoverProperty", "@ void success" : "(Project.Project pr, JsRender.JsRender file)", "| void show" : "(Gtk.Widget btn, JsRender.Node node, string key) \n\t{\n\n\tstring kname = \"\", kflag = \"\", ktype = \"\";\n\tif (key.length > 0) {\n\t\tnode.normalize_key( key, out kname, out kflag, out ktype);\n\t}\n\n\t_this.kname.el.set_text(kname);\n\t_this.ktype.el.set_text(ktype);\n\n\t// does node have this property...\n\n\n\tif (key.length > 0) {\n\t\tthis.save_btn.el.set_label(\"Save\");\n\t} else {\n\t\tthis.save_btn.el.set_label(\"Create\");\n\t}\n\n\t_this.node = node;\n\t//console.log('show all');\n\tthis.el.set_modal(true);\n\tthis.el.set_relative_to(btn);\n\n\tthis.el.set_position(Gtk.PositionType.TOP);\n\n\t// window + header?\n\t print(\"SHOWALL - POPIP\\n\");\n\tthis.el.show_all();\n\tthis.kname.el.grab_focus();\n\n\t//this.success = c.success;\n \n}", "bool done" : false, "# Project.Project project" : "", "| void updateNodeFromValues" : "() {\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 \n} ", "xtype" : "Popover", "Gtk.PositionType position" : "Gtk.PositionType.RIGHT", "# JsRender.JsRender file" : "null", "$ xns" : "Gtk", "Xcls_MainWindow mainwindow" : "null", "bool modal" : true, "uint border_width" : 0, "JsRender.Node node" : "", "items" : [ { "bool homogeneous" : false, "xtype" : "Box", "$ pack" : "add", "$ xns" : "Gtk", "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL", "items" : [ { "* pack" : "pack_start,false,true,0", "xtype" : "HeaderBar", "$ xns" : "Gtk", "string title" : "Modify / Create Property" }, { "int margin_right" : 4, "xtype" : "Table", "* pack" : "pack_start,false,false,4", "uint row_spacing" : 2, "n_columns" : 2, "$ xns" : "Gtk", "n_rows" : 3, "$ homogeneous" : true, "int margin_left" : 4, "items" : [ { "label" : "Special Flags", "xalign" : 0.90000000000000002, "* pack" : "attach_defaults,0,1,0,1", "xtype" : "Label", "$ justify" : "Gtk.Justification.RIGHT", "x_options" : 4, "$ xns" : "Gtk" }, { "id" : "build_module", "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );", "* pack" : "attach_defaults,1,2,0,1", "xtype" : "ComboBox", "$ xns" : "Gtk", "items" : [ { "id" : "dbcellrenderer", "* pack" : "pack_start,true", "xtype" : "CellRendererText", "$ xns" : "Gtk" }, { "id" : "dbmodel", "* pack" : "set_model", "xtype" : "ListStore", "$ columns" : "typeof(string),typeof(string)", "n_columns" : 2, "$ xns" : "Gtk", "| void loadData" : " (Gee.ArrayList data, string cur) {\n this.el.clear(); \n Gtk.TreeIter iter;\n var el = this.el;\n \n \n // vala signal.. '@'\n // raw value '$'\n // user defined property '#'\n // user defined method '|'\n // special property '*' => prop |args|ctor|init\n \n \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 el.set(iter, 0, \"\", 1, \"Normal Property\", -1);\n\n\n el.append(out iter);\n el.set(iter, 0, \"$\", 1, \"Raw Property (not escaped)\", -1);\n\n el.append(out iter);\n el.set(iter, 0, \"#\", 1, \"User defined property\", -1);\n\n el.append(out iter);\n el.set(iter, 0, \"|\", 1, \"User defined method\", -1);\n\n el.append(out iter);\n el.set(iter, 0, \"*\", 1, \"Special property (eg. prop)\", -1);\n\n el.append(out iter);\n el.set(iter, 0, \"@\", 1, \"Vala Signal\", -1);\n \n}\n" } ] }, { "label" : "Type", "$ visible" : true, "xalign" : 0.90000000000000002, "* pack" : "attach_defaults,0,1,1,2", "xtype" : "Label", "$ justify" : "Gtk.Justification.RIGHT", "x_options" : 4, "$ xns" : "Gtk" }, { "id" : "ktype", "$ visible" : true, "xtype" : "Entry", "* pack" : "attach_defaults,1,2,1,2", "$ xns" : "Gtk" }, { "label" : "Name", "$ visible" : true, "tooltip_text" : "center, north, south, east, west", "xalign" : 0.90000000000000002, "* pack" : "attach_defaults,0,1,2,3", "xtype" : "Label", "$ justify" : "Gtk.Justification.RIGHT", "x_options" : 4, "$ xns" : "Gtk" }, { "id" : "kname", "$ visible" : true, "xtype" : "Entry", "* pack" : "attach_defaults,1,2,2,3", "$ xns" : "Gtk" } ] }, { "int margin_bottom" : 4, "int margin_right" : 4, "* pack" : "pack_end,false,true,0", "xtype" : "HButtonBox", "$ xns" : "Gtk", "int margin_left" : 4, "items" : [ { "listeners" : { "clicked" : "() => { \n\n _this.done = true;\n _this.el.hide(); \n}" }, "* pack" : "add", "xtype" : "Button", "string label" : "Cancel", "$ xns" : "Gtk" }, { "listeners" : { "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\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\t*/\n \n}" }, "id" : "save_btn", "xtype" : "Button", "* pack" : "add", "string label" : "Save", "$ xns" : "Gtk" } ] } ] } ] } ] }