How to add context menu and properties panel to view/edit the properties of the diagram elements? #1504
Replies: 1 comment 4 replies
-
Hi, we have one example for editing properties in an input box overlay. This is the context menu registration which sets the visibility of this UI extension to true: For creating a separate property view, we typically implement a plain view in VS Code or Theia and then react to the selection:
An example for that can be found e.g. here in the CrossModel modeling tool: I hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Are there any easy to follow examples that show how to add context menu and properties panel to view/edit the properties of the diagram elements in the project-templates from the glsp-examples (node-json-theia, java-emf-theia, and node-json-vscode)?
Beta Was this translation helpful? Give feedback.
All reactions