我对编写 eclipse 插件很感兴趣,我从哪里开始?
哪些资源对您有帮助?
我正在寻找:
1. 教程
2. 致力于插件开发的站点
3. 书籍
我已经对使用多个插件的 RCP 应用程序做了很多工作。这本书在各个方面都对我有很大帮助:RCP 框架和插件开发: http ://www.amazon.com/Eclipse-Rich-Client-Platform-Applications/dp/0321334612
本书将引导您完成使用 RCP 和插件开发的 IM 聊天客户端的开发。
eclipse 站点和 IBM 也有一些很好的教程,这里有一个:http ://www.ibm.com/developerworks/library/os-ecplug/
你可以在这里找到一个很好的分步详细教程:
http://www.eclipsepluginsite.com/
其他教程:
http://www.vogella.de/articles/EclipsePlugIn/article.html
我用过的一本不错的书是“ Eclipse: Building Commercial-Quality Plug-Ins ”。
The RCP book mentioned above is great Also there are some older online articles on the eclipse site starting with http://www.eclipse.org/articles/Article-RCP-1/tutorial1.html. Unfortunately they are a bit out of date.
Eclipse 自己的帮助包含一个平台插件开发指南。这是 IBM 网站上的推荐读物。
我正在尝试自己构建一个插件。在阅读了一点“Eclipse Plug-ins”一书后,我错过了更多教程风格的写作。Vogella 教程非常好。完成之后,我开始阅读一些 Eclipse 代码(如 Vogella 在他的教程中所描述的)。现在我找到了 Eclipse 的帮助资源。
以下是可用于开发 Eclipse 插件的所有书籍:http: //www.eclipseplugincentral.com/books-index-req-view_subcat-sid-4.html
由于 Eclipse RCP 也基于插件,这也可能有所帮助:Eclipse RCP 简介