Eclipse extension points

Are any Eclipse extension points planned for Servoy 5 or in the future? Being able to mod the Serclipse environment would be useful. Some hooks that come to mind:

  • Solution Explorer nodes (selected, context menu)
  • Outline item selection
  • object selected in a design editor
  • data hooks (ex: return forms, return forms in module x, return forms in tab panel x, and so on for all objects)

make cases for the once you want on the Solution Explorer

Outline and selection is already default eclipse, you can already listen to that (the properties view already does this for example which is also a basic eclipse view)

what do you mean exactly with data hooks?
I guess you want the solution model api also completely open in java? (instead of just javascript)