主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按最近的活动排序
最近的活动
投票数
创建于
2011年08月06日 20:18
I just added templates to my plugin yesterday. It was a little confusing.All you have to do is put the templates in fileTemplates or one of its subfolders make sure that you have named the files co...
社区
IntelliJ IDEA Open API and Plugin Development
How do I register class templates from plugin?
0 票
创建于
2011年12月02日 06:53
I had this problem at one point due to my trying to reuse too many of the Psi classes. I think PsiMethod was one of the ones that caused some trouble. I would just create new types that won't get c...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to disable java intention actions for another language?
0 票
创建于
2012年01月09日 08:34
I disabled the Lua plugin's implementation of LibraryType, and the JS plugin loads now. I really dont understand why though.I still havent replaced the library creator which was removed in 11, so a...
社区
IntelliJ IDEA Open API and Plugin Development
Classloader Issues In Plugins
0 票
创建于
2012年01月07日 08:33
One way would be to make a directory outside the community sources named 'devkit'. Then create src/org/jetbrains/idea inside it, then add to the 'idea' directory a symlink/junction named 'devkit' w...
社区
IntelliJ IDEA Open API and Plugin Development
How do I attach code for the plugin/devkit module?
0 票
创建于
2012年01月07日 08:35
One way would be to make a directory outside the community sources named 'devkit'. Then create src/org/jetbrains/idea inside it, then add to the 'idea' directory a symlink/junction named 'devkit' w...
社区
IntelliJ IDEA Open API and Plugin Development
How do I attach code for the plugin/devkit module?
0 票
创建于
2012年01月08日 13:59
Yeah. Idea lets you set a package prefix on your sources directory - which is what Devkit does, They would need to change the source layout or build a sources jar I would think.
社区
IntelliJ IDEA Open API and Plugin Development
How do I attach code for the plugin/devkit module?
0 票
创建于
2012年02月21日 15:38
I know you guys are busy. I am not complaining, I just thought it would be a nice place to build some community.It might be hard to get off the ground without some publicity though.Is anyone here i...
社区
IntelliJ IDEA Open API and Plugin Development
IRC Channel?
0 票
创建于
2012年03月15日 11:14
Any chance the Jetbrains folks can help publicize the "unoffical" channels?
社区
IntelliJ IDEA Open API and Plugin Development
IRC Channel?
0 票
创建于
2012年03月03日 14:21
It is IntelliJ only because it does not declare any dependencies.Thy adding a dependency on:<depends>com.intellij.modules.lang</depends>
社区
IntelliJ IDEA Open API and Plugin Development
Why my plugin is IntelliJ only? It depends nothing.
0 票
创建于
2012年03月04日 03:28
It is actually documentedhttp://confluence.jetbrains.net/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
社区
IntelliJ IDEA Open API and Plugin Development
Why my plugin is IntelliJ only? It depends nothing.
0 票
«
第一页
‹
上一页
下一页
›
最后
»