开发者

Converting Eclipse plugin to Intellij

开发者 https://www.devze.com 2023-01-14 22:28 出处:网络
I have an eclipse plugin which I want convert to an intellij plugin. Is th开发者_Go百科ere a quick way to do that. What will be the design patterns I can use?I think there is no simple and quick way t

I have an eclipse plugin which I want convert to an intellij plugin. Is th开发者_Go百科ere a quick way to do that. What will be the design patterns I can use?


I think there is no simple and quick way to do this. You need to deeply undestand plugin structure and plugin API of Eclipse and IDEA


  1. first you need fully understand the plugin your are porting.

  2. setup intellij plugin development environment. http://www.jetbrains.org/display/IJOS/Writing+Plug-ins

  3. understand intellij architecture: http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview

  4. read Getting started with plugin development: http://confluence.jetbrains.com/display/IDEADEV/Getting+Started+with+Plugin+Development http://www.youtube.com/watch?v=AktCFxC9Bx0

  5. the sourcecode of intelliJ is very helpful when your need documentation of some functions or classes.

  6. a plugin sourcecode: https://github.com/whunmr/emacsIDEAs

0

精彩评论

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

关注公众号