Loading plugins/Prototypes/org.etsi.mts.tdl.txi/src/org/etsi/mts/tdl/formatting2/TDLtxiFormatter.java +4 −1 Original line number Diff line number Diff line Loading @@ -209,8 +209,11 @@ public class TDLtxiFormatter extends TDLtxFormatter { //doc.prepend(withKeyword, p->p.indent()); //withKeyword.getNextSemanticRegion(); // var rbs = this.textRegionExtensions.regionFor(e).ruleCallTo(this._grammarAccess.()); for (Comment c : e.getComment()) { if (!(e instanceof Member)) { doc.surround(c, p->p.indent()); } doc.append(c, p->p.newLine()); doc.format(c); } Loading Loading
plugins/Prototypes/org.etsi.mts.tdl.txi/src/org/etsi/mts/tdl/formatting2/TDLtxiFormatter.java +4 −1 Original line number Diff line number Diff line Loading @@ -209,8 +209,11 @@ public class TDLtxiFormatter extends TDLtxFormatter { //doc.prepend(withKeyword, p->p.indent()); //withKeyword.getNextSemanticRegion(); // var rbs = this.textRegionExtensions.regionFor(e).ruleCallTo(this._grammarAccess.()); for (Comment c : e.getComment()) { if (!(e instanceof Member)) { doc.surround(c, p->p.indent()); } doc.append(c, p->p.newLine()); doc.format(c); } Loading