Cannot find module '@eclipse-emfcloud/sprotty-ecore/lib/action-definitions' #165
-
|
Following this discussion, I am trying to get a property-view running for my GLSP diagrams based on Ecore models (some discussion here: eclipse-glsp/glsp#684 (comment)). To get the semantic URI of the selected element, I am following EcoreGlspSelectionDataService. As here, I have added |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 18 replies
-
|
Hi @ipa-hsd! BR, Nina PS: Please note that the |
Beta Was this translation helpful? Give feedback.

Hi @ipa-hsd!
Thank you for your interest in the
ecore-editorandproperty view!Currently, the
@eclipse-emfcloud/sprotty-ecorepackage is not published via npm.I would suggest to implement your own
GlspSelectionDataServicein your editor application. If there arise any issues, do not hesitate to come back to this discussion!BR, Nina
PS: Please note that the
@eclipse-emfcloud/ecore-glsprepository contains a demonstrator for showing an editor for Ecore models. Thus, we only focus on what’s relevant for the demonstration under a controlled environment. If you are interested in transforming this demonstrator into an adoptable state, e.g. by funding the development work or working on it you…