How to build plugin for PhpStorm?
Sorry for maybe stupid question, but I can't build plugin for PhpStorm. I know how to build jar file, and it even working on IDEA Comunoty Edition, but on PhpStorm, same jar file is not working. I though it because of <idea-version since-build=""/> or <depends>com.jetbrains.php</depends>, but looks like problem somewhere else.
I added project to github https://github.com/redexp/extended-folding-plugin
Maybe something wrong with SDK (I'm using idea folder, also tried phpstorm folder, also idea folder with imported php.jar plugin)
请先登录再写评论。
Or at least, may be some one can build jar file for PhpStorm from my sources:)
Thanks
http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products