Replies: 2 comments
-
For this requirement, you'll need to connect GLSP API with Theia's API. Thus, this needs to go into your Theia integration package (cf. tasklist-theia) in order to be able get access to Theia's dependency injection container and make this available to your GLSP client package. A good example of how to do that can be found in the GLSP-Theia selection module and other GLSP-Theia integration features. As you can see in the selection module, it binds the injectable class To hook up the feature module in your diagram, you'll have to add it to your Theia-specific diagram configuration (see e.g. There is two patterns for actually implementing such an integration (cf. Now to the Theia-specific implementation: |
Beta Was this translation helpful? Give feedback.
-
Hi @mrcalvin , I do not know what you plan in detail but be aware also of the GLSP Validation feature that allows you to validate a model live and in batch mode (triggered from the Tool Palette) |
Beta Was this translation helpful? Give feedback.
-
I would like to send results of some analysis performed in the Java GLSP server on a given source-model instance to the Output pane in the Theia client. I checked the project templates and the tutorials, and also the discussions, here. I clearly have missed the obvious?
Beta Was this translation helpful? Give feedback.
All reactions