Page 1 of 1

Eclipse extension points

PostPosted: Tue Nov 03, 2009 10:58 pm
by david
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)

Re: Eclipse extension points

PostPosted: Fri Nov 20, 2009 9:25 pm
by jcompagner
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)