Is there, somewhere a tutorial on how to make an eclipse plugin.
need it to integrate as a NEW PROJECT into eclipse.
I’ve seen others, but not for making a NEW PROJECT plugin.
or is there an existing open source plugin i could check for tips and tricks… could not find it, eclipse list of plugins is crazy to search through.
This as well as this tutorial look rather promising for beginning plugin development. Also have a look at https://stackoverflow.com/questions/592391/eclipse-plugin-development-resources. For wizards, check this tutorial.