开发者

how to make a new eclipse project (as a plugin)

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.


Eclipse.org officially suggests THIS BLOG to start developing the eclipse plugins.

This will give you an understanding on where to start, how to write and how to generate it as a plugin and deploy it.

Posts given by @Dirk also will be very helpful.


There are a lot of tutorials on Eclipse RCP on the Internet, on the following link from the chapter Tutorials Writing an Eclipse Plug-in (Part 1) to Writing an Eclipse Plug-in (Part 6) will be helpful:

http://lubospeclipse.wordpress.com/eclipse-plugin-and-rcp-development-notes-2-2/

Also, if you want to check an existing Open Source Eclipse plugin which does the same thing, the best way do is to find plugins made for new languages of technologies. Basically, every new language or technology first implements plugins for new project and for custom file type.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜