主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ronnie Kolehmainen
活动总数
96
最后的活动
2016年01月18日 05:22
成员加入日期
2010年09月19日 18:20
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
42
活动概览
帖子(1)
评论(53)
按最近的活动排序
最近的活动
投票数
创建于
2012年11月05日 10:03
I haven't tried this myself but I would have a look at the com.intellij.execution.actions.ConsoleActionsPostProcessor extension point (com.intellij.consoleActionsPostProcessor in plugin.xml).
社区
IntelliJ IDEA Open API and Plugin Development
How to add buttons to the run window?
0 票
创建于
2013年04月09日 19:33
Try adding <depends>com.intellij.css</depends>
社区
IntelliJ IDEA Open API and Plugin Development
Getting a runtime ClassNotFoundException for com.intellij.psi.css.CssDeclaration
0 票
创建于
2010年11月16日 07:52
Look at the various methods of getting a profile with InspectionProfileManager.getInstance()You can check if the profile can be modified, and if so enable/disable inspections by their id: if (pr...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to enable/disable inspections for project?
0 票
创建于
2010年10月19日 08:59
Rob, I have written a few plugins during the last couple of years. I think the easiest way to get started is to look at other plugins. Check out the plugins repository - http://plugins.intellij.net...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin development first attempt
0 票
创建于
2011年01月17日 18:43
It is located in idea.jar. Just add it to your SDK classpath.
社区
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 票
创建于
2011年01月18日 15:25
This thread may be of help: http://devnet.jetbrains.net/message/5244183
社区
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 票
创建于
2011年04月06日 08:50
Please see http://devnet.jetbrains.net/message/5298857#5298857
社区
IntelliJ IDEA Open API and Plugin Development
Lisp custom language plugin
0 票
创建于
2011年04月06日 10:04
I'm just meaning that the error belongs to another third-party plugin and you can see that it has been reported in the comments section.You could try contacting its authors.
社区
IntelliJ IDEA Open API and Plugin Development
Lisp custom language plugin
0 票
创建于
2011年03月28日 07:54
In your initComponent:IntentionManager.getInstance().addAction(new MyIntentionAction());...where MyIntentionAction is an instance of IntentionAction (see its javadoc for more information).
社区
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 票
创建于
2011年03月28日 09:57
yole wrote:Hello Ronnie,Please do not do this in initComponent(). Use the extension point instead.-- Dmitry JemerovDevelopment LeadJetBrains, Inc.http://www.jetbrains.com/"Develop with Pleasure!"Y...
社区
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 票
«
第一页
‹
上一页
下一页
›
最后
»