Fix #8032 - speed up add remove of errors from tree
[roobuilder] / src / Builder4 / WindowLeftProps.bjs
1 {
2  "build_module" : "builder",
3  "gen_extended" : false,
4  "items" : [
5   {
6    "# Gee.ArrayList<Gtk.Widget>? error_widgets" : "null",
7    "# JsRender.JsRender file" : "",
8    "# JsRender.Node node" : "",
9    "# Xcls_MainWindow main_window" : "null",
10    "# bool allow_edit" : false,
11    "$ homogeneous" : "false   ",
12    "$ xns" : "Gtk",
13    "@ bool stop_editor" : "()",
14    "@ void changed" : "()",
15    "@ void show_add_props" : "(string type)",
16    "@ void show_editor" : "(JsRender.JsRender file, JsRender.Node node, JsRender.NodeProp prop)",
17    "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
18    "bool hexpand" : true,
19    "bool loading" : false,
20    "bool vexpand" : true,
21    "id" : "LeftProps",
22    "int last_error_counter" : "-1",
23    "items" : [
24     {
25      "$ xns" : "Gtk",
26      "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
27      "bool hexpand" : true,
28      "items" : [
29       {
30        "$ xns" : "Gtk",
31        "int margin_end" : 5,
32        "int margin_start" : 5,
33        "string label" : "Add:",
34        "xtype" : "Label"
35       },
36       {
37        "$ tooltip_text" : "\"Add Property\"",
38        "$ xns" : "Gtk",
39        "bool always_show_image" : true,
40        "bool hexpand" : true,
41        "listeners" : {
42         "clicked" : [
43          "  ( ) => {",
44          "    ",
45          "     _this.main_window.windowstate.showProps(",
46          "     \t_this.view.el, ",
47          " \t\tJsRender.NodePropType.PROP",
48          "\t);",
49          "  ",
50          "}"
51         ]
52        },
53        "string icon_name" : "format-justify-left",
54        "string label" : "Property",
55        "xtype" : "Button"
56       },
57       {
58        "$ tooltip_text" : "\"Add Event Code\"",
59        "$ xns" : "Gtk",
60        "bool always_show_image" : true,
61        "bool hexpand" : true,
62        "listeners" : {
63         "clicked" : [
64          "  ( ) => {",
65          "    ",
66          " ",
67          "   _this.main_window.windowstate.showProps(",
68          "   \t\t_this.view.el, ",
69          "   \t\tJsRender.NodePropType.LISTENER",
70          "\t);",
71          "",
72          " ",
73          "}"
74         ]
75        },
76        "string icon_name" : "appointment-new",
77        "string label" : "Event",
78        "xtype" : "Button"
79       },
80       {
81        "$ xns" : "Gtk",
82        "items" : [
83         {
84          "$ xns" : "Gtk",
85          "* prop" : "popover",
86          "id" : "addpop",
87          "items" : [
88           {
89            "$ xns" : "Gtk",
90            "* prop" : "child",
91            "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
92            "int spacing" : 0,
93            "items" : [
94             {
95              "$ xns" : "Gtk",
96              "bool has_frame" : false,
97              "items" : [
98               {
99                "$ xns" : "Gtk",
100                "* prop" : "child",
101                "Gtk.Align halign" : "Gtk.Align.START",
102                "string label" : "id: _this.{ID} (Vala)",
103                "string tooltip_text" : "Using _this.{ID} will map to this element",
104                "xtype" : "Label"
105               }
106              ],
107              "listeners" : {
108               "clicked" : [
109                " ()  => {",
110                " \t_this.addpop.el.hide();",
111                " \t// is this userdef or special??",
112                " \tvar add = new JsRender.NodeProp.prop(\"id\");",
113                " \tif (_this.node.has_prop_key(add)) {",
114                "\t \treturn;",
115                " \t}",
116                " \t",
117                " \t_this.node.add_prop( add );",
118                " \t",
119                " \t_this.view.editProp( add );",
120                " \t",
121                "}"
122               ]
123              },
124              "xtype" : "Button"
125             },
126             {
127              "$ xns" : "Gtk",
128              "bool has_frame" : false,
129              "items" : [
130               {
131                "$ xns" : "Gtk",
132                "* prop" : "child",
133                "Gtk.Align halign" : "Gtk.Align.START",
134                "string label" : "pack: Pack method (Vala)",
135                "string tooltip_text" : "how to pack this element onto parent, (method, 2nd arg, 3rd arg) .. the 1st argument is filled by the element",
136                "xtype" : "Label"
137               }
138              ],
139              "listeners" : {
140               "clicked" : [
141                "  ( ) => {",
142                " ",
143                "",
144                "  \t_this.addpop.el.hide();",
145                " \t// is this userdef or special??",
146                " \tvar add = new JsRender.NodeProp.special(\"pack\", \"add\");",
147                " \tif (_this.node.has_prop_key(add)) {",
148                "\t \treturn;",
149                " \t}",
150                " \t",
151                " \t_this.node.add_prop( add );",
152                " \t",
153                " \t_this.view.editProp( add );",
154                " \t",
155                "",
156                "}"
157               ]
158              },
159              "xtype" : "Button"
160             },
161             {
162              "$ xns" : "Gtk",
163              "bool has_frame" : false,
164              "items" : [
165               {
166                "$ xns" : "Gtk",
167                "* prop" : "child",
168                "Gtk.Align halign" : "Gtk.Align.START",
169                "string label" : "ctor: Alterative to default contructor (Vala)",
170                "string tooltip_text" : [
171                 "eg. ",
172                 "",
173                 "new Clutter.Image.from_file(.....)"
174                ],
175                "xtype" : "Label"
176               }
177              ],
178              "listeners" : {
179               "clicked" : [
180                "  ( ) => {",
181                "   ",
182                "  \t_this.addpop.el.hide();",
183                " \t// is this userdef or special??",
184                " \tvar add = new JsRender.NodeProp.special(\"ctor\");",
185                " \tif (_this.node.has_prop_key(add)) {",
186                "\t \treturn;",
187                " \t}",
188                " \t",
189                " \t_this.node.add_prop( add );",
190                " \t",
191                " \t_this.view.editProp( add );",
192                " \t",
193                "}"
194               ]
195              },
196              "xtype" : "Button"
197             },
198             {
199              "$ xns" : "Gtk",
200              "bool has_frame" : false,
201              "items" : [
202               {
203                "$ xns" : "Gtk",
204                "* prop" : "child",
205                "Gtk.Align halign" : "Gtk.Align.START",
206                "string label" : "init: initialziation code (vala)",
207                "string tooltip_text" : "This code is called after the ctor",
208                "xtype" : "Label"
209               }
210              ],
211              "listeners" : {
212               "clicked" : [
213                "  ( ) => {",
214                "    ",
215                "  \t_this.addpop.el.hide();",
216                " \t// is this userdef or special??",
217                " \tvar add =  new JsRender.NodeProp.special(\"init\",\"{\\n\\n}\\n\" ) ;",
218                " \tif (_this.node.has_prop_key(add)) {",
219                "\t \treturn;",
220                " \t}",
221                " \t",
222                " \t_this.node.add_prop( add );",
223                " \t",
224                " \t_this.view.editProp( add );",
225                "}"
226               ]
227              },
228              "xtype" : "Button"
229             },
230             {
231              "$ xns" : "Gtk",
232              "bool has_frame" : false,
233              "items" : [
234               {
235                "$ xns" : "Gtk",
236                "* prop" : "child",
237                "Gtk.Align halign" : "Gtk.Align.START",
238                "string label" : "cms-id: (Roo JS/Pman library)",
239                "string tooltip_text" : [
240                 "set the cms-id for this element, when converted to javascript, the html value will be wrapped with Pman.Cms.content({cms-id},{original-html})",
241                 ""
242                ],
243                "xtype" : "Label"
244               }
245              ],
246              "listeners" : {
247               "clicked" : [
248                " ()  => {",
249                "    \t_this.addpop.el.hide();",
250                " ",
251                " \t// is this userdef or special??",
252                " \tvar add =   new JsRender.NodeProp.prop(\"cms-id\",\"string\", \"\" ) ;",
253                " \tif (_this.node.has_prop_key(add)) {",
254                "\t \treturn;",
255                " \t}",
256                " \t",
257                " \t_this.node.add_prop( add );",
258                " \t",
259                " \t_this.view.editProp( add );",
260                "    ",
261                "}"
262               ]
263              },
264              "xtype" : "Button"
265             },
266             {
267              "$ Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
268              "$ xns" : "Gtk",
269              "xtype" : "Separator"
270             },
271             {
272              "$ xns" : "Gtk",
273              "bool has_frame" : false,
274              "items" : [
275               {
276                "$ xns" : "Gtk",
277                "* prop" : "child",
278                "Gtk.Align halign" : "Gtk.Align.START",
279                "string label" : "String",
280                "string tooltip_text" : "Add a user defined string property",
281                "xtype" : "Label"
282               }
283              ],
284              "listeners" : {
285               "clicked" : [
286                "(self) => {",
287                "  \t_this.addpop.el.hide();",
288                "\t_this.view.popover.show(",
289                "\t\t_this.view.el, ",
290                "\t\t_this.node, ",
291                "\t\t new JsRender.NodeProp.user(\"\", \"string\", \"\") ,",
292                "\t\t-1,  ",
293                "\t\ttrue",
294                "\t);",
295                " ",
296                "}"
297               ]
298              },
299              "xtype" : "Button"
300             },
301             {
302              "$ xns" : "Gtk",
303              "bool has_frame" : false,
304              "items" : [
305               {
306                "$ xns" : "Gtk",
307                "* prop" : "child",
308                "Gtk.Align halign" : "Gtk.Align.START",
309                "string label" : "Number",
310                "string tooltip_text" : "Add a user defined number property",
311                "xtype" : "Label"
312               }
313              ],
314              "listeners" : {
315               "clicked" : [
316                "  ( ) =>{",
317                " ",
318                "       \t_this.addpop.el.hide();",
319                "       _this.view.popover.show(",
320                "\t\t_this.view.el, ",
321                "\t\t_this.node, ",
322                "\t\t new JsRender.NodeProp.user(\"\", \"int\", \"0\") ,",
323                "\t\t-1,  ",
324                "\t\ttrue",
325                "\t);",
326                " ",
327                "}"
328               ]
329              },
330              "xtype" : "Button"
331             },
332             {
333              "$ xns" : "Gtk",
334              "bool has_frame" : false,
335              "items" : [
336               {
337                "$ xns" : "Gtk",
338                "* prop" : "child",
339                "Gtk.Align halign" : "Gtk.Align.START",
340                "string label" : "Boolean",
341                "string tooltip_text" : "Add a user defined boolean property",
342                "xtype" : "Label"
343               }
344              ],
345              "listeners" : {
346               "clicked" : [
347                "  ( ) =>{",
348                "  ",
349                "  \t_this.addpop.el.hide();",
350                "   _this.view.popover.show(",
351                "\t\t_this.view.el, ",
352                "\t\t_this.node, ",
353                "\t\t new JsRender.NodeProp.user(\"\", \"bool\", \"true\") ,",
354                "\t\t-1,  ",
355                "\t\ttrue",
356                "\t); ",
357                " ",
358                "}"
359               ]
360              },
361              "xtype" : "Button"
362             },
363             {
364              "$ Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
365              "$ xns" : "Gtk",
366              "xtype" : "Separator"
367             },
368             {
369              "$ xns" : "Gtk",
370              "bool has_frame" : false,
371              "items" : [
372               {
373                "$ xns" : "Gtk",
374                "* prop" : "child",
375                "Gtk.Align halign" : "Gtk.Align.START",
376                "string label" : "Javascript Function",
377                "string tooltip_text" : "Add a javascript  function",
378                "xtype" : "Label"
379               }
380              ],
381              "listeners" : {
382               "clicked" : [
383                "  ( ) =>{",
384                "  \t_this.addpop.el.hide();",
385                "   _this.view.popover.show(",
386                "\t\t_this.view.el, ",
387                "\t\t_this.node, ",
388                "\t\t new JsRender.NodeProp.jsmethod(\"\") ,",
389                "\t\t-1,  ",
390                "\t\ttrue",
391                "\t);",
392                "",
393                " ",
394                "}"
395               ]
396              },
397              "xtype" : "Button"
398             },
399             {
400              "$ xns" : "Gtk",
401              "bool has_frame" : false,
402              "items" : [
403               {
404                "$ xns" : "Gtk",
405                "* prop" : "child",
406                "Gtk.Align halign" : "Gtk.Align.START",
407                "string label" : "Vala Method",
408                "string tooltip_text" : "Add a user defined method to a object",
409                "xtype" : "Label"
410               }
411              ],
412              "listeners" : {
413               "clicked" : [
414                "  ( ) =>{",
415                "  \t_this.addpop.el.hide();",
416                "    _this.view.popover.show(",
417                "\t\t_this.view.el, ",
418                "\t\t_this.node, ",
419                "\t\t new JsRender.NodeProp.valamethod(\"\") ,",
420                "\t\t-1,  ",
421                "\t\ttrue",
422                "\t); ",
423                "}"
424               ]
425              },
426              "xtype" : "Button"
427             },
428             {
429              "$ xns" : "Gtk",
430              "bool has_frame" : false,
431              "items" : [
432               {
433                "$ xns" : "Gtk",
434                "* prop" : "child",
435                "Gtk.Align halign" : "Gtk.Align.START",
436                "string label" : "Vala Signal",
437                "string tooltip_text" : "Add a user defined signal to a object",
438                "xtype" : "Label"
439               }
440              ],
441              "listeners" : {
442               "clicked" : [
443                "  ( ) =>{",
444                " \t_this.addpop.el.hide(); ",
445                "  _this.view.popover.show(",
446                "\t\t_this.view.el, ",
447                "\t\t_this.node, ",
448                "\t\t new JsRender.NodeProp.sig(\"\" ) ,",
449                "\t\t-1,  ",
450                "\t\ttrue",
451                "\t);    ",
452                "}"
453               ]
454              },
455              "xtype" : "Button"
456             },
457             {
458              "$ Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
459              "$ xns" : "Gtk",
460              "xtype" : "Separator"
461             },
462             {
463              "$ xns" : "Gtk",
464              "bool has_frame" : false,
465              "items" : [
466               {
467                "$ xns" : "Gtk",
468                "* prop" : "child",
469                "Gtk.Align halign" : "Gtk.Align.START",
470                "string label" : "Flexy - If",
471                "string tooltip_text" : "Add a flexy if (for HTML templates)",
472                "xtype" : "Label"
473               }
474              ],
475              "listeners" : {
476               "clicked" : [
477                "  ( ) =>{",
478                "  \t_this.addpop.el.hide();",
479                " \t_this.view.popover.show(",
480                "\t\t_this.view.el, ",
481                "\t\t_this.node, ",
482                "\t\t new JsRender.NodeProp.prop(\"flexy:if\", \"string\", \"value_or_condition\") ,",
483                "\t\t-1,  ",
484                "\t\ttrue",
485                "\t);",
486                "",
487                "",
488                "}"
489               ]
490              },
491              "xtype" : "Button"
492             },
493             {
494              "$ xns" : "Gtk",
495              "bool has_frame" : false,
496              "items" : [
497               {
498                "$ xns" : "Gtk",
499                "* prop" : "child",
500                "Gtk.Align halign" : "Gtk.Align.START",
501                "string label" : "Flexy - Include",
502                "string tooltip_text" : "Add a flexy include (for HTML templates)",
503                "xtype" : "Label"
504               }
505              ],
506              "listeners" : {
507               "clicked" : [
508                "  ( ) =>{",
509                "  \t_this.addpop.el.hide();",
510                " \t_this.view.popover.show(",
511                "\t\t_this.view.el, ",
512                "\t\t_this.node, ",
513                "\t\t new JsRender.NodeProp.prop(\"flexy:include\", \"string\", \"name_of_file.html\") ,",
514                "\t\t-1,  ",
515                "\t\ttrue",
516                "\t);",
517                "",
518                "  ",
519                "}"
520               ]
521              },
522              "xtype" : "Button"
523             },
524             {
525              "$ xns" : "Gtk",
526              "bool has_frame" : false,
527              "items" : [
528               {
529                "$ xns" : "Gtk",
530                "* prop" : "child",
531                "Gtk.Align halign" : "Gtk.Align.START",
532                "string label" : "Flexy - Foreach",
533                "string tooltip_text" : "Add a flexy foreach (for HTML templates)",
534                "xtype" : "Label"
535               }
536              ],
537              "listeners" : {
538               "clicked" : [
539                "  ( ) =>{",
540                "  \t_this.addpop.el.hide();",
541                " \t_this.view.popover.show(",
542                "\t\t_this.view.el, ",
543                "\t\t_this.node, ",
544                "\t\t new JsRender.NodeProp.prop(\"flexy:if\", \"string\", \"value_or_condition\") ,",
545                "\t\t-1,  ",
546                "\t\ttrue",
547                "\t);",
548                "  ",
549                "}"
550               ]
551              },
552              "tooltip_markup" : "Add a flexy include (for HTML templates)",
553              "xtype" : "Button"
554             }
555            ],
556            "xtype" : "Box"
557           }
558          ],
559          "xtype" : "Popover"
560         }
561        ],
562        "string label" : "Other",
563        "xtype" : "MenuButton"
564       }
565      ],
566      "xtype" : "Box"
567     },
568     {
569      "# bool editing" : false,
570      "$ shadow_type" : "Gtk.ShadowType.IN",
571      "$ xns" : "Gtk",
572      "* init" : [
573       "  {",
574       "  ",
575       "   this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);",
576       "}",
577       ""
578      ],
579      "bool hexpand" : true,
580      "bool vexpand" : true,
581      "id" : "EditProps",
582      "items" : [
583       {
584        "# Xcls_PopoverProperty popover" : "null",
585        "$ enable_tree_lines" : true,
586        "$ headers_visible" : true,
587        "$ xns" : "Gtk",
588        "* pack" : "set_child",
589        "bool hexpand" : true,
590        "bool show_row_separators" : true,
591        "bool single_click_activate" : false,
592        "bool vexpand" : true,
593        "id" : "view",
594        "items" : [
595         {
596          "$ xns" : "Gtk",
597          "* pack" : false,
598          "id" : "deletemenu",
599          "items" : [
600           {
601            "$ xns" : "Gtk",
602            "* prop" : "child",
603            "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
604            "int spacing" : 0,
605            "items" : [
606             {
607              "$ xns" : "Gtk",
608              "bool has_frame" : false,
609              "items" : [
610               {
611                "$ xns" : "Gtk",
612                "* prop" : "child",
613                "Gtk.Align halign" : "Gtk.Align.START",
614                "string label" : "Delete Property / Method",
615                "xtype" : "Label"
616               }
617              ],
618              "listeners" : {
619               "clicked" : [
620                "( ) => {",
621                "\t",
622                "",
623                "\tvar n = (JsRender.NodeProp) _this.selmodel.el.selected_item;",
624                "",
625                "\t_this.deletemenu.el.hide();",
626                "\t_this.node.remove_prop(n);",
627                "}",
628                ""
629               ]
630              },
631              "string label" : "Delete",
632              "xtype" : "Button"
633             }
634            ],
635            "xtype" : "Box"
636           }
637          ],
638          "xtype" : "Popover"
639         },
640         {
641          "$ xns" : "Gtk",
642          "listeners" : {
643           "pressed" : [
644            "(n_press, in_x, in_y) => {",
645            "",
646            "\tGLib.debug(\"Prssed %d\", (int)  this.el.get_current_button());",
647            "\t",
648            "\tvar col = _this.view.getColAt(in_x, in_y);",
649            "\tif (col != 0) {",
650            "\t\treturn;",
651            "\t}",
652            "\tstring pos;",
653            "\tvar row = _this.view.getRowAt(in_x, in_y, out pos);",
654            "\t",
655            "\tif (row < 0) {",
656            "\t\treturn;",
657            "",
658            "\t}",
659            "\tGLib.debug(\"hit row %d\", row);",
660            "\tvar prop = _this.selmodel.getPropAt(row);",
661            "\t_this.selmodel.selectProp(prop);",
662            "",
663            "\t//var point_at = _this.view.getWidgetAtRow(row);",
664            "\t",
665            "\t    \t// need to shift down, as ev.y does not inclucde header apparently..",
666            "     \t// or popover might be trying to do a central?",
667            "//\t _this.view.editPropertyDetails(prop, (int) in_y + 12); ",
668            "  \t _this.stop_editor();",
669            "     _this.view.popover.show(",
670            " \t\t\t_this.view.el, ",
671            " \t\t\t_this.node, prop,  ",
672            "\t\t (int)in_y);",
673            "    ",
674            "    ",
675            "      ",
676            "}",
677            ""
678           ]
679          },
680          "xtype" : "GestureClick"
681         },
682         {
683          "$ xns" : "Gtk",
684          "listeners" : {
685           "pressed" : [
686            "(n_press, in_x, in_y) => {",
687            "",
688            "\t",
689            "\t ",
690            "\tstring pos;",
691            "\tvar row = _this.view.getRowAt(in_x, in_y, out pos);",
692            "\t",
693            "\tif (row < 0) {",
694            "\t\treturn;",
695            "",
696            "\t}",
697            "\t",
698            "\t_this.stop_editor();",
699            "\tGLib.debug(\"hit row %d\", row);",
700            "\tvar prop = _this.selmodel.getPropAt(row);",
701            "\t_this.selmodel.selectProp(prop);",
702            "\t",
703            "\t",
704            "\t",
705            "\tGLib.debug(\"Prssed %d\", (int)  this.el.get_current_button());",
706            "\t//_this.deletemenu.el.set_parent(_this.view.el);",
707            "\tif (_this.deletemenu.el.parent == null) {",
708            "\t\t_this.deletemenu.el.set_parent(_this.main_window.el);",
709            "\t}",
710            "\t",
711            "\t",
712            "\t ",
713            "\t_this.deletemenu.el.set_offset(",
714            "\t\t\t(int)in_x  - _this.view.el.get_width() ,",
715            "\t\t\t(int)in_y - _this.view.el.get_height()",
716            "\t\t);",
717            "\t_this.deletemenu.el.set_position(Gtk.PositionType.BOTTOM); ",
718            "    _this.deletemenu.el.popup();",
719            "      ",
720            "}",
721            ""
722           ]
723          },
724          "uint button" : 3,
725          "xtype" : "GestureClick"
726         },
727         {
728          "$ xns" : "Gtk",
729          "* prop" : "model",
730          "bool can_unselect" : true,
731          "id" : "selmodel",
732          "items" : [
733           {
734            "$ xns" : "GLib",
735            "* ctor" : "new GLib.ListStore(typeof(JsRender.NodeProp))",
736            "* prop" : "model",
737            "id" : "model",
738            "xtype" : "ListStore"
739           }
740          ],
741          "xtype" : "SingleSelection",
742          "| JsRender.NodeProp getPropAt" : [
743           "(uint row) {",
744           "",
745           "\treturn   (JsRender.NodeProp) this.el.get_item(row);",
746           "",
747           "\t ",
748           "}"
749          ],
750          "| int propToRow" : [
751           "(JsRender.NodeProp prop) {",
752           "\tfor (var i = 0 ; i < this.el.n_items; i++) {",
753           "\t\tvar r = (JsRender.NodeProp)this.el.get_item(i);",
754           "\t\tif (r.equals(prop)) {",
755           "\t\t\treturn i;",
756           "\t\t\t",
757           "\t\t}",
758           "\t}",
759           "\treturn -1;",
760           "\t ",
761           "}"
762          ],
763          "| void selectProp" : [
764           "(JsRender.NodeProp prop) {",
765           "\tfor (var i = 0 ; i < this.el.n_items; i++) {",
766           "\t\tvar r = (JsRender.NodeProp)this.el.get_item(i);",
767           "\t\tif (r.equals(prop)) {",
768           "\t\t\tthis.el.selected = i;",
769           "\t\t\treturn;",
770           "\t\t}",
771           "\t}",
772           "\t ",
773           "}"
774          ],
775          "| void startEditing" : [
776           "(JsRender.NodeProp prop) {",
777           "\t// should we call select?? - caller does int (from windowstate)",
778           "\t",
779           "}"
780          ]
781         },
782         {
783          "$ xns" : "Gtk",
784          "* pack" : "append_column",
785          "bool expand" : true,
786          "bool resizable" : true,
787          "id" : "keycol",
788          "items" : [
789           {
790            "$ xns" : "Gtk",
791            "* prop" : "factory",
792            "listeners" : {
793             "bind" : [
794              "(listitem) => {",
795              " var lb = (Gtk.Label) ((Gtk.ListItem)listitem).get_child();",
796              " var item = (JsRender.NodeProp) ((Gtk.ListItem)listitem).get_item();",
797              "",
798              "",
799              "item.bind_property(\"to_display_name_prop\",",
800              "                    lb, \"label\",",
801              "                   GLib.BindingFlags.SYNC_CREATE);",
802              "item.bind_property(\"to_tooltip_name_prop\",",
803              "                    lb, \"tooltip_markup\",",
804              "                   GLib.BindingFlags.SYNC_CREATE);",
805              "// was item (1) in old layout",
806              " ",
807              "",
808              "}",
809              ""
810             ],
811             "setup" : [
812              "(listitem) => {",
813              "\tvar lbl = new Gtk.Label(\"\");",
814              " \t((Gtk.ListItem)listitem).set_child(lbl);",
815              " \tlbl.justify = Gtk.Justification.LEFT;",
816              " \tlbl.xalign = 1;",
817              " \tlbl.use_markup = true;",
818              "\tlbl.ellipsize = Pango.EllipsizeMode.START;",
819              " \t/*lbl.changed.connect(() => {",
820              "\t\t// notify and save the changed value...",
821              "\t \t//var prop = (JsRender.NodeProp) ((Gtk.ListItem)listitem.get_item());",
822              "         ",
823              "        //prop.val = lbl.text;",
824              "        //_this.updateIter(iter,prop);",
825              "        _this.changed();",
826              "\t});",
827              "\t*/",
828              "\t((Gtk.ListItem)listitem).activatable = true;",
829              "}",
830              ""
831             ]
832            },
833            "xtype" : "SignalListItemFactory"
834           }
835          ],
836          "title" : "Property",
837          "xtype" : "ColumnViewColumn"
838         },
839         {
840          "$ xns" : "Gtk",
841          "* pack" : "append_column",
842          "bool expand" : true,
843          "bool resizable" : true,
844          "id" : "valcol",
845          "items" : [
846           {
847            "$ xns" : "Gtk",
848            "* prop" : "factory",
849            "bool is_setting" : false,
850            "listeners" : {
851             "bind" : [
852              "(listitem) => {",
853              "\t this.is_setting = true;",
854              "",
855              "",
856              "\tvar bx = (Gtk.Box) ((Gtk.ListItem)listitem).get_child();",
857              " ",
858              "\t",
859              "\t",
860              "\t",
861              "\tvar elbl = (Gtk.EditableLabel)bx.get_first_child();",
862              "\tvar lbl = (Gtk.Label) elbl.get_next_sibling();",
863              "\tvar cb  = (Gtk.DropDown) lbl.get_next_sibling();",
864              "\t// decide if it's a combo or editable text..",
865              "\tvar model = (Gtk.StringList) cb.model;",
866              " ",
867              "\telbl.hide();",
868              "\tlbl.hide();",
869              "\tcb.hide();",
870              "\t",
871              "\tvar prop = (JsRender.NodeProp) ((Gtk.ListItem)listitem).get_item();",
872              "\t//GLib.debug(\"prop = %s\", prop.get_type().name());",
873              "\t//GLib.debug(\"prop.val = %s\", prop.val);",
874              "\t//GLib.debug(\"prop.key = %s\", prop.to_display_name());",
875              "\t ",
876              "    var use_textarea =  prop.useTextArea();",
877              "    ",
878              "    ",
879              "    var pal = _this.file.project.palete;",
880              "        ",
881              "    string[] opts;",
882              "    var has_opts = pal.typeOptions(_this.node.fqn(), prop.name, prop.rtype, out opts);",
883              "    ",
884              "    if (!has_opts && prop.ptype == JsRender.NodePropType.RAW) {",
885              "      \tuse_textarea = true;",
886              "    }",
887              "    ",
888              "    ",
889              "    if (use_textarea) {",
890              "    \tprop.bind_property(\"val_short\",",
891              "                    lbl, \"label\",",
892              "                   GLib.BindingFlags.SYNC_CREATE);",
893              "        prop.bind_property(\"val_tooltip\",",
894              "                    lbl, \"tooltip_markup\",",
895              "                   GLib.BindingFlags.SYNC_CREATE);",
896              "        lbl.show();",
897              "\t\tthis.is_setting = false;        ",
898              "        return;",
899              "    \t",
900              "    }",
901              "     ",
902              "        ",
903              "        ",
904              "        ",
905              "        ",
906              "        // others... - fill in options for true/false?",
907              "           // GLib.debug (ktype.up());",
908              "    if (has_opts) {",
909              "\t",
910              "\t\twhile(model.get_n_items() > 0) {",
911              "\t\t\tmodel.remove(0);",
912              "\t\t}",
913              "\t\tcb.show();",
914              " \t\t// can not remove - hopefully always empty.",
915              "\t\tvar sel = -1;",
916              "\t\tfor(var i = 0; i < opts.length; i ++) {",
917              "\t\t\tmodel.append( opts[i]);",
918              "\t\t\t// not sure this is a great idea... ",
919              "\t\t\tif (opts[i].down() == prop.val.down()) {",
920              "\t\t\t\tsel = i;",
921              "\t\t\t}",
922              "\t\t}",
923              "\t\tGLib.debug(\"Set selected item to %d\", sel);",
924              "\t\tcb.set_selected(sel > -1 ? sel : Gtk.INVALID_LIST_POSITION); ",
925              "\t\tthis.is_setting = false;        ",
926              "\t\treturn ;",
927              "    }",
928              "                                  ",
929              "\t// see if type is a Enum.",
930              "\t// triggers a changed event",
931              " ",
932              "\telbl.set_text(prop.val);",
933              " ",
934              "\telbl.show();",
935              "\tthis.is_setting = false;        \t\t ",
936              "\t",
937              "\t",
938              "\t",
939              " ",
940              "",
941              "}",
942              ""
943             ],
944             "setup" : [
945              "(listitem) => {",
946              "\tvar hb = new Gtk.Box(Gtk.Orientation.HORIZONTAL,0);",
947              "\tvar elbl  = new Gtk.EditableLabel(\"\");",
948              "\telbl.hexpand = true;",
949              "\thb.append(elbl);",
950              "\tvar lbl  = new Gtk.Label(\"\");",
951              "\thb.append(lbl);",
952              "\tlbl.hexpand = true;",
953              "\tlbl.use_markup = true;",
954              "\tlbl.xalign =0;",
955              "\tlbl.ellipsize = Pango.EllipsizeMode.END;",
956              "\tvar cb = new Gtk.DropDown(new Gtk.StringList({}), null);",
957              "\tcb.hexpand = true;",
958              " ",
959              "\thb.append(cb);",
960              "\t((Gtk.ListItem)listitem).set_child(hb);",
961              "\t ",
962              "\t var ef = new Gtk.EventControllerFocus();",
963              "\t ef.enter.connect(() => {",
964              " \t\t _this.stop_editor();",
965              " \t\t  var prop = (JsRender.NodeProp)((Gtk.ListItem)listitem).get_item();",
966              "\t\t _this.selmodel.selectProp(prop);\t\t",
967              "\t });",
968              "\t elbl.add_controller(ef);",
969              "\t ",
970              "\t ",
971              "\t  // dropdown??? - stop editing, and highliht node",
972              "\t var tb = (Gtk.ToggleButton) cb.get_first_child();",
973              "\t tb.clicked.connect(() => {",
974              "\t\t var prop = (JsRender.NodeProp)((Gtk.ListItem)listitem).get_item();",
975              "\t\t\t",
976              "\t \t _this.stop_editor();",
977              "\t \t _this.selmodel.selectProp(prop);",
978              "\t \t ",
979              "\t });",
980              " \telbl.changed.connect(() => {",
981              "\t\t// notify and save the changed value...",
982              "\t \t",
983              "        //_this.updateIter(iter,prop);",
984              "        // this should happen automatically",
985              "        ",
986              "        if (!_this.loading && !this.is_setting) {",
987              "\t\t    var prop = (JsRender.NodeProp)((Gtk.ListItem)listitem).get_item();",
988              "\t\t\t ",
989              "\t\t ",
990              "\t\t    prop.val = elbl.text;",
991              "        \t GLib.debug(\"calling changed\");",
992              "\t        _this.changed();",
993              "\t       ",
994              "        }",
995              "        ",
996              "\t});",
997              "\t",
998              "\t",
999              "\tcb.notify[\"selected\"].connect(() => {",
1000              "\t\t// dropdown selection changed.",
1001              "\t\t",
1002              "\t\t",
1003              "\t\t",
1004              "        //_this.updateIter(iter,prop);",
1005              "        if (!_this.loading && !this.is_setting) {",
1006              "\t\t    var prop = (JsRender.NodeProp)((Gtk.ListItem)listitem).get_item();",
1007              "\t\t    var model = (Gtk.StringList)cb.model;",
1008              "\t\t    prop.val =   model.get_string(cb.selected);",
1009              "\t\t    GLib.debug(\"property set to %s\", prop.val);",
1010              "        \tGLib.debug(\"calling changed\");",
1011              "\t        _this.changed();",
1012              "\t         ",
1013              "        }",
1014              "        ",
1015              "\t\t",
1016              "\t});",
1017              "\tvar gc = new Gtk.GestureClick();",
1018              "\tlbl.add_controller(gc);",
1019              "\tgc.pressed.connect(() => {",
1020              "\t \tvar prop = (JsRender.NodeProp)((Gtk.ListItem)listitem).get_item();",
1021              "\t\t _this.stop_editor();",
1022              "\t    _this.show_editor(_this.file, prop.parent, prop);",
1023              "\t});",
1024              "\t  ",
1025              "\t",
1026              "\t",
1027              "}",
1028              ""
1029             ]
1030            },
1031            "xtype" : "SignalListItemFactory"
1032           }
1033          ],
1034          "title" : "Value",
1035          "xtype" : "ColumnViewColumn"
1036         },
1037         {
1038          "$ xns" : "Gtk",
1039          "* pack" : false,
1040          "id" : "ContextMenu",
1041          "items" : [
1042           {
1043            "$ xns" : "Gtk",
1044            "* prop" : "child",
1045            "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
1046            "int spacing" : 0,
1047            "items" : [
1048             {
1049              "$ xns" : "Gtk",
1050              "label" : "Delete",
1051              "listeners" : {
1052               "activate" : [
1053                "  ( )  =>{",
1054                "\t_this.deleteSelected();",
1055                "\t",
1056                "}"
1057               ]
1058              },
1059              "xtype" : "Button"
1060             }
1061            ],
1062            "xtype" : "Box"
1063           }
1064          ],
1065          "xtype" : "Popover"
1066         }
1067        ],
1068        "string name" : "leftprops-view",
1069        "xtype" : "ColumnView",
1070        "| Gtk.Widget? getWidgetAtRow" : [
1071         "(uint row) {",
1072         "/*",
1073         "    \t",
1074         "from    \thttps://discourse.gnome.org/t/gtk4-finding-a-row-data-on-gtkcolumnview/8465",
1075         "    \tvar colview = gesture.widget;",
1076         "    \tvar line_no = check_list_widget(colview, x,y);",
1077         "         if (line_no > -1) {",
1078         "    \t\tvar item = colview.model.get_item(line_no);",
1079         "    \t\t ",
1080         "    \t}",
1081         "    \t*/",
1082         "\t\t//GLib.debug(\"Get Widget At Row %d\", (int)row);",
1083         "        var  child = this.el.get_first_child(); ",
1084         "    \tvar line_no = -1; ",
1085         "    \tvar reading_header = true;",
1086         "",
1087         "    \twhile (child != null) {",
1088         "\t\t\t//GLib.debug(\"Got %s\", child.get_type().name());",
1089         "    \t    if (reading_header) {",
1090         "\t\t\t ",
1091         "\t\t\t   ",
1092         "\t\t\t\tif (child.get_type().name() != \"GtkColumnListView\") {",
1093         "\t\t\t\t\tchild = child.get_next_sibling();",
1094         "\t\t\t\t\tcontinue;",
1095         "\t\t\t\t}",
1096         "\t\t\t\tchild = child.get_first_child(); ",
1097         "\t\t\t\treading_header = false;",
1098         "\t\t\t\tcontinue;",
1099         "\t        }",
1100         "\t\t    if (child.get_type().name() != \"GtkColumnViewRowWidget\") {",
1101         "    \t\t    child = child.get_next_sibling();",
1102         "    \t\t    continue;",
1103         "\t\t    }",
1104         "\t\t    line_no++;",
1105         "\t\t\tif (line_no == row) {",
1106         "\t\t\t\t//GLib.debug(\"Returning widget %s\", child.get_type().name());",
1107         "\t\t\t    return (Gtk.Widget)child;",
1108         "\t\t    }",
1109         "\t        child = child.get_next_sibling(); ",
1110         "    \t}",
1111         "\t\t//GLib.debug(\"Rturning null\");",
1112         "        return null;",
1113         "",
1114         " }"
1115        ],
1116        "| int getColAt" : [
1117         "(double x,  double y) {",
1118         "/*",
1119         "    \t",
1120         "from    \thttps://discourse.gnome.org/t/gtk4-finding-a-row-data-on-gtkcolumnview/8465",
1121         "    \t  ",
1122         "    \t*/",
1123         "\t\t//Gtk.Allocation alloc = { 0, 0, 0, 0 };",
1124         "        var  child = this.el.get_first_child(); ",
1125         "    \t ",
1126         "    \tvar col = 0;",
1127         "    \tvar offx = 0;",
1128         "    \twhile (child != null) {",
1129         "\t\t\tGLib.debug(\"Got %s\", child.get_type().name());",
1130         "\t\t\t",
1131         "\t\t\tif (child.get_type().name() == \"GtkColumnViewRowWidget\") {",
1132         "\t\t\t\tchild = child.get_first_child();",
1133         "\t\t\t\tcontinue;",
1134         "\t\t\t}",
1135         "\t\t\t",
1136         "\t\t\t//child.get_allocation(out alloc);",
1137         "\t\t\tif (x <  (child.get_width() + offx)) {",
1138         "\t\t\t\treturn col;",
1139         "\t\t\t}",
1140         "\t\t\toffx += child.get_width();",
1141         "\t\t\tcol++;",
1142         "\t\t\tchild = child.get_next_sibling();",
1143         "\t\t}",
1144         "    \t     ",
1145         "\t\t\t  ",
1146         "        return -1;",
1147         "",
1148         " }"
1149        ],
1150        "| int getRowAt" : [
1151         "(double x,  double  y, out string pos) {",
1152         "",
1153         "\tpos = \"\";",
1154         "\tvar w = this.el.pick(x, y, Gtk.PickFlags.DEFAULT);",
1155         "\t//GLib.debug(\"got widget %s\", w == null ? \"nothing\" : w.get_type().name());",
1156         "\tif (w == null) {",
1157         "\t\treturn -1;",
1158         "\t}",
1159         "\t",
1160         "\tvar row= w.get_ancestor(GLib.Type.from_name(\"GtkColumnViewRowWidget\"));",
1161         "\tif (row == null) {",
1162         "\t\treturn -1;",
1163         "\t}",
1164         "\t",
1165         "\t//GLib.debug(\"got colview %s\", row == null ? \"nothing\" : row.get_type().name());",
1166         "\t ",
1167         "\tvar rn = 0;",
1168         "\tvar cr = row;",
1169         "\t ",
1170         "\twhile (cr.get_prev_sibling() != null) {",
1171         "\t\trn++;",
1172         "\t\tcr = cr.get_prev_sibling();",
1173         "\t}",
1174         "\t",
1175         "\t//GLib.debug(\"row number is %d\", rn);",
1176         "\t//GLib.debug(\"click %d, %d\", (int)x, (int)y);",
1177         "\t// above or belw",
1178         "\tGraphene.Rect  bounds;",
1179         "\trow.compute_bounds(this.el, out bounds);",
1180         "\t//GLib.debug(\"click x=%d, y=%d, w=%d, h=%d\", ",
1181         "\t//\t(int)bounds.get_x(), (int)bounds.get_y(),",
1182         "\t//\t(int)bounds.get_width(), (int)bounds.get_height()",
1183         "\t//\t);",
1184         "\tvar ypos = y - bounds.get_y();",
1185         "\t//GLib.debug(\"rel ypos = %d\", (int)ypos);\t",
1186         "\tvar rpos = 100.0 * (ypos / bounds.get_height());",
1187         "\t//GLib.debug(\"rel pos = %d %%\", (int)rpos);",
1188         "\tpos = \"over\";",
1189         "\t",
1190         "\tif (rpos > 80) {",
1191         "\t\tpos = \"below\";",
1192         "\t} else if (rpos < 20) {",
1193         "\t\tpos = \"above\";",
1194         "\t} ",
1195         "\treturn rn;",
1196         " }"
1197        ],
1198        "| void editProp" : [
1199         "(JsRender.NodeProp prop) ",
1200         "{",
1201         "\tvar sm = _this.selmodel.el;",
1202         " ",
1203         "\t\tvar sr = -1;",
1204         "\t\tGLib.debug(\"finding node\");",
1205         "\t\t_this.selmodel.selectProp(prop);",
1206         "\t\t",
1207         "\t\tfor (var i = 0 ; i < sm.n_items; i++) {",
1208         "\t\t\tvar r = (JsRender.NodeProp)sm.get_item(i);",
1209         "\t\t\tif (r.equals(prop)) {",
1210         "\t\t\t\tsr = i;",
1211         "\t\t\t\tbreak;",
1212         "\t\t\t}",
1213         "\t\t}",
1214         "\t\tif (sr < 0) {",
1215         "\t\t\tGLib.debug(\"finding node - cant find it\");",
1216         "\t\t\t \t\t",
1217         "\t\t\treturn;",
1218         "\t\t}",
1219         "\t\tvar r = this.getWidgetAtRow(sr);",
1220         "\t\tGLib.debug(\"r = %s\", r.get_type().name());",
1221         "\t\tvar ca = r.get_first_child();",
1222         "\t\tvar ll = (Gtk.Label)ca.get_first_child();",
1223         "\t\tvar cb = ca.get_next_sibling();",
1224         "\t\tvar b = cb.get_first_child();",
1225         "\t\tvar e = (Gtk.EditableLabel) b.get_first_child();",
1226         "\t\tvar l = (Gtk.Label) e.get_next_sibling();",
1227         "\t\tvar d = (Gtk.DropDown) l.get_next_sibling();",
1228         "\t\t",
1229         "\t\tGLib.debug(\"row key = %s\", ll.label);",
1230         "\t\tif (e.get_visible()) {",
1231         "\t\t\t_this.stop_editor();",
1232         "\t\t\te.start_editing();",
1233         "\t\t\t//GLib.Timeout.add_once(500, () => {",
1234         "\t\t\t//\tvar st = (Gtk.Stack) e.get_first_child();",
1235         "\t\t\t//\tvar ed = (Gtk.Entry) st.get_visible_child();",
1236         "\t\t\t//\ted.grab_focus_without_selecting();",
1237         "\t\t\t//});",
1238         "\t\t\treturn;",
1239         "\t\t}",
1240         "\t\tif (d.get_visible()) {",
1241         "\t\t\t_this.stop_editor();",
1242         "\t\t\td.activate();",
1243         "\t\t\treturn;",
1244         "\t\t}",
1245         "\t\tif (l.get_visible()) {",
1246         "\t\t \t_this.stop_editor();",
1247         "\t    \t_this.show_editor(_this.file, prop.parent, prop);",
1248         "\t\t",
1249         "\t\t}",
1250         "\t\t",
1251         "\t\t",
1252         "\t\t",
1253         "\t\t//gtkcolumnviewrowwidget",
1254         "\t\t  // cell widet",
1255         "\t\t  // cell widget",
1256         "\t\t  \t// box",
1257         "\t\t  \t\t// entry / label / dropdown",
1258         "\t\t \t\t",
1259         "\t\t ",
1260         "}"
1261        ]
1262       }
1263      ],
1264      "xtype" : "ScrolledWindow"
1265     }
1266    ],
1267    "xtype" : "Box",
1268    "| string keyFormat" : [
1269     "(string val, string type) {",
1270     "    ",
1271     "    // Glib.markup_escape_text(val);",
1272     "",
1273     "    if (type == \"listener\") {",
1274     "        return \"<span font_weight=\\\"bold\\\" color=\\\"#660000\\\">\" + ",
1275     "            GLib.Markup.escape_text(val) +",
1276     "             \"</span>\";",
1277     "    }",
1278     "    // property..",
1279     "    if (val.length < 1) {",
1280     "        return \"<span  color=\\\"#FF0000\\\">--empty--</span>\";",
1281     "    }",
1282     "    ",
1283     "    //@ = signal",
1284     "    //$ = property with ",
1285     "    //# - object properties",
1286     "    //* = special",
1287     "    // all of these... - display value is last element..",
1288     "    var ar = val.strip().split(\" \");",
1289     "    ",
1290     "    ",
1291     "    var dval = GLib.Markup.escape_text(ar[ar.length-1]);",
1292     "    ",
1293     "    ",
1294     "    ",
1295     "    ",
1296     "    switch(val[0]) {",
1297     "        case '@': // signal // just bold balck?",
1298     "            if (dval[0] == '@') {",
1299     "                dval = dval.substring(1);",
1300     "            }",
1301     "        ",
1302     "            return @\"<span  font_weight=\\\"bold\\\">@ $dval</span>\";        ",
1303     "        case '#': // object properties?",
1304     "            if (dval[0] == '#') {",
1305     "                dval = dval.substring(1);",
1306     "            }",
1307     "            return @\"<span  font_weight=\\\"bold\\\">$dval</span>\";",
1308     "        case '*': // special",
1309     "            if (dval[0] == '*') {",
1310     "                dval = dval.substring(1);",
1311     "            }",
1312     "            return @\"<span   color=\\\"#0000CC\\\" font_weight=\\\"bold\\\">$dval</span>\";            ",
1313     "        case '$':",
1314     "            if (dval[0] == '$') {",
1315     "                dval = dval.substring(1);",
1316     "            }",
1317     "            return @\"<span   style=\\\"italic\\\">$dval</span>\";",
1318     "       case '|': // user defined methods",
1319     "            if (dval[0] == '|') {",
1320     "                dval = dval.substring(1);",
1321     "            }",
1322     "            return @\"<span color=\\\"#008000\\\" font_weight=\\\"bold\\\">$dval</span>\";",
1323     "            ",
1324     "              ",
1325     "            ",
1326     "        default:",
1327     "            return dval;",
1328     "    }",
1329     "      ",
1330     "    ",
1331     "",
1332     "}"
1333    ],
1334    "| string keySortFormat" : [
1335     "(string key) {",
1336     "    // listeners first - with 0",
1337     "    // specials",
1338     "    if (key[0] == '*') {",
1339     "        return \"1 \" + key;",
1340     "    }",
1341     "    // functions",
1342     "    ",
1343     "    var bits = key.split(\" \");",
1344     "    ",
1345     "    if (key[0] == '|') {",
1346     "        return \"2 \" + bits[bits.length -1];",
1347     "    }",
1348     "    // signals",
1349     "    if (key[0] == '@') {",
1350     "        return \"3 \" + bits[bits.length -1];",
1351     "    }",
1352     "        ",
1353     "    // props",
1354     "    if (key[0] == '#') {",
1355     "        return \"4 \" + bits[bits.length -1];",
1356     "    }",
1357     "    // the rest..",
1358     "    return \"5 \" + bits[bits.length -1];    ",
1359     "",
1360     "",
1361     "",
1362     "}"
1363    ],
1364    "| void deleteSelected" : [
1365     " () {",
1366     "    ",
1367     "\t\treturn;",
1368     "\t\t/*",
1369     "        ",
1370     "        Gtk.TreeIter iter;",
1371     "        Gtk.TreeModel mod;",
1372     "        ",
1373     "        var s = this.view.el.get_selection();",
1374     "        s.get_selected(out mod, out iter);",
1375     "             ",
1376     "              ",
1377     "        GLib.Value gval;",
1378     "        mod.get_value(iter, 0 , out gval);",
1379     "        var prop = (JsRender.NodeProp)gval;",
1380     "        if (prop == null) {",
1381     "\t        this.load(this.file, this.node);    ",
1382     "        \treturn;",
1383     "    \t}",
1384     "    \t// stop editor after fetching property - otherwise prop is null.",
1385     "        this.stop_editor();",
1386     "        ",
1387     "            \t",
1388     "        switch(prop.ptype) {",
1389     "            case JsRender.NodePropType.LISTENER:",
1390     "                this.node.listeners.unset(prop.to_index_key());",
1391     "                break;",
1392     "                ",
1393     "            default:",
1394     "                this.node.props.unset(prop.to_index_key());",
1395     "                break;",
1396     "        }",
1397     "        this.load(this.file, this.node);",
1398     "        ",
1399     "        _this.changed();",
1400     "        */",
1401     "}"
1402    ],
1403    "| void load" : [
1404     "(JsRender.JsRender file, JsRender.Node? node) ",
1405     "{",
1406     "\t// not sure when to initialize this - we should do it on setting main window really.    ",
1407     "\t",
1408     "\tthis.loading = true;",
1409     "    if (this.view.popover == null) {",
1410     " \t\t   this.view.popover = new Xcls_PopoverProperty();",
1411     " \t\t   this.view.popover.mainwindow = _this.main_window;",
1412     "\t}",
1413     "    ",
1414     "    ",
1415     "    if (this.node != null) {",
1416     "    \tthis.node.dupeProps(); // ensures removeall will not do somethign silly",
1417     "    \t",
1418     "    }",
1419     "    ",
1420     "    GLib.debug(\"load leftprops\\n\");",
1421     "",
1422     "    this.node = node;",
1423     "    this.file = file;",
1424     "    ",
1425     " ",
1426     "    this.model.el.remove_all();",
1427     "              ",
1428     "    //this.get('/RightEditor').el.hide();",
1429     "    if (node ==null) {",
1430     "        return ;",
1431     "    }",
1432     "",
1433     "    node.loadProps(this.model.el, _this.main_window.windowstate.project); ",
1434     "    ",
1435     "    ",
1436     "   //GLib.debug(\"clear selection\\n\");",
1437     "   ",
1438     "   \tthis.loading = false;",
1439     "    this.selmodel.el.set_selected(Gtk.INVALID_LIST_POSITION);",
1440     "    this.updateErrors();",
1441     "   // clear selection?",
1442     "  //this.model.el.set_sort_column_id(4,Gtk.SortType.ASCENDING); // sort by real key..",
1443     "   ",
1444     "   // this.view.el.get_selection().unselect_all();",
1445     "   ",
1446     "  // _this.keycol.el.set_max_width(_this.EditProps.el.get_allocated_width()/ 2);",
1447     "  // _this.valcol.el.set_max_width(_this.EditProps.el.get_allocated_width()/ 2);",
1448     "   ",
1449     "}",
1450     ""
1451    ],
1452    "| void removeErrors" : [
1453     "() {",
1454     "\t\tif (this.error_widgets == null || this.error_widgets.size < 1) {",
1455     " \t\treturn;",
1456     "\t}",
1457     "\tforeach(var child in this.error_widgets) {",
1458     "\t",
1459     "\t\tif (child.has_css_class(\"node-err\")) {",
1460     "\t\t\tchild.remove_css_class(\"node-err\");",
1461     "\t\t}",
1462     "\t\tif (child.has_css_class(\"node-warn\")) {",
1463     "\t\t\tchild.remove_css_class(\"node-warn\");",
1464     "\t\t}",
1465     "\t\t",
1466     "\t\tif (child.has_css_class(\"node-depr\")) {",
1467     "\t\t\tchild.remove_css_class(\"node-depr\");",
1468     "\t\t}",
1469     "\t}",
1470     "\tthis.error_widgets  = null;",
1471     "\treturn;",
1472     "\t//GLib.debug(\"Rturning null\");",
1473     "     ",
1474     "}"
1475    ],
1476    "| void updateErrors" : [
1477     "() {",
1478     "\tvar file = this.file;",
1479     "\tif (file == null) {",
1480     "\t\treturn;",
1481     "\t}",
1482     "\tvar ar = file.getErrors();",
1483     "\tif (ar == null || ar.size < 1) {",
1484     "\t\tif (this.last_error_counter != file.error_counter) {",
1485     "\t\t\tthis.removeErrors();",
1486     "\t\t}",
1487     "",
1488     "\t\tthis.last_error_counter = file.error_counter ;",
1489     "",
1490     "\t\treturn;",
1491     "\t}",
1492     " \tif (this.last_error_counter == file.error_counter) {",
1493     "\t\treturn;",
1494     "\t}",
1495     "\tthis.removeErrors();",
1496     "\tthis.error_widgets = new Gee.ArrayList<Gtk.Widget>();",
1497     "\tforeach(var diag in ar) { ",
1498     "\t",
1499     "\t\t ",
1500     "//        print(\"get inter\\n\");",
1501     "\t    var node = file.lineToNode( (int)diag.range.start.line) ;",
1502     "\t    if (node == null || this.node == null || node.oid != this.node.oid) {",
1503     "\t    \tcontinue;",
1504     "    \t}",
1505     "    \tvar prop = node.lineToProp( (int)diag.range.start.line) ;",
1506     "    \tif (prop == null) {",
1507     "    \t\tcontinue;",
1508     "\t\t}",
1509     "    \tvar row = _this.selmodel.propToRow(prop);",
1510     "    \tif (row < 0) {",
1511     "    \t\tcontinue;",
1512     "\t\t}",
1513     "    \tvar w = this.view.getWidgetAtRow(row);",
1514     "    \tif (w == null) {",
1515     "    \t\treturn;",
1516     "\t\t}",
1517     "",
1518     "\t\t",
1519     "  \t\tvar ed = diag.category.down();",
1520     "\t\tif (ed != \"err\" && w.has_css_class(\"node-err\")) {",
1521     "\t\t\tcontinue;",
1522     "\t\t}",
1523     "\t\tthis.error_widgets.add(w);\t\t",
1524     "\t\tif (ed == \"err\" && w.has_css_class(\"node-warn\")) {",
1525     "\t\t\tw.remove_css_class(\"node-warn\");",
1526     "\t\t}",
1527     "\t\tif (ed == \"err\" && w.has_css_class(\"node-depr\")) {",
1528     "\t\t\tw.remove_css_class(\"node-depr\");",
1529     "\t\t}",
1530     "\t\tif (!w.has_css_class(\"node-\"+ ed)) {",
1531     "\t\t\tw.add_css_class(\"node-\" + ed);",
1532     "\t\t}",
1533     "\t\t",
1534     "\t}",
1535     "\t",
1536     "}"
1537    ]
1538   }
1539  ],
1540  "name" : "WindowLeftProps"
1541 }