eafb5200025b4bfcf41378646aa970ea67796f6d
[roobuilder] / src / Builder4 / Editor.bjs
1 {
2  "build_module" : "builder",
3  "gen_extended" : false,
4  "items" : [
5   {
6    "# GtkSource.SearchContext searchcontext" : "null",
7    "# JsRender.JsRender? file" : "null",
8    "# JsRender.Node node" : "null",
9    "# JsRender.NodeProp? prop" : "null",
10    "# Xcls_MainWindow window" : "null",
11    "# bool dirty" : false,
12    "# bool pos" : false,
13    "# int last_error_counter" : 0,
14    "# int pos_root_x" : "",
15    "# int pos_root_y" : "",
16    "# string activeEditor" : "\"\"",
17    "$ homogeneous" : false,
18    "$ xns" : "Gtk",
19    "@ void save" : "()",
20    "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
21    "bool hexpand" : true,
22    "bool vexpand" : true,
23    "int last_search_end" : 0,
24    "items" : [
25     {
26      "$ xns" : "Gtk",
27      "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
28      "items" : [
29       {
30        "$ xns" : "Gtk",
31        "* prop" : "start_child",
32        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
33        "int spacing" : 0,
34        "items" : [
35         {
36          "$ homogeneous" : false,
37          "$ xns" : "Gtk",
38          "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
39          "bool hexpand" : true,
40          "items" : [
41           {
42            "$ xns" : "Gtk",
43            "id" : "save_button",
44            "label" : "Save",
45            "listeners" : {
46             "clicked" : [
47              " () => { ",
48              "    _this.saveContents();",
49              "}",
50              "  "
51             ]
52            },
53            "xtype" : "Button"
54           },
55           {
56            "$ xns" : "Gtk",
57            "bool hexpand" : true,
58            "xtype" : "Label"
59           },
60           {
61            "$ xns" : "Gtk",
62            "* ctor" : "new Gtk.Scale.with_range (Gtk.Orientation.HORIZONTAL,6, 30, 1)",
63            "* init" : [
64             "{",
65             "\t//this.el.set_range(6,30);",
66             " \tthis.el.set_value ( BuilderApplication.settings.editor_font_size);",
67             " \tBuilderApplication.settings.editor_font_size_updated.connect(",
68             " \t\t() => {",
69             " \t\t\tBuilderApplication.settings.editor_font_size_inchange = true;",
70             " \t\t//\tGLib.debug(\"update range\");",
71             " \t\t \tthis.el.set_value (BuilderApplication.settings.editor_font_size);",
72             " \t\t \tBuilderApplication.settings.editor_font_size_inchange = false;",
73             " \t\t}",
74             "\t);",
75             "\t",
76             " ",
77             "}",
78             ""
79            ],
80            "bool draw_value" : false,
81            "bool has_origin" : true,
82            "bool sensitive" : true,
83            "int digits" : 0,
84            "int width_request" : 200,
85            "listeners" : {
86             "change_value" : [
87              "(st, val ) => {",
88              "\tif (BuilderApplication.settings.editor_font_size_inchange) {",
89              "\t\treturn false;",
90              "\t}",
91              "  \tBuilderApplication.settings.editor_font_size = val;",
92              " \treturn false;",
93              "}"
94             ]
95            },
96            "xtype" : "Scale"
97           },
98           {
99            "$ xns" : "Gtk",
100            "id" : "close_btn",
101            "items" : [
102             {
103              "$ xns" : "Gtk",
104              "* prop" : "child",
105              "Gtk.IconSize icon_size" : "Gtk.IconSize.NORMAL",
106              "string icon_name" : "window-close",
107              "xtype" : "Image"
108             }
109            ],
110            "listeners" : {
111             "clicked" : [
112              " () => { ",
113              "    _this.saveContents();",
114              "    _this.window.windowstate.switchState(WindowState.State.PREVIEW);",
115              "}",
116              "  "
117             ]
118            },
119            "string icon_name" : "window-close",
120            "xtype" : "Button"
121           }
122          ],
123          "xtype" : "Box"
124         },
125         {
126          "$ xns" : "Gtk",
127          "Gtk.PolicyType hscrollbar_policy" : "Gtk.PolicyType.AUTOMATIC",
128          "Gtk.PolicyType vscrollbar_policy" : "Gtk.PolicyType.AUTOMATIC",
129          "bool overlay_scrolling" : false,
130          "bool vexpand" : true,
131          "id" : "RightEditor",
132          "items" : [
133           {
134            "# Gtk.CssProvider css" : "null",
135            "$ gboolean auto_indent" : true,
136            "$ xns" : "GtkSource",
137            "* init" : [
138             "",
139             " ",
140             "\t",
141             " ",
142             " ",
143             "this.el.completion.add_provider(",
144             "\tnew Palete.CompletionProvider(_this)",
145             ");",
146             "",
147             "// hover seems pretty useless.. - ??",
148             "//var hover = this.el.get_hover();",
149             "//hover.add_provider(new Palete.HoverProvider(_this));",
150             "",
151             "//this.el.completion.unblock_interactive();",
152             "this.el.completion.select_on_show = true; // select",
153             "//this.el.completion.remember_info_visibility\t = true;",
154             "",
155             "",
156             "var attrs = new GtkSource.MarkAttributes();",
157             "",
158             "attrs.set_icon_name ( \"process-stop\");    ",
159             "attrs.query_tooltip_text.connect(( mark) => {",
160             "     GLib.debug(\"tooltip query? %s\", mark.name);",
161             "    return strdup( mark.name);",
162             "});",
163             " attrs.query_tooltip_markup.connect(( mark) => {",
164             "     GLib.debug(\"tooltip query? %s\", mark.name);",
165             "    return strdup( mark.name);",
166             "});",
167             "this.el.set_mark_attributes (\"ERR\", attrs, 1);",
168             "attrs.ref();",
169             "",
170             "",
171             "var wattrs = new GtkSource.MarkAttributes();",
172             "wattrs.set_icon_name ( \"process-stop\");    ",
173             "wattrs.query_tooltip_text.connect(( mark) => {",
174             "     GLib.debug(\"tooltip query? %s\", mark.name);",
175             "    return strdup(mark.name);",
176             "});",
177             "wattrs.query_tooltip_markup.connect(( mark) => {",
178             "     GLib.debug(\"tooltip query? %s\", mark.name);",
179             "    return strdup(mark.name);",
180             "});",
181             "this.el.set_mark_attributes (\"WARN\", wattrs, 1);",
182             "wattrs.ref();",
183             "",
184             " ",
185             "var dattrs = new GtkSource.MarkAttributes();",
186             " ",
187             "dattrs.set_icon_name ( \"process-stop\"); ",
188             "",
189             "dattrs.query_tooltip_text.connect(( mark) => {",
190             "\tGLib.debug(\"tooltip query? %s\", mark.name);",
191             "    return strdup(mark.name);",
192             "});",
193             "//dattrs.query_tooltip_markup.connect(( mark) => {",
194             "//\tGLib.debug(\"tooltip query? %s\", mark.name);",
195             " //   return strdup(mark.name);",
196             "//});",
197             "this.el.set_mark_attributes (\"DEPR\", dattrs, 1);",
198             "dattrs.ref();    ",
199             "",
200             " this.el.get_space_drawer().set_matrix(null);",
201             " this.el.get_space_drawer().set_types_for_locations( ",
202             "\tGtkSource.SpaceLocationFlags.ALL,",
203             "\tGtkSource.SpaceTypeFlags.ALL",
204             ");",
205             "this.el.get_space_drawer().set_enable_matrix(true);",
206             ""
207            ],
208            "* prop" : "child",
209            "bool has_tooltip" : true,
210            "bool hexpand" : true,
211            "bool insert_spaces_instead_of_tabs" : true,
212            "bool vexpand" : true,
213            "boolean show_line_marks" : true,
214            "boolean show_line_numbers" : true,
215            "css_classes" : "{ \"code-editor\" }",
216            "gboolean highlight_current_line" : true,
217            "id" : "view",
218            "indent_width" : 4,
219            "items" : [
220             {
221              "$ Gee.HashMap<int,string>? xmarks" : "null",
222              "$ xns" : "GtkSource",
223              "$ xtype" : "Buffer",
224              "* init" : [
225               "",
226               "var buf = this.el;",
227               "buf.create_tag (\"bold\", \"weight\", Pango.Weight.BOLD);",
228               "buf.create_tag (\"type\", \"weight\", Pango.Weight.BOLD, \"foreground\", \"#204a87\");",
229               "buf.create_tag (\"keyword\", \"weight\", Pango.Weight.BOLD, \"foreground\", \"#a40000\");",
230               "buf.create_tag (\"text\", \"weight\", Pango.Weight.NORMAL, \"foreground\", \"#729fcf\");",
231               "buf.create_tag (\"number\", \"weight\", Pango.Weight.BOLD, \"foreground\", \"#ad7fa8\");",
232               "buf.create_tag (\"method\", \"weight\", Pango.Weight.BOLD, \"foreground\", \"#729fcf\");",
233               "buf.create_tag (\"property\", \"weight\", Pango.Weight.BOLD, \"foreground\", \"#BC1F51\");",
234               "buf.create_tag (\"variable\", \"weight\", Pango.Weight.BOLD, \"foreground\", \"#A518B5\");",
235               "",
236               "",
237               "buf.create_tag (\"ERR\", \"weight\", Pango.Weight.BOLD, \"background\", \"pink\");",
238               "buf.create_tag (\"WARN\", \"weight\", Pango.Weight.BOLD, \"background\", \"#ABF4EB\");",
239               "buf.create_tag (\"DEPR\", \"weight\", Pango.Weight.BOLD, \"background\", \"#EEA9FF\");",
240               "",
241               "",
242               ""
243              ],
244              "* prop" : "buffer",
245              "bool check_queued" : false,
246              "bool enable_undo" : true,
247              "bool highlight_matching_brackets" : true,
248              "bool highlight_syntax" : true,
249              "id" : "buffer",
250              "int error_line" : "-1",
251              "listeners" : {
252               "changed" : [
253                " () => {",
254                "    // check syntax??",
255                "    // ??needed..??",
256                "    _this.save_button.el.sensitive = true;",
257                "    print(\"EDITOR CHANGED\");",
258                "    this.checkSyntax();",
259                "   ",
260                "    _this.dirty = true;",
261                "",
262                "    // this.get('/LeftPanel.model').changed(  str , false);",
263                "    return ;",
264                "}",
265                ""
266               ],
267               "cursor_moved" : [
268                "( ) => {",
269                "",
270                "\tGtk.TextIter iter;",
271                "\tthis.el.get_iter_at_offset (",
272                "\t\t\tout iter, this.el.cursor_position);",
273                "",
274                "\t_this.navigation.updateSelectedLine(",
275                "\t\t\t(uint)iter.get_line(),",
276                "\t\t\t(uint)iter.get_line_offset()",
277                "\t\t);",
278                "",
279                "",
280                "}",
281                ""
282               ]
283              },
284              "| bool OLDhighlightErrorsJson" : [
285               "(string type, Json.Object obj) {",
286               "\tGtk.TextIter start;",
287               "\tGtk.TextIter end;     ",
288               "\tthis.el.get_bounds (out start, out end);",
289               "",
290               "\tthis.el.remove_source_marks (start, end, type);",
291               "\tGLib.debug(\"highlight errors\");\t\t ",
292               "",
293               "\t // we should highlight other types of errors..",
294               "",
295               "\tif (!obj.has_member(type)) {",
296               "\t\tGLib.debug(\"Return has no errors\\n\");",
297               "\t\treturn true;",
298               "\t}",
299               "",
300               "\tif (_this.window.windowstate.state != WindowState.State.CODEONLY ",
301               "\t\t&&",
302               "\t\t_this.window.windowstate.state != WindowState.State.CODE",
303               "\t\t) {",
304               "\t\tGLib.debug(\"windowstate != CODEONLY?\");",
305               "\t\t",
306               "\t\treturn true;",
307               "\t} ",
308               "",
309               "\t//this.marks = new Gee.HashMap<int,string>();",
310               "\tvar err = obj.get_object_member(type);",
311               " ",
312               "\tif (_this.file == null) {",
313               "\t\tGLib.debug(\"file is null?\");",
314               "\t\treturn true;",
315               "",
316               "\t}",
317               "\tvar valafn = _this.file.path;",
318               "",
319               "\tif (_this.file.xtype != \"PlainFile\") {",
320               "",
321               "\t\tvalafn = \"\";",
322               "\t\ttry {             ",
323               "\t\t\tvar  regex = new Regex(\"\\\\.bjs$\");",
324               "\t\t\t// should not happen",
325               "\t      \t\tvalafn = regex.replace(_this.file.path,_this.file.path.length , 0 , \".vala\");",
326               "\t\t} catch (GLib.RegexError e) {",
327               "\t\t\treturn true;",
328               "\t\t}   ",
329               "",
330               "",
331               "",
332               "\t}",
333               "\tif (!err.has_member(valafn)) {",
334               "\t\tGLib.debug(\"File path has no errors\");",
335               "\t\treturn  true;",
336               "\t}",
337               "",
338               "\tvar lines = err.get_object_member(valafn);",
339               "\t",
340               "\tvar offset = 1;",
341               "\tif (obj.has_member(\"line_offset\")) { // ?? why??",
342               "\t\toffset = (int)obj.get_int_member(\"line_offset\") + 1;",
343               "\t}",
344               "",
345               "",
346               "\tvar tlines = this.el.get_line_count () +1;",
347               "\t",
348               "\tif (_this.prop != null) {",
349               "\t",
350               "\t\ttlines = _this.prop.end_line + 1;",
351               "\t\toffset = _this.prop.start_line + 1;",
352               "\t",
353               "\t}",
354               "\t",
355               "",
356               "",
357               "\tlines.foreach_member((obj, line, node) => {",
358               "\t\t",
359               "\t     Gtk.TextIter iter;",
360               "//        print(\"get inter\\n\");",
361               "\t    var eline = int.parse(line) - offset;",
362               "\t    GLib.debug(\"GOT ERROR on line %s -- converted to %d  (offset = %d)\\n\", line,eline, offset);",
363               "\t    ",
364               "\t    ",
365               "\t    if (eline > tlines || eline < 0) {",
366               "\t        return;",
367               "\t    }",
368               "\t   ",
369               "\t    ",
370               "\t    this.el.get_iter_at_line( out iter, eline);",
371               "\t    //print(\"mark line\\n\");",
372               "\t    var msg  = \"\";",
373               "\t    var ar = lines.get_array_member(line);",
374               "\t    for (var i = 0 ; i < ar.get_length(); i++) {",
375               "\t    \tif (ar.get_string_element(i) == \"Success\") {",
376               "\t    \t\tcontinue;",
377               "    \t\t}",
378               "\t\t\tmsg += (msg.length > 0) ? \"\\n\" : \"\";",
379               "\t\t\tmsg += ar.get_string_element(i);",
380               "\t\t}",
381               "\t\tif (msg == \"\") {",
382               "\t\t\treturn;",
383               "\t\t}",
384               "\t\tmsg = \"Line: %d\".printf(eline+1) +  \" \" + msg;",
385               "\t    this.el.create_source_mark(msg, type, iter);",
386               "\t    GLib.debug(\"set line %d to %m\", eline, msg);",
387               "\t   // this.marks.set(eline, msg);",
388               "\t} );",
389               "\treturn false;",
390               "",
391               "",
392               "",
393               "",
394               "",
395               "\t}",
396               ""
397              ],
398              "| bool checkSyntax" : [
399               " () {",
400               " ",
401               "    ",
402               "    var str = this.toString();",
403               "    ",
404               "    // needed???",
405               "    if (this.error_line > 0) {",
406               "         Gtk.TextIter start;",
407               "         Gtk.TextIter end;     ",
408               "        this.el.get_bounds (out start, out end);",
409               "",
410               "        this.el.remove_source_marks (start, end, null);",
411               "    }",
412               "    if (str.length < 1) {",
413               "        print(\"checkSyntax - empty string?\\n\");",
414               "        return true;",
415               "    }",
416               "    ",
417               "    // bit presumptiona",
418               "    if (_this.file.xtype == \"PlainFile\") {",
419               "    ",
420               "        // assume it's gtk...",
421               "         var  oldcode =_this.file.toSource();",
422               "        _this.file.setSource(str);",
423               "\t    BuilderApplication.showSpinner(\"appointment soon\",\"document change pending\");",
424               "    \t_this.file.getLanguageServer().document_change(_this.file);",
425               "\t\t_this.file.getLanguageServer().queueDocumentSymbols(_this.file);",
426               "        _this.file.setSource(oldcode);",
427               "        ",
428               "\t\t ",
429               "        return true;",
430               "    ",
431               "    }",
432               "   if (_this.file == null) {",
433               "       return true;",
434               "   }",
435               " ",
436               "    ",
437               "",
438               "      ",
439               "     ",
440               "    GLib.debug(\"calling validate\");    ",
441               "    // clear the buttons.",
442               " \tif (_this.prop.name == \"xns\" || _this.prop.name == \"xtype\") {",
443               "\t\treturn true ;",
444               "\t}",
445               "\tvar oldcode  = _this.prop.val;",
446               "\t",
447               "\t_this.prop.val = str;",
448               "\t_this.node.updated_count++;",
449               "    _this.file.getLanguageServer().document_change(_this.file);",
450               "    _this.node.updated_count++;",
451               "    _this.prop.val = oldcode;",
452               "    ",
453               "    ",
454               "    //print(\"done mark line\\n\");",
455               "     ",
456               "    return true; // at present allow saving - even if it's invalid..",
457               "}",
458               ""
459              ],
460              "| bool highlightErrors" : [
461               "( Gee.HashMap<int,string> validate_res) {",
462               "         ",
463               "\tthis.error_line = validate_res.size;",
464               "",
465               "\tif (this.error_line < 1) {",
466               "\t\treturn true;",
467               "\t}",
468               "\tvar tlines = this.el.get_line_count ();",
469               "\tGtk.TextIter iter;",
470               "\tvar valiter = validate_res.map_iterator();",
471               "\twhile (valiter.next()) {",
472               "",
473               "\t//        print(\"get inter\\n\");",
474               "\t\tvar eline = valiter.get_key();",
475               "\t\tif (eline > tlines) {",
476               "\t\t\tcontinue;",
477               "\t\t}",
478               "\t\tthis.el.get_iter_at_line( out iter, eline);",
479               "\t\t//print(\"mark line\\n\");",
480               "\t\tthis.el.create_source_mark(valiter.get_value(), \"ERR\", iter);",
481               "\t}   ",
482               "\treturn false;",
483               "}"
484              ],
485              "| string toString" : [
486               "  () {",
487               "    ",
488               "    Gtk.TextIter s;",
489               "    Gtk.TextIter e;",
490               "    this.el.get_start_iter(out s);",
491               "    this.el.get_end_iter(out e);",
492               "    var ret = this.el.get_text(s,e,true);",
493               "    //print(\"TO STRING? \" + ret);",
494               "    return ret;",
495               "}",
496               " "
497              ]
498             },
499             {
500              "# bool is_control" : false,
501              "$ xns" : "Gtk",
502              "id" : "keystate",
503              "listeners" : {
504               "key_pressed" : [
505                "(keyval, keycode, state) => {",
506                "",
507                " \tif (keyval == Gdk.Key.Control_L || keyval == Gdk.Key.Control_R) {",
508                " \t\tthis.is_control = true;",
509                "\t}",
510                "\treturn false;",
511                "}",
512                ""
513               ],
514               "key_released" : [
515                "(keyval, keycode, state) => {",
516                "",
517                " \t if (keyval == Gdk.Key.Control_L || keyval == Gdk.Key.Control_R) {",
518                " \t\tthis.is_control = false;",
519                "\t}",
520                "    if (keyval == Gdk.Key.s && (state & Gdk.ModifierType.CONTROL_MASK ) > 0 ) {",
521                "        GLib.debug(\"SAVE: ctrl-S  pressed\");",
522                "        _this.saveContents();",
523                "        return;",
524                "    }",
525                "    ",
526                "    if (keyval == Gdk.Key.g && (state & Gdk.ModifierType.CONTROL_MASK ) > 0 ) {",
527                "\t    GLib.debug(\"SAVE: ctrl-g  pressed\");",
528                "\t\t_this.forwardSearch(true);",
529                "\t    return;",
530                "\t}",
531                "\tif (keyval == Gdk.Key.f && (state & Gdk.ModifierType.CONTROL_MASK ) > 0 ) {",
532                "\t    GLib.debug(\"SAVE: ctrl-f  pressed\");",
533                "\t\t_this.search_entry.el.grab_focus();",
534                "\t\t_this.search_entry.el.select_region(0,-1);",
535                "\t    return;",
536                "\t}",
537                "\tif (keyval == Gdk.Key.space && (state & Gdk.ModifierType.CONTROL_MASK ) > 0 ) {",
538                "\t\t_this.view.el.show_completion();",
539                "\t}",
540                "\t",
541                "\tGtk.TextIter iter;",
542                "\t_this.buffer.el.get_iter_at_offset( out iter, _this.buffer.el.cursor_position);  ",
543                "\tvar line  = iter.get_line();",
544                "\tvar offset = iter.get_line_offset();",
545                "\tGLib.debug(\"line  %d  off %d\", line ,offset);",
546                "\tif (_this.prop != null) {",
547                "\t\tline += _this.prop.start_line + 1; // i think..",
548                "\t\toffset += 12; // should probably be 8 without namespaced ",
549                "\t\tGLib.debug(\"guess line  %d  off %d\", line ,offset);",
550                "\t} ",
551                "    //_this.view.el.show_completion();",
552                "   // print(event.key.keyval)",
553                "    ",
554                "    ",
555                "    return;",
556                " ",
557                " ",
558                "}",
559                ""
560               ]
561              },
562              "xtype" : "EventControllerKey"
563             },
564             {
565              "# double distance" : "0.0f",
566              "$ xns" : "Gtk",
567              "Gtk.EventControllerScrollFlags flags" : "Gtk.EventControllerScrollFlags.VERTICAL",
568              "listeners" : {
569               "scroll" : [
570                "(dx, dy) => {",
571                "\tif (!_this.keystate.is_control) {",
572                "\t\treturn false;",
573                "\t}",
574                "\t //GLib.debug(\"scroll %f\",  dy);",
575                "\t",
576                "\tthis.distance += dy;",
577                "\t",
578                "\t//GLib.debug(\"scroll %f / %f\",  dy, this.distance);",
579                " ",
580                "\t if (this.distance < -1) {",
581                " ",
582                "\t\tBuilderApplication.settings.editor_font_size ++;",
583                "\t\tthis.distance = 0;",
584                "\t}",
585                "\tif (this.distance > 1) {",
586                "\t\tBuilderApplication.settings.editor_font_size --;",
587                "\t\tthis.distance = 0;",
588                "\t}",
589                "\t ",
590                "\treturn true;",
591                "}",
592                ""
593               ]
594              },
595              "xtype" : "EventControllerScroll"
596             },
597             {
598              "$ xns" : "Gtk",
599              "listeners" : {
600               "pressed" : [
601                "(n_press, x, y) => {",
602                "\tGtk.TextIter iter;",
603                "",
604                "\tvar gut = _this.view.el.get_gutter(Gtk.TextWindowType.LEFT);",
605                "\t",
606                "\t ",
607                "\t_this.view.el.get_iter_at_location (out  iter,  ",
608                "\t\t\t(int)x - gut.get_width(),  (int)y);",
609                "\tif (_this.buffer.el.iter_has_context_class(iter, \"comment\") ||",
610                "\t\t_this.buffer.el.iter_has_context_class(iter, \"string\")",
611                "\t) { ",
612                "\t\treturn ;",
613                "\t}",
614                "\tvar back = iter.copy();",
615                "\tback.backward_char();",
616                "\t",
617                "\tvar forward = iter.copy();",
618                "\tforward.forward_char();",
619                "\t",
620                "\t// what's the character at the iter?",
621                "\tvar str = back.get_text(iter);",
622                "\tstr += iter.get_text(forward);",
623                "\tif (str.strip().length < 1) {",
624                "\t\treturn;",
625                "\t}",
626                "\tvar offset = iter.get_line_offset();",
627                "\tvar line = iter.get_line();",
628                "\tif (_this.prop != null) {",
629                "\t\t\t\t// ",
630                "\t\tline += _this.prop.start_line ; ",
631                "\t\t\t\t\t// this is based on Gtk using tabs (hence 1/2 chars);",
632                "\t\toffset += _this.node.node_pad.length;",
633                "\t\t\t\t\t// javascript listeners are indented 2 more spaces.",
634                "\t\tif (_this.prop.ptype == JsRender.NodePropType.LISTENER) {",
635                "\t\t\toffset += 2;",
636                "\t\t}",
637                "\t} ",
638                "\t",
639                "\tvar ls = _this.file.getLanguageServer();",
640                "\tls.hover.begin(",
641                "\t\t_this.file, line, offset,",
642                "\t\t( a, o)  => {",
643                "\t\t\tvar res = ls.hover.end(o );",
644                "\t\t\t",
645                "\t\t});",
646                "\t\t",
647                "\t\t // could never get this to work anywhere..",
648                "\t\t // looks like its probably for calling stuff..",
649                "\t\t // but always returns null..",
650                "\t\t /*",
651                "\tls.signatureHelp.begin(",
652                "\t\t_this.file, iter.get_line(), iter.get_line_offset(),",
653                "\t\t( a, o)  => {",
654                "\t\t\tvar res = ls.signatureHelp.end(o );",
655                "\t\t\t",
656                "\t\t});\t",
657                "",
658                "*/",
659                "}",
660                ""
661               ]
662              },
663              "xtype" : "GestureClick"
664             }
665            ],
666            "listeners" : {
667             "query_tooltip" : [
668              "(x, y, keyboard_tooltip, tooltip) => {",
669              "\t",
670              "\t//GLib.debug(\"query tooltip\");",
671              "\tGtk.TextIter iter;",
672              "\tint trailing;",
673              "\t",
674              "\tvar yoff = (int) _this.RightEditor.el.vadjustment.value;",
675              "\t",
676              "\t// I think this is problematic - if it's compliing  / updating at same time as query.",
677              "\t",
678              "\t//if (_this.window.statusbar_compile_spinner.el.spinning) {",
679              "\t//\treturn false;",
680              "\t//}",
681              "\t",
682              "\tthis.el.get_iter_at_position (out iter, out trailing,  x,  y + yoff);",
683              "\t ",
684              "\tvar l = iter.get_line();",
685              "",
686              "\t",
687              "\t ",
688              "\t// GLib.debug(\"query tooltip line %d\", (int) l);",
689              "\tif (l < 0) {",
690              "",
691              "\t\treturn false;",
692              "\t}",
693              "\t/*",
694              "\tif (_this.buffer.marks != null && _this.buffer.marks.has_key(l)) {",
695              "\t\tGLib.debug(\"line %d setting tip to %s\", l,  _this.buffer.marks.get(l));",
696              "\t\ttooltip.set_text(_this.buffer.marks.get(l).dup());",
697              "\t\treturn true;",
698              "\t}",
699              " ",
700              "\treturn false;",
701              "\t*/",
702              "\t",
703              "\t  ",
704              "\t// this crashes?? - not sure why.",
705              "\tvar marks = _this.buffer.el.get_source_marks_at_line(l, \"ERR\");",
706              "\tif (marks.is_empty()) {",
707              "\t\tmarks = _this.buffer.el.get_source_marks_at_line(l, \"WARN\");",
708              "\t}",
709              "\tif (marks.is_empty()) {",
710              "\t\tmarks = _this.buffer.el.get_source_marks_at_line(l, \"DEPR\");",
711              "\t}",
712              "\t",
713              "\t// GLib.debug(\"query tooltip line %d marks %d\", (int)l, (int) marks.length());",
714              "\tvar str = \"\";",
715              "\tmarks.@foreach((m) => { ",
716              "\t\t//GLib.debug(\"got mark %s\", m.name);",
717              "\t\tstr += (str.length > 0 ? \"\\n\" : \"\") + m.category + \": \" + m.name;",
718              "\t});",
719              "\t// true if there is a mark..",
720              "\tif (str.length > 0 ) {",
721              "\t\ttooltip.set_text( str );",
722              "\t}",
723              "\treturn str.length > 0 ? true : false;",
724              "\t ",
725              "}",
726              ""
727             ]
728            },
729            "string name" : "editor-view",
730            "uint tab_width" : 4,
731            "xtype" : "View",
732            "| void load" : [
733             " (string str) {",
734             "",
735             "// show the help page for the active node..",
736             "   //this.get('/Help').show();",
737             " ",
738             "  // this.get('/BottomPane').el.set_current_page(0);",
739             "  \tGLib.debug(\"load called - Reset undo buffer\");",
740             "  \t",
741             "    var buf = (GtkSource.Buffer)this.el.get_buffer();",
742             "    buf.begin_irreversible_action();",
743             "    buf.set_text(str, str.length);",
744             "    buf.end_irreversible_action();",
745             "    ",
746             "    var lm = GtkSource.LanguageManager.get_default();",
747             "    var lang = \"vala\";",
748             "    if (_this.file != null) {",
749             "         lang = _this.file.language;",
750             "    }",
751             "    print(\"lang=%s, content_type = %s\\n\", lang, _this.file.content_type);",
752             "    var lg = _this.file.content_type.length > 0  ?",
753             "            lm.guess_language(_this.file.path, _this.file.content_type) :",
754             "            lm.get_language(lang);",
755             "     ",
756             "   ",
757             "    ((GtkSource.Buffer)(this.el.get_buffer())) .set_language(lg); ",
758             "",
759             "    this.el.insert_spaces_instead_of_tabs = true;",
760             "    if (lg != null) {",
761             "\t\tprint(\"sourcelanguage  = %s\\n\", lg.name);",
762             "\t\tif (lg.name == \"Vala\") {",
763             "\t\t    this.el.insert_spaces_instead_of_tabs = false;",
764             "\t\t}",
765             "     }",
766             "    _this.dirty = false;",
767             "    this.el.grab_focus();",
768             "    _this.save_button.el.sensitive = false;",
769             "    _this.last_error_counter = -1;",
770             "}"
771            ]
772           }
773          ],
774          "xtype" : "ScrolledWindow"
775         },
776         {
777          "$ xns" : "Gtk",
778          "* pack" : "append",
779          "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
780          "bool homogeneous" : false,
781          "bool vexpand" : false,
782          "int spacing" : 0,
783          "items" : [
784           {
785            "$ xns" : "Gtk",
786            "Gtk.CssProvider css" : "",
787            "bool hexpand" : true,
788            "id" : "search_entry",
789            "items" : [
790             {
791              "$ xns" : "Gtk",
792              "listeners" : {
793               "key_pressed" : [
794                "(keyval, keycode, state) => {",
795                "",
796                "\tif (keyval == Gdk.Key.g && (state & Gdk.ModifierType.CONTROL_MASK ) > 0 ) {",
797                "\t    GLib.debug(\"SAVE: ctrl-g  pressed\");",
798                "\t\t_this.forwardSearch(true);",
799                "\t    return true;",
800                "\t}",
801                "    ",
802                "  ",
803                " \tif (keyval == Gdk.Key.Return && _this.search_entry.el.text.length > 0) {",
804                "\t\t_this.forwardSearch(true);",
805                "\t\t",
806                "\t\t",
807                "\t    return true;",
808                "",
809                "\t}    ",
810                "   // print(event.key.keyval)",
811                "   ",
812                "    return false;",
813                "}",
814                ""
815               ]
816              },
817              "xtype" : "EventControllerKey"
818             }
819            ],
820            "listeners" : {
821             "search_changed" : [
822              "( ) => {",
823              "",
824              "_this.search(_this.search_entry.el.text);",
825              "\t _this.search_results.updateResults();",
826              "",
827              "\tGLib.Timeout.add_seconds(1,() => {",
828              "\t\t _this.search_results.updateResults();",
829              "\t\t return false;",
830              "\t });",
831              "}",
832              ""
833             ]
834            },
835            "string name" : "editor-search-entry",
836            "string placeholder_text" : "Press enter to search",
837            "uint search_delay" : 3,
838            "xtype" : "SearchEntry",
839            "| void forwardSearch" : [
840             "(bool change_focus) {",
841             "",
842             "",
843             "\t_this.forwardSearch(change_focus);",
844             "",
845             "/*",
846             "",
847             "\tswitch(_this.windowstate.state) {",
848             "\t\tcase WindowState.State.CODEONLY:",
849             "\t\t//case WindowState.State.CODE:",
850             "\t\t\t// search the code being edited..",
851             "\t\t\t_this.windowstate.code_editor_tab.forwardSearch(change_focus);",
852             "\t\t\t ",
853             "\t\t\tbreak;",
854             "\t\tcase WindowState.State.PREVIEW:",
855             "\t\t\tif (_this.windowstate.file.xtype == \"Gtk\") {",
856             "\t\t\t\t_this.windowstate.window_gladeview.forwardSearch(change_focus);",
857             "\t\t\t} else { ",
858             "\t\t\t\t _this.windowstate.window_rooview.forwardSearch(change_focus);",
859             "\t\t\t}",
860             "\t\t",
861             "\t\t\tbreak;",
862             "\t}",
863             "\t*/",
864             "\t",
865             "}",
866             ""
867            ]
868           },
869           {
870            "$ xns" : "Gtk",
871            "id" : "search_results",
872            "int margin_end" : 4,
873            "int margin_start" : 4,
874            "string label" : "No Results",
875            "xtype" : "Label",
876            "| void updateResults" : [
877             "() {",
878             "\tthis.el.visible = true;",
879             "\t",
880             "\tvar res = _this.searchcontext.get_occurrences_count();",
881             "\tif (res < 0) {",
882             "\t\t_this.search_results.el.label = \"??? Matches\";\t\t",
883             "\t\treturn;",
884             "\t}",
885             "",
886             "\t_this.nextBtn.el.sensitive = false;",
887             "\t_this.backBtn.el.sensitive = false;\t",
888             "",
889             "\tif (res > 0) {",
890             "\t\t_this.search_results.el.label = \"%d Matches\".printf(res);",
891             "\t\t_this.nextBtn.el.sensitive = true;",
892             "\t\t_this.backBtn.el.sensitive = true;",
893             "\t\treturn;",
894             "\t} ",
895             "\t_this.search_results.el.label = \"No Matches\";",
896             "\t",
897             "}"
898            ]
899           },
900           {
901            "$ xns" : "Gtk",
902            "bool always_show_image" : true,
903            "bool sensitive" : false,
904            "id" : "nextBtn",
905            "listeners" : {
906             "clicked" : [
907              "(event) => {",
908              "",
909              "\t_this.forwardSearch(true);",
910              "\t",
911              "\t ",
912              "}",
913              ""
914             ]
915            },
916            "string icon_name" : "go-down",
917            "xtype" : "Button"
918           },
919           {
920            "$ xns" : "Gtk",
921            "bool always_show_image" : true,
922            "bool sensitive" : false,
923            "id" : "backBtn",
924            "listeners" : {
925             "clicked" : [
926              "(event) => {",
927              "",
928              "\t_this.backSearch(true);",
929              "\t ",
930              "}",
931              ""
932             ]
933            },
934            "string icon_name" : "go-up",
935            "xtype" : "Button"
936           },
937           {
938            "$ xns" : "Gtk",
939            "bool always_show_arrow" : true,
940            "bool always_show_image" : true,
941            "items" : [
942             {
943              "$ xns" : "Gtk",
944              "* prop" : "popover",
945              "id" : "search_settings",
946              "items" : [
947               {
948                "$ xns" : "Gtk",
949                "* prop" : "child",
950                "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
951                "int spacing" : 0,
952                "items" : [
953                 {
954                  "$ xns" : "Gtk",
955                  "* init" : [
956                   "{",
957                   "\tthis.el.show();",
958                   "}",
959                   ""
960                  ],
961                  "id" : "case_sensitive",
962                  "string label" : "Case Sensitive",
963                  "xtype" : "CheckButton"
964                 },
965                 {
966                  "$ xns" : "Gtk",
967                  "* init" : [
968                   "{",
969                   "\tthis.el.show();",
970                   "}",
971                   ""
972                  ],
973                  "id" : "regex",
974                  "string label" : "Regex",
975                  "xtype" : "CheckButton"
976                 },
977                 {
978                  "$ xns" : "Gtk",
979                  "id" : "multiline",
980                  "string label" : "Multi-line (add \\n)",
981                  "xtype" : "CheckButton"
982                 }
983                ],
984                "xtype" : "Box"
985               }
986              ],
987              "xtype" : "Popover"
988             }
989            ],
990            "string icon_name" : "emblem-system",
991            "xtype" : "MenuButton"
992           }
993          ],
994          "xtype" : "Box"
995         }
996        ],
997        "xtype" : "Box"
998       },
999       {
1000        "$ xns" : "Gtk",
1001        "* prop" : "end_child",
1002        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
1003        "bool hexpand" : true,
1004        "bool vexpand" : true,
1005        "int spacing" : 0,
1006        "items" : [
1007         {
1008          "$ xns" : "Gtk",
1009          "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
1010          "int spacing" : 0,
1011          "xtype" : "Box"
1012         },
1013         {
1014          "$ xns" : "Gtk",
1015          "bool hexpand" : true,
1016          "bool vexpand" : true,
1017          "bool visible" : false,
1018          "id" : "navigationwindow",
1019          "items" : [
1020           {
1021            "# int last_selected_line" : "-1",
1022            "$ Gtk.Widget? selected_row" : "null",
1023            "$ xns" : "Gtk",
1024            "* prop" : "child",
1025            "id" : "navigation",
1026            "items" : [
1027             {
1028              "$ xns" : "Gtk",
1029              "bool expand" : true,
1030              "items" : [
1031               {
1032                "$ xns" : "Gtk",
1033                "* prop" : "factory",
1034                "listeners" : {
1035                 "bind" : [
1036                  "(listitem) => {",
1037                  "\t ",
1038                  "\t// GLib.debug(\"listitme is is %s\", ((Gtk.ListItem)listitem).get_type().name());",
1039                  "\t",
1040                  "\t//var expand = (Gtk.TreeExpander) ((Gtk.ListItem)listitem).get_child();",
1041                  "\tvar expand = (Gtk.TreeExpander)  ((Gtk.ListItem)listitem).get_child();",
1042                  "\t ",
1043                  "\t ",
1044                  "\tvar hbox = (Gtk.Box) expand.child;",
1045                  " ",
1046                  "\t",
1047                  "\tvar img = (Gtk.Image) hbox.get_first_child();",
1048                  "\tvar lbl = (Gtk.Label) img.get_next_sibling();",
1049                  "\t",
1050                  "\tvar lr = (Gtk.TreeListRow)((Gtk.ListItem)listitem).get_item();",
1051                  "\tvar sym = (Lsp.DocumentSymbol) lr.get_item();",
1052                  "\t",
1053                  "\tsym.set_data<Gtk.Widget>(\"widget\", expand.get_parent());",
1054                  "\texpand.get_parent().get_parent().set_data<Lsp.DocumentSymbol>(\"symbol\", sym);",
1055                  "\t",
1056                  "\t//GLib.debug(\"save sym on %s\", expand.get_parent().get_parent().get_type().name());",
1057                  "\t",
1058                  "\t//GLib.debug(\"got %d children for %s\" , (int)sym.children.get_n_items(), sym.name);",
1059                  "    ",
1060                  "    expand.set_hide_expander( sym.children.get_n_items()  < 1);",
1061                  " \texpand.set_list_row(lr);",
1062                  " \t//this.in_bind = true;",
1063                  " \t// default is to expand",
1064                  " ",
1065                  " \t//this.in_bind = false;",
1066                  " \t",
1067                  " \tsym.bind_property(\"symbol_icon\",",
1068                  "                    img, \"icon_name\",",
1069                  "                   GLib.BindingFlags.SYNC_CREATE);",
1070                  " \t",
1071                  " \thbox.css_classes = { sym.symbol_icon };",
1072                  " \t",
1073                  " \tsym.bind_property(\"name\",",
1074                  "                    lbl, \"label\",",
1075                  "                   GLib.BindingFlags.SYNC_CREATE);",
1076                  " \t// should be better?- --line no?",
1077                  " \tsym.bind_property(\"tooltip\",",
1078                  "                    lbl, \"tooltip_markup\",",
1079                  "                   GLib.BindingFlags.SYNC_CREATE);",
1080                  " \t// bind image...",
1081                  " \t",
1082                  "}",
1083                  ""
1084                 ],
1085                 "setup" : [
1086                  "(listitem) => {",
1087                  "\t",
1088                  "\tvar expand = new Gtk.TreeExpander();",
1089                  "\t ",
1090                  "\texpand.set_indent_for_depth(true);",
1091                  "\texpand.set_indent_for_icon(true);",
1092                  "\tvar hbox = new Gtk.Box(Gtk.Orientation.HORIZONTAL,0);",
1093                  "\tvar icon = new Gtk.Image();",
1094                  "\tvar lbl = new Gtk.Label(\"\");",
1095                  "\tlbl.use_markup = true;",
1096                  "\tlbl.ellipsize = Pango.EllipsizeMode.END;",
1097                  "\t",
1098                  "\ticon.margin_end = 4;",
1099                  " \tlbl.justify = Gtk.Justification.LEFT;",
1100                  " \tlbl.xalign = 0;",
1101                  "",
1102                  "//\tlistitem.activatable = true; ??",
1103                  "\t",
1104                  "\thbox.append(icon);",
1105                  "\thbox.append(lbl);",
1106                  "\texpand.set_child(hbox);",
1107                  "\t((Gtk.ListItem)listitem).set_child(expand);",
1108                  "\t",
1109                  "}",
1110                  ""
1111                 ]
1112                },
1113                "xtype" : "SignalListItemFactory"
1114               }
1115              ],
1116              "string title" : "Code Navigation",
1117              "xtype" : "ColumnViewColumn"
1118             },
1119             {
1120              "$ xns" : "Gtk",
1121              "* prop" : "model",
1122              "id" : "navigationselmodel",
1123              "items" : [
1124               {
1125                "$ xns" : "Gtk",
1126                "* prop" : "model",
1127                "id" : "navigationsort",
1128                "items" : [
1129                 {
1130                  "$ Gtk.TreeListModelCreateModelFunc create_func" : [
1131                   "(item) => {",
1132                   " ",
1133                   "\treturn ((Lsp.DocumentSymbol)item).children;",
1134                   "}",
1135                   ""
1136                  ],
1137                  "$ xns" : "Gtk",
1138                  "* prop" : "model",
1139                  "bool autoexpand" : true,
1140                  "bool passthrough" : false,
1141                  "items" : [
1142                   {
1143                    "$ GLib.Type item_type" : "typeof(Lsp.DocumentSymbol)",
1144                    "$ xns" : "GLib",
1145                    "* prop" : "root",
1146                    "id" : "navliststore",
1147                    "xtype" : "ListStore",
1148                    "| Lsp.DocumentSymbol? symbolAtLine" : [
1149                     "(uint line, uint chr) {",
1150                     " ",
1151                     "\t",
1152                     "\tfor(var i = 0; i < this.el.get_n_items();i++) {",
1153                     "\t\tvar el = (Lsp.DocumentSymbol)this.el.get_item(i);",
1154                     "\t\t//GLib.debug(\"Check sym %s : %d-%d\",",
1155                     "\t\t//\tel.name , (int)el.range.start.line,",
1156                     "\t\t//\t(int)el.range.end.line",
1157                     "\t\t//);",
1158                     "\t\tvar ret = el.containsLine(line,chr);",
1159                     "\t\tif (ret != null) {",
1160                     "\t\t\treturn ret;",
1161                     "\t\t}",
1162                     "\t\t",
1163                     "\t}",
1164                     "\t",
1165                     "\treturn null;",
1166                     "}"
1167                    ]
1168                   }
1169                  ],
1170                  "listeners" : {
1171                   "items_changed" : [
1172                    "(position, removed, added) => {",
1173                    "\tGLib.debug(\"tree item changed %d , %d , %d\",(int) position, (int)removed, (int) added);",
1174                    "\t if (added < 1) { ",
1175                    "\t \treturn;",
1176                    " \t}",
1177                    "\t//var sym = (Lsp.DocumentSymbol) this.el.get_item(position);",
1178                    "\tvar row = this.el.get_row(position);",
1179                    "\t",
1180                    "\tGLib.debug(\"got %s\", row.get_item().get_type().name());",
1181                    "\t",
1182                    "",
1183                    "}",
1184                    ""
1185                   ]
1186                  },
1187                  "xtype" : "TreeListModel"
1188                 },
1189                 {
1190                  "$ xns" : "Gtk",
1191                  "* prop" : "sorter",
1192                  "items" : [
1193                   {
1194                    "$ xns" : "Gtk",
1195                    "* prop" : "sorter",
1196                    "items" : [
1197                     {
1198                      "$ GLib.Type this_type" : "typeof(Lsp.DocumentSymbol)",
1199                      "$ xns" : "Gtk",
1200                      "* prop" : "expression",
1201                      "string property_name" : "sort_key",
1202                      "xtype" : "PropertyExpression"
1203                     }
1204                    ],
1205                    "xtype" : "StringSorter"
1206                   }
1207                  ],
1208                  "xtype" : "TreeListRowSorter"
1209                 }
1210                ],
1211                "xtype" : "SortListModel",
1212                "| Lsp.DocumentSymbol? getSymbolAt" : [
1213                 "(uint row) {",
1214                 "",
1215                 "   var tr = (Gtk.TreeListRow)this.el.get_item(row);",
1216                 "   ",
1217                 "   var a = tr.get_item();;   ",
1218                 "   GLib.debug(\"get_item (2) = %s\", a.get_type().name());",
1219                 "  \t",
1220                 "   ",
1221                 "   return (Lsp.DocumentSymbol)tr.get_item();",
1222                 "\t ",
1223                 "}"
1224                ],
1225                "| int getRowFromSymbol" : [
1226                 "(Lsp.DocumentSymbol sym) {",
1227                 "",
1228                 "\tfor (var i=0;i < this.el.get_n_items(); i++) {",
1229                 "\t\tvar tr = (Gtk.TreeListRow)this.el.get_item(i);",
1230                 "\t   ",
1231                 "\t\tif (sym.equals( (Lsp.DocumentSymbol)tr.get_item())) {",
1232                 "\t\t\treturn i;",
1233                 "\t\t}",
1234                 "\t}",
1235                 "   \treturn -1;",
1236                 "}"
1237                ],
1238                "| void collapseOnLoad" : [
1239                 "() {",
1240                 "\tfor (var i=0;i < this.el.get_n_items(); i++) {",
1241                 "\t\tvar tr = (Gtk.TreeListRow)this.el.get_item(i);",
1242                 "\t\tvar sym =  (Lsp.DocumentSymbol)tr.get_item();",
1243                 "\t\tswitch (sym.kind) {",
1244                 "\t \t\tcase Lsp.SymbolKind.Enum: ",
1245                 "\t \t\t\ttr.expanded = false;",
1246                 "\t \t\t\tbreak;",
1247                 "\t\t\tdefault:",
1248                 "\t\t\t\t//tr.expanded = true;",
1249                 "\t\t\t\tbreak;",
1250                 "\t\t}",
1251                 "\t}",
1252                 " ",
1253                 "\t",
1254                 "",
1255                 "",
1256                 "}"
1257                ]
1258               }
1259              ],
1260              "xtype" : "NoSelection"
1261             },
1262             {
1263              "$ xns" : "Gtk",
1264              "listeners" : {
1265               "pressed" : [
1266                "(n_press, x, y) => {",
1267                "\tstring pos;",
1268                "  \tvar row = _this.navigation.getRowWidgetAt(x,y, out pos );",
1269                "",
1270                "    if (row == null) {",
1271                "\t    GLib.debug(\"no row selected items\");",
1272                "\t    return;",
1273                "    }",
1274                "\tGLib.debug(\"got click on %s\", row.get_type().name());    ",
1275                "    //Lsp.DocumentSymbol",
1276                "    var sym =  row.get_data<Lsp.DocumentSymbol>(\"symbol\");",
1277                "    if (sym == null) {",
1278                "    \treturn;",
1279                "\t}",
1280                "\t/*",
1281                "\t \"range\" : {",
1282                "              \"start\" : {",
1283                "                \"line\" : 1410,",
1284                "                \"character\" : 8",
1285                "              },",
1286                "              \"end\" : {",
1287                "                \"line\" : 1410,",
1288                "                \"character\" : 39",
1289                "              }",
1290                "            },",
1291                "        */",
1292                "     GLib.debug(\"goto line %d\",   (int)sym.range.start.line); ",
1293                "    _this.scroll_to_line((int)sym.range.start.line);",
1294                "    Gtk.TextIter iter;",
1295                "    _this.buffer.el.get_iter_at_line_offset(out iter, ",
1296                "    \t(int)sym.range.start.line,",
1297                "    \t(int)sym.range.start.character",
1298                "\t);",
1299                "    _this.buffer.el.place_cursor(iter);",
1300                "\t",
1301                "}"
1302               ]
1303              },
1304              "xtype" : "GestureClick"
1305             }
1306            ],
1307            "string name" : "editor-navigation",
1308            "xtype" : "ColumnView",
1309            "| Gtk.Widget? getRowWidgetAt" : [
1310             "(double x,  double  y, out string pos) {",
1311             "",
1312             "\tpos = \"\";",
1313             "\tvar w = this.el.pick(x, y, Gtk.PickFlags.DEFAULT);",
1314             "\t//GLib.debug(\"got widget %s\", w == null ? \"nothing\" : w.get_type().name());",
1315             "\tif (w == null) {",
1316             "\t\treturn null;",
1317             "\t}",
1318             "\t",
1319             "\tvar row= w.get_ancestor(GLib.Type.from_name(\"GtkColumnViewRowWidget\"));",
1320             "\tif (row == null) {",
1321             "\t\treturn null;",
1322             "\t}",
1323             "\t",
1324             "\t//GLib.debug(\"got colview %s\", row == null ? \"nothing\" : row.get_type().name());",
1325             "\t ",
1326             " ",
1327             "\t",
1328             "\t//GLib.debug(\"row number is %d\", rn);",
1329             "\t//GLib.debug(\"click %d, %d\", (int)x, (int)y);",
1330             "\t// above or belw",
1331             "\tGraphene.Rect  bounds;",
1332             "\trow.compute_bounds(this.el, out bounds);",
1333             "\t//GLib.debug(\"click x=%d, y=%d, w=%d, h=%d\", ",
1334             "\t//\t(int)bounds.get_x(), (int)bounds.get_y(),",
1335             "\t//\t(int)bounds.get_width(), (int)bounds.get_height()",
1336             "\t//\t);",
1337             "\tvar ypos = y - bounds.get_y();",
1338             "\t//GLib.debug(\"rel ypos = %d\", (int)ypos);\t",
1339             "\tvar rpos = 100.0 * (ypos / bounds.get_height());",
1340             "\t//GLib.debug(\"rel pos = %d %%\", (int)rpos);",
1341             "\tpos = \"over\";",
1342             "\t",
1343             "\tif (rpos > 80) {",
1344             "\t\tpos = \"below\";",
1345             "\t} else if (rpos < 20) {",
1346             "\t\tpos = \"above\";",
1347             "\t} ",
1348             "\treturn row;",
1349             " }"
1350            ],
1351            "| int getRowAt" : [
1352             "(double x,  double  y, out string pos) {",
1353             "",
1354             "\tpos = \"\";",
1355             "\tvar w = this.el.pick(x, y, Gtk.PickFlags.DEFAULT);",
1356             "\t//GLib.debug(\"got widget %s\", w == null ? \"nothing\" : w.get_type().name());",
1357             "\tif (w == null) {",
1358             "\t\treturn -1;",
1359             "\t}",
1360             "\t",
1361             "\tvar row= w.get_ancestor(GLib.Type.from_name(\"GtkColumnViewRowWidget\"));",
1362             "\tif (row == null) {",
1363             "\t\treturn -1;",
1364             "\t}",
1365             "\t",
1366             "\t//GLib.debug(\"got colview %s\", row == null ? \"nothing\" : row.get_type().name());",
1367             "\t ",
1368             "\tvar rn = 0;",
1369             "\tvar cr = row;",
1370             "\t ",
1371             "\twhile (cr.get_prev_sibling() != null) {",
1372             "\t\trn++;",
1373             "\t\tcr = cr.get_prev_sibling();",
1374             "\t}",
1375             "\t",
1376             "\t//GLib.debug(\"row number is %d\", rn);",
1377             "\t//GLib.debug(\"click %d, %d\", (int)x, (int)y);",
1378             "\t// above or belw",
1379             "\tGraphene.Rect  bounds;",
1380             "\trow.compute_bounds(this.el, out bounds);",
1381             "\t//GLib.debug(\"click x=%d, y=%d, w=%d, h=%d\", ",
1382             "\t//\t(int)bounds.get_x(), (int)bounds.get_y(),",
1383             "\t//\t(int)bounds.get_width(), (int)bounds.get_height()",
1384             "\t//\t);",
1385             "\tvar ypos = y - bounds.get_y();",
1386             "\t//GLib.debug(\"rel ypos = %d\", (int)ypos);\t",
1387             "\tvar rpos = 100.0 * (ypos / bounds.get_height());",
1388             "\t//GLib.debug(\"rel pos = %d %%\", (int)rpos);",
1389             "\tpos = \"over\";",
1390             "\t",
1391             "\tif (rpos > 80) {",
1392             "\t\tpos = \"below\";",
1393             "\t} else if (rpos < 20) {",
1394             "\t\tpos = \"above\";",
1395             "\t} ",
1396             "\treturn rn;",
1397             " }"
1398            ],
1399            "| void show" : [
1400             "(Gee.ArrayList<Lsp.DocumentSymbol> syms) {",
1401             "\t_this.navigationwindow.el.show();",
1402             "\t//_this.navliststore.el.remove_all();",
1403             "\t",
1404             "\t",
1405             "\tvar ls  = new GLib.ListStore(typeof(Lsp.DocumentSymbol));",
1406             "\t",
1407             "\tforeach(var sym in syms) {",
1408             "\t\tls.append(sym);",
1409             "\t}",
1410             "\tLsp.DocumentSymbol.copyList(ls, _this.navliststore.el);",
1411             "\t//_this.navliststore.el.append(sym);",
1412             "\tthis.last_selected_line = -1;",
1413             "\tGLib.Idle.add(() => {",
1414             "\t\t_this.navigationsort.collapseOnLoad();",
1415             "\t\tGtk.TextIter iter;",
1416             "\t\t_this.buffer.el.get_iter_at_offset (",
1417             "\t\t\t\tout iter, _this.buffer.el.cursor_position);",
1418             "\t\t",
1419             "\t\tGLib.debug(\"idle update scroll %d, %d\", iter.get_line(),",
1420             "\t\t\t\titer.get_line_offset());",
1421             "\t\tthis.updateSelectedLine(",
1422             "\t\t\t\t(uint)iter.get_line(),",
1423             "\t\t\t\t(uint)iter.get_line_offset()",
1424             "\t\t);",
1425             "\t\treturn false;",
1426             "\t});",
1427             "",
1428             "}"
1429            ],
1430            "| void updateSelectedLine" : [
1431             "(uint line, uint chr) {",
1432             "\tif (line == this.last_selected_line) {",
1433             "\t\treturn;",
1434             "\t}",
1435             "\tGLib.debug(\"select line %d\", (int)line);",
1436             "\tthis.last_selected_line = (int)line;",
1437             "\t",
1438             "\t",
1439             "\tvar new_row = -1;",
1440             "\tvar sym = _this.navliststore.symbolAtLine(line, chr);",
1441             "\tif (sym != null) {",
1442             "\t \tnew_row = _this.navigationsort.getRowFromSymbol(sym);",
1443             " \t\tGLib.debug(\"select line %d - row found %d\", (int)line, new_row);",
1444             " \t} else {",
1445             " \t\tGLib.debug(\" no symbol found at line %d\", (int)line);",
1446             " \t}",
1447             " \t",
1448             "\tif (this.selected_row != null) { ",
1449             "\t\tGLib.debug(\" remove selected row\");",
1450             "\t\tthis.selected_row.remove_css_class(\"selected-row\");",
1451             "\t}",
1452             "\tthis.selected_row  = null;",
1453             "\tif (new_row > -1) {",
1454             "\t\tthis.el.scroll_to(new_row,null,Gtk.ListScrollFlags.NONE, null);",
1455             "\t\tvar row = sym.get_data<Gtk.Widget>(\"widget\");",
1456             "\t\tif (row != null) {",
1457             "\t\t\tGLib.debug(\" Add selected row\");",
1458             " \t\t\t",
1459             "\t\t\trow.add_css_class(\"selected-row\");",
1460             "\t\t\tthis.selected_row = row;",
1461             "",
1462             "\t\t\t",
1463             "\t\t} else {",
1464             "\t\t\tGLib.debug(\"could not find widget on row %d\", new_row);",
1465             "\t\t}",
1466             "",
1467             "\t}",
1468             "",
1469             "",
1470             "}"
1471            ]
1472           }
1473          ],
1474          "xtype" : "ScrolledWindow"
1475         }
1476        ],
1477        "xtype" : "Box"
1478       }
1479      ],
1480      "xtype" : "Paned"
1481     }
1482    ],
1483    "xtype" : "Box",
1484    "| bool saveContents" : [
1485     "  ()  {",
1486     "    ",
1487     "    ",
1488     "    if (_this.file == null) {",
1489     "        return true;",
1490     "    }",
1491     "    ",
1492     "     ",
1493     "     ",
1494     "     var str = _this.buffer.toString();",
1495     "     ",
1496     "     _this.buffer.checkSyntax();",
1497     "     ",
1498     "     ",
1499     "     ",
1500     "     // LeftPanel.model.changed(  str , false);",
1501     "     _this.dirty = false;",
1502     "     _this.save_button.el.sensitive = false;",
1503     "     ",
1504     "    // find the text for the node..",
1505     "    if (_this.file.xtype != \"PlainFile\") {",
1506     "       // in theory these properties have to exist!?!",
1507     "    \tthis.prop.val = str;",
1508     "        //this.window.windowstate.left_props.reload();",
1509     "    } else {",
1510     "        _this.file.setSource(  str );",
1511     "     }",
1512     "    ",
1513     "    // call the signal..",
1514     "    this.save();",
1515     "    ",
1516     "    return true;",
1517     "",
1518     "} "
1519    ],
1520    "| int search" : [
1521     "(string in_txt) {",
1522     "",
1523     "\tvar s = new GtkSource.SearchSettings();",
1524     "\ts.case_sensitive = _this.case_sensitive.el.active;",
1525     "\ts.regex_enabled = _this.regex.el.active;\t",
1526     "\ts.wrap_around = false;",
1527     "\t",
1528     "\tthis.searchcontext = new GtkSource.SearchContext(this.buffer.el,s);",
1529     "\tthis.searchcontext.set_highlight(true);",
1530     "\tvar txt = in_txt;",
1531     "\t",
1532     "\tif (_this.multiline.el.active) {",
1533     "\t\ttxt = in_txt.replace(\"\\\\n\", \"\\n\");",
1534     "\t}",
1535     "\t",
1536     "\ts.set_search_text(txt);",
1537     "\tGtk.TextIter beg, st,en;",
1538     "\t ",
1539     "\tthis.buffer.el.get_start_iter(out beg);",
1540     "\tbool has_wrapped_around;",
1541     "\tthis.searchcontext.forward(beg, out st, out en, out has_wrapped_around);",
1542     "\tthis.last_search_end = 0;",
1543     "\t",
1544     "\treturn this.searchcontext.get_occurrences_count();",
1545     "",
1546     " ",
1547     "   ",
1548     "",
1549     "}",
1550     ""
1551    ],
1552    "| string tempFileContents" : [
1553     "() {",
1554     "   ",
1555     "   ",
1556     "   if (_this.file == null) {",
1557     "       return \"\";",
1558     "   }",
1559     "\tvar str= this.buffer.toString();",
1560     "\tif (_this.file.xtype == \"PlainFile\") {",
1561     "    ",
1562     "     \treturn str;",
1563     "    ",
1564     "    }",
1565     "  ",
1566     "      ",
1567     "     ",
1568     "    GLib.debug(\"calling validate\");    ",
1569     "    // clear the buttons.",
1570     " \tif (_this.prop.name == \"xns\" || _this.prop.name == \"xtype\") {",
1571     "\t\treturn this.file.toSource(); ;",
1572     "\t}",
1573     "\t",
1574     "\tvar oldcode  = _this.prop.val;",
1575     "\t_this.prop.val = str;",
1576     "    var ret = _this.file.toSource();",
1577     "    _this.prop.val = oldcode;",
1578     "    return ret;",
1579     "    ",
1580     "}"
1581    ],
1582    "| void backSearch" : [
1583     "(bool change_focus) {",
1584     "",
1585     "\tif (this.searchcontext == null) {",
1586     "\t\treturn;",
1587     "\t}",
1588     "\t",
1589     "\tGtk.TextIter beg, st,en;",
1590     "\tbool has_wrapped_around;",
1591     "\tthis.buffer.el.get_iter_at_offset(out beg, this.last_search_end -1 );",
1592     "\t",
1593     "\tif (!this.searchcontext.backward(beg, out st, out en, out has_wrapped_around)) {",
1594     "\t\tthis.last_search_end = 0;",
1595     "\t} else {",
1596     "\t\tthis.last_search_end = en.get_offset();",
1597     "\t\tif (change_focus) {",
1598     "\t\t\tthis.view.el.grab_focus();",
1599     "\t\t}",
1600     "\t\tthis.buffer.el.place_cursor(st);",
1601     "\t\tthis.view.el.scroll_to_iter(st,  0.1f, true, 0.0f, 0.5f);",
1602     "\t}",
1603     "",
1604     "}",
1605     ""
1606    ],
1607    "| void forwardSearch" : [
1608     "(bool change_focus) {",
1609     "",
1610     "\tif (this.searchcontext == null) {",
1611     "\t\treturn;",
1612     "\t} ",
1613     "",
1614     "\tGtk.TextIter beg, st,en;",
1615     "\t bool has_wrapped_around;",
1616     "\tthis.buffer.el.get_iter_at_offset(out beg, this.last_search_end);",
1617     "\tif (!this.searchcontext.forward(beg, out st, out en, out has_wrapped_around)) {",
1618     "\t",
1619     "\t\tthis.last_search_end = 0; // not sure if this should happen",
1620     "\t} else {",
1621     "\t\tif (has_wrapped_around) {",
1622     "\t\t\treturn;",
1623     "\t\t}",
1624     "\t",
1625     "\t\tthis.last_search_end = en.get_offset();",
1626     "\t\tif (change_focus) {",
1627     "\t\t\tthis.view.el.grab_focus();",
1628     "\t\t}",
1629     "\t\tthis.buffer.el.place_cursor(st);",
1630     "\t\tthis.view.el.scroll_to_iter(st,  0.1f, true, 0.0f, 0.5f);",
1631     "\t}",
1632     " ",
1633     "}",
1634     ""
1635    ],
1636    "| void reset" : [
1637     "() {",
1638     "\t this.file = null;    ",
1639     "     ",
1640     "    this.node = null;",
1641     "    this.prop = null;",
1642     "\tthis.searchcontext = null;",
1643     "  ",
1644     "}",
1645     ""
1646    ],
1647    "| void scroll_to_line" : [
1648     "(int line) {",
1649     "",
1650     "\tGLib.Timeout.add(500, () => {",
1651     "   ",
1652     "\t\tvar buf = this.view.el.get_buffer();",
1653     "",
1654     "\t\tvar sbuf = (GtkSource.Buffer) buf;",
1655     "",
1656     "",
1657     "\t\tGtk.TextIter iter;   ",
1658     "\t\tsbuf.get_iter_at_line(out iter,  line);",
1659     "\t\tthis.view.el.scroll_to_iter(iter,  0.1f, true, 0.0f, 0.5f);",
1660     "\t\treturn false;",
1661     "\t});   ",
1662     "}",
1663     ""
1664    ],
1665    "| void show" : [
1666     "(JsRender.JsRender file, JsRender.Node? node, JsRender.NodeProp? prop)",
1667     "{",
1668     "    this.reset();",
1669     "    if (this.file != null) {",
1670     "    \tthis.file.navigation_tree_updated.disconnect(",
1671     "    \t\t_this.navigation.show",
1672     "    \t);",
1673     "    }",
1674     "    this.file = file;    ",
1675     "    this.file.navigation_tree_updated.connect(",
1676     "\t\t_this.navigation.show",
1677     "\t);",
1678     "    if (file.xtype != \"PlainFile\") {",
1679     "    \tthis.prop = prop;",
1680     "        this.node = node;",
1681     "",
1682     "        // find the text for the node..",
1683     "        this.view.load( prop.val );",
1684     "        this.updateErrorMarks();",
1685     "        ",
1686     "        ",
1687     "        ",
1688     "        this.close_btn.el.show();       ",
1689     "    ",
1690     "    } else {",
1691     "        this.view.load(        file.toSource() );",
1692     "        this.updateErrorMarks();",
1693     "        this.close_btn.el.hide();",
1694     "        var ls = file.getLanguageServer();",
1695     "        ls.queueDocumentSymbols(file);",
1696     "        ////ls.documentSymbols.begin(file, (a,o) => {",
1697     "        //\t_this.navigation.show(ls.documentSymbols.end(o)); ",
1698     "       //});",
1699     "        //documentSymbols",
1700     "        ",
1701     "    }",
1702     " ",
1703     "}"
1704    ],
1705    "| void updateErrorMarks" : [
1706     "() {",
1707     "\t",
1708     " ",
1709     "",
1710     "\tvar buf = _this.buffer.el;",
1711     "\tGtk.TextIter start;",
1712     "\tGtk.TextIter end;     ",
1713     "\tbuf.get_bounds (out start, out end);",
1714     "",
1715     "\t",
1716     "",
1717     " ",
1718     "\t//GLib.debug(\"highlight errors\");\t\t ",
1719     "",
1720     "\t // we should highlight other types of errors..",
1721     "",
1722     "\tif (_this.window.windowstate.state != WindowState.State.CODEONLY ",
1723     "\t\t&&",
1724     "\t\t_this.window.windowstate.state != WindowState.State.CODE",
1725     "\t\t) {",
1726     "\t\t//GLib.debug(\"windowstate != CODEONLY?\");",
1727     "\t\t",
1728     "\t\treturn;",
1729     "\t} ",
1730     "",
1731     "\t ",
1732     "\tif (_this.file == null) {",
1733     "\t\tGLib.debug(\"file is null?\");",
1734     "\t\treturn;",
1735     "",
1736     "\t}",
1737     "\tvar ar = this.file.getErrors();",
1738     "\tif (ar.size < 1) {",
1739     "\t\tbuf.remove_source_marks (start, end, \"ERR\");",
1740     "\t\tbuf.remove_source_marks (start, end, \"WARN\");",
1741     "\t\tbuf.remove_source_marks (start, end, \"DEPR\");",
1742     "\t\tbuf.remove_tag_by_name (\"ERR\", start, end);",
1743     "\t\tbuf.remove_tag_by_name (\"WARN\", start, end);",
1744     "\t\tbuf.remove_tag_by_name (\"DEPR\", start, end);",
1745     "\t\tthis.last_error_counter = file.error_counter ;",
1746     "\t\t//GLib.debug(\"highlight %s :  %s has no errors\", this.file.relpath, category);",
1747     "\t\treturn;",
1748     "\t}",
1749     "\t",
1750     "",
1751     " // basicaly check if there is no change, then we do not do any update..",
1752     " // we can do this by just using an error counter?",
1753     " // if that's changed then we will do an update, otherwise dont bother.",
1754     "\t  ",
1755     "\t",
1756     "\tvar offset = 0;",
1757     "\tvar hoffset = 0;",
1758     "",
1759     "\tvar tlines = buf.get_line_count () +1;",
1760     "\t",
1761     "\tif (_this.prop != null) {",
1762     "\t\t// this still seems flaky...",
1763     "",
1764     "\t\ttlines = _this.prop.end_line;",
1765     "\t\toffset = _this.prop.start_line;",
1766     "\t\thoffset = _this.node.node_pad.length + 2; //shift it left  by 2 ? ..",
1767     "\t\t",
1768     "\t\t ",
1769     "\t} else {",
1770     "\t\t// no update...",
1771     "\t\tif (this.last_error_counter == file.error_counter) {",
1772     "\t\t",
1773     "\t\t\treturn;",
1774     "\t\t}",
1775     "\t",
1776     "\t}",
1777     "\tbuf.remove_source_marks (start, end, \"ERR\");",
1778     "\tbuf.remove_source_marks (start, end, \"WARN\");",
1779     "\tbuf.remove_source_marks (start, end, \"DEPR\");",
1780     "\tbuf.remove_tag_by_name (\"ERR\", start, end);",
1781     "\tbuf.remove_tag_by_name (\"WARN\", start, end);",
1782     "\tbuf.remove_tag_by_name (\"DEPR\", start, end);",
1783     "\t",
1784     "\tforeach(var diag in ar) { ",
1785     "\t     Gtk.TextIter iter;",
1786     "//        print(\"get inter\\n\");",
1787     "\t    var eline = (int)diag.range.start.line - offset;",
1788     "\t    var eline_to = (int)diag.range.end.line - offset;",
1789     "\t    //var eline =  diag.range.end_line - offset;",
1790     "\t    //GLib.debug(\"GOT ERROR on line %d -- converted to %d  (offset = %d)\",",
1791     "\t    //\terr.line ,eline, offset);",
1792     "\t    ",
1793     "\t    ",
1794     "\t    if (eline > tlines || eline < 0) {",
1795     "\t        continue;",
1796     "\t    }",
1797     "\t    ",
1798     "\t    buf.get_iter_at_line( out iter, eline);",
1799     "\t   \tvar msg = \"Line: %d %s : %s\".printf(eline+1, diag.category, diag.message);",
1800     "\t    buf.create_source_mark( msg, diag.category, iter);",
1801     "\t    ",
1802     " \t    var spos = (int)diag.range.start.character - hoffset;",
1803     " \t    if (spos < 0) { spos =0 ; }",
1804     " \t    if (spos > iter.get_chars_in_line()) {",
1805     " \t    \tspos = iter.get_chars_in_line();",
1806     "    \t}",
1807     "\t\tbuf.get_iter_at_line( out iter, eline_to);",
1808     "\t\tvar epos = (int)diag.range.end.character - hoffset;",
1809     " \t    if (epos < 0) { epos =0 ; }",
1810     " \t    if (epos > iter.get_chars_in_line()) {",
1811     " \t    \tepos = iter.get_chars_in_line();",
1812     "    \t}",
1813     " \t     ",
1814     " \t    ",
1815     " \t    buf.get_iter_at_line_offset( out start, eline, spos); ",
1816     " \t   ",
1817     " \t    buf.get_iter_at_line_offset( out end, eline_to,epos); ",
1818     " \t    \t",
1819     "\t    buf.apply_tag_by_name(diag.category, start, end);",
1820     "\t    ",
1821     "\t   // GLib.debug(\"set line %d to %s\", eline, msg);",
1822     "\t    //this.marks.set(eline, msg);",
1823     "\t}",
1824     "\tthis.last_error_counter = file.error_counter ;",
1825     "",
1826     "",
1827     "",
1828     " ",
1829     "",
1830     "}"
1831    ]
1832   }
1833  ],
1834  "name" : "Editor"
1835 }