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
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
Created
April 06, 2011 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.
Community
IntelliJ IDEA Open API and Plugin Development
Lisp custom language plugin
0 votes
Created
March 28, 2011 07:54
In your initComponent:IntentionManager.getInstance().addAction(new MyIntentionAction());...where MyIntentionAction is an instance of IntentionAction (see its javadoc for more information).
Community
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 votes
Created
March 28, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
custom intention to import class in injected language
0 votes
«
First
‹
Previous
Next
›
Last
»