主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ronnie Kolehmainen
活动总数
96
最后的活动
2016年01月18日 05:22
成员加入日期
2010年09月19日 18:20
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
42
活动概览
帖子(1)
评论(53)
按最近的活动排序
最近的活动
投票数
创建于
2011年08月05日 08:06
talanb wrote:I'm also capturing the JTree selection change. How do I get a reference to my tool windows from my listener class ToolWindowManager.getInstance(project).getToolWindow(ID) gets the too...
社区
IntelliJ IDEA Open API and Plugin Development
How do multiple tool windows communicate with each other?
0 票
创建于
2012年04月16日 07:59
Are you sure you have your SDK set up correctly? The reason I'm asking is that I also encountered this API change, and by switching to project.getComponent(GitRepositoryManager.class) it works as b...
社区
IntelliJ IDEA Open API and Plugin Development
Issues with Git4Idea since 117.117
0 票
创建于
2011年05月12日 08:16
I agree. It has been my number one source for quality T-shirts for the last couple of years ;)Anyways, if you are not running a contest this year you should probably change the information at http:...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Contest 2010/2011?
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»