eclipse-langium / langium

Next-gen language engineering / DSL framework
https://langium.org/
MIT License
663 stars 61 forks source link

Support all text document operations #1474

Closed msujew closed 1 month ago

msujew commented 2 months ago

Closes https://github.com/eclipse-langium/langium/issues/1272

Supports the rest of the text document operations, that were previously not being handled by any service. There are no default implementations for the methods, but any adopter can add them to the default text update handler.

msujew commented 1 month ago

The failure in https://github.com/eclipse-langium/langium/actions/runs/9081381517/job/24955100656?pr=1474 is unrelated, right?

Yes, it's an intermittent failure of our CI due to a badly written timeout. Rerunning the pipeline fixed it.