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
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
Created
May 16, 2011 08:42
If you have set com.jetbrains.php as a dependency in your plugin it should work with IconLoader.findIcon("/icons/php-icon.png"). The php icons are located in php.jar in the plugins directory of the...
Community
IntelliJ IDEA Open API and Plugin Development
PHP Icon
0 votes
Created
May 04, 2011 07:47
Just make your main configurable implement Configurable.Composite and provide your children from the getConfigurables() method.
Community
IntelliJ IDEA Open API and Plugin Development
Configurables
0 votes
Created
June 29, 2011 07:47
bassybassygoodboy wrote: I am trying to set up an environment for developing plugins. I have read the "setting up the IDE for plugins" page, but actually it's not that clear when you're talking a...
Community
IntelliJ IDEA Open API and Plugin Development
Platform SDK vs Project SDK
0 votes
Created
February 06, 2012 08:44
janickr wrote:...and there is no download link (no little floppy disk icon) for the 0.6 version. The plugin itself was succesfully uploaded I guess, because I could install it via IntelliJ.--Janic...
Community
IntelliJ IDEA Open API and Plugin Development
plugin update partially completed (plugin upload)
0 votes
Created
May 28, 2012 20:38
sylvanaar wrote:Someone has a sense of humor. LOLYou can never be sure with these guys.... ;)http://www.facebook.com/photo.php?fbid=184103944946201&set=a.169841549705774.49177.128562817166981&type=3
Community
IntelliJ IDEA Open API and Plugin Development
Wolf
0 votes
Created
June 19, 2012 08:23
It is just a ZIP file so you can use the script of your choice (we use maven at work). Just put all jars inside yourpluginname/lib in the ZIP file and make sure that META-INF/plugin.xml ends up in ...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to build a plugin with a script (ant, gradle)
0 votes
Created
October 08, 2012 19:37
How about PsiUtilBase.getPsiFileInEditor(Editor, Project) ?
Community
IntelliJ IDEA Open API and Plugin Development
Updating my Plugin, getPsiFileInEditor() is gone
0 votes
«
First
‹
Previous
Next
›
Last
»