eclipselabs/eclipse-language-service

Chain of TextEdits must be applied in reverse order (from max offset to min one)

Closed this issue · 2 comments

It looks that org.eclipse.text.edits.TextEdit infrastructure is handling this. I was applying text edits as separate edits and then the process was crashed by invalid offsets but when MultiTextEdit is used its not a problem anymore.

Ok, great. Let's close it then.