1

I am trying to customize the palette in eclipse to include items for custom mediators that I have written. I have tried digging through the tooling source, but am unable to find the location of these configurations.

Palette

Community
  • 1
  • 1
Jon
  • 11
  • 1
  • 2

1 Answers1

0

Developer Studio is written on the Eclipse GMF framework. And, its properties view is implemented using the Eclipse EEF framework. If we want to add a mediator onto the palette, we have to add its configuration into the ecore model, and generate respective models and codebase, accordingly. Please refer this, for more details.