eclipse-glsp / glsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.dev/glsp
Other
195 stars 31 forks source link

Add contribution point for tool palette toolbar items #1342

Open martin-fleck-at opened 4 months ago

martin-fleck-at commented 4 months ago

The current tool palette loads it's items through the RequestContextActions with contextId: ToolPalette.ID. This is nice and extensible. However, the tool bar items on top of the palette are hard-coded in the rendering of the tool palette UI extension. It would be great to allow adopters (and our own modules for that matter) to provide an additional toolbar items dynamically.