开发者

How to create an Eclipse plugin [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 3 years ago.

开发者_高级运维 Improve this question

i need a complete tutorial about Eclipse plugin. My plugin has not a graphical interface, but i need to use his function insiede another plugin or java app.

I use eclipse ONLY to load this plugin, but must work in eclipse.

It should be easy, but i don't know how to do this.


I often found Lars Vogel's tutorials really useful and simple. This tutorial may be a good start point but be sure to check out the complete list too.


Very well designed wizards are available in eclipse itself. You just say new->plug-in project, and then after going through the wizard steps you can choose from templates like "plugin with popup menu, or "hello world" and so on. So the answer is simply use wizard.


Both of the older answers are good. Eclipse now has a "cheat sheet" that helps with plugin development. In Eclipse, click Help -> Search, and search for “Creating an Eclipse Plug-in". Among the results here is a “Creating an Eclipse Plug-in" cheat sheet.

How to create an Eclipse plugin [closed]

Clicking this starts a cheat sheet (wizard) in the UI. I found it very easy to use. The little question marks on the right side of the cheat sheet give additional helpful information.

How to create an Eclipse plugin [closed]

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜