eclipse-sprotty / sprotty-theia

Integration of Sprotty diagrams into Theia IDE
https://eclipse.org/sprotty
Eclipse Public License 2.0
24 stars 14 forks source link

[connector] allow multiple diagrams #19

Closed JanKoehnlein closed 6 years ago

JanKoehnlein commented 6 years ago

Currently, each diagram manager creares their own TheiaDiagramConnector, that registers the diagram LS methods to the language client. This overrides all previous implementations. We need to add an additional indirection to support multiple diagram managers.