From: Alan Knowles Date: Tue, 19 Mar 2024 15:17:22 +0000 (+0800) Subject: src/Builder4/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=b150784319d46c9d88038ad030b87984fbbf6b01;p=roobuilder src/Builder4/Editor.bjs src/Builder4/Editor.vala --- diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 31e009ab7..667cfb974 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -1131,7 +1131,7 @@ "\t ", "}" ], - "| int getRowFromSymbol" : [ + "| int getRowFromSymbolx" : [ "(Lsp.DocumentSymbol sym) {", "", "\tfor (var i=0;i < this.el.get_n_items(); i++) {", diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 5a445413d..6029ac79a 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -2073,7 +2073,7 @@ public class Editor : Object } // user defined functions - public int getRowFromSymbol (Lsp.DocumentSymbol sym) { + public int getRowFromSymbolx (Lsp.DocumentSymbol sym) { for (var i=0;i < this.el.get_n_items(); i++) { var tr = (Gtk.TreeListRow)this.el.get_item(i);