Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ronnie Kolehmainen
Total activity
96
Last activity
January 18, 2016 05:22
Member since
September 19, 2010 18:20
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
42
Activity overview
Posts (1)
Comments (53)
Sort by recent activity
Recent activity
Votes
Created
August 05, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do multiple tool windows communicate with each other?
0 votes
Created
April 16, 2012 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...
Community
IntelliJ IDEA Open API and Plugin Development
Issues with Git4Idea since 117.117
0 votes
Created
May 12, 2011 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:...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Contest 2010/2011?
0 votes
Created
November 05, 2012 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).
Community
IntelliJ IDEA Open API and Plugin Development
How to add buttons to the run window?
0 votes
Created
April 09, 2013 19:33
Try adding <depends>com.intellij.css</depends>
Community
IntelliJ IDEA Open API and Plugin Development
Getting a runtime ClassNotFoundException for com.intellij.psi.css.CssDeclaration
0 votes
Created
November 16, 2010 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...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to enable/disable inspections for project?
0 votes
Created
October 19, 2010 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin development first attempt
0 votes
Created
January 17, 2011 18:43
It is located in idea.jar. Just add it to your SDK classpath.
Community
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 votes
Created
January 18, 2011 15:25
This thread may be of help: http://devnet.jetbrains.net/message/5244183
Community
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 votes
Created
April 06, 2011 08:50
Please see http://devnet.jetbrains.net/message/5298857#5298857
Community
IntelliJ IDEA Open API and Plugin Development
Lisp custom language plugin
0 votes
«
First
‹
Previous
Next
›
Last
»