Reputation: 14299
I would like to create the configuration editor plugin for my XML configuration file which would be similiar to this.
I was searching how I can create Eclipse plugin and I didn't find any plugin option which would allow me to do that. Only thing which is close to what I want is custom editor but it would be very tedious write entire configuration logic and I would like to use some existing tools.
Thank you for advices.
Upvotes: 2
Views: 1315
Reputation: 45684
I think you would have to create a custom editor using the forms API, see Eclipse form based XML editor
Upvotes: 3