X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2FBuilder4%2FEditor.vala;h=2b47e913582fc206cca98def2778ba872e4a513a;hb=8b04842b45ca9b062fd8c32defdf53600371bd32;hp=845175e2dc8df4ab5abdefa7f08c6d37274d1219;hpb=fdd0aa3d4dcb5df79ba27d6721a44d1283d738e8;p=roobuilder diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 845175e2d..2b47e9135 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -885,7 +885,9 @@ public class Editor : Object var oldcode = _this.prop.val; _this.prop.val = str; + _this.node.updated_count++; _this.file.getLanguageServer().document_change(_this.file); + _this.node.updated_count++; _this.prop.val = oldcode;