主页
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年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 票
创建于
2011年05月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PHP Icon
0 票
创建于
2011年05月04日 07:47
Just make your main configurable implement Configurable.Composite and provide your children from the getConfigurables() method.
社区
IntelliJ IDEA Open API and Plugin Development
Configurables
0 票
创建于
2011年06月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Platform SDK vs Project SDK
0 票
创建于
2012年02月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
plugin update partially completed (plugin upload)
0 票
创建于
2012年05月28日 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
社区
IntelliJ IDEA Open API and Plugin Development
Wolf
0 票
创建于
2012年06月19日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to build a plugin with a script (ant, gradle)
0 票
创建于
2012年10月08日 19:37
How about PsiUtilBase.getPsiFileInEditor(Editor, Project) ?
社区
IntelliJ IDEA Open API and Plugin Development
Updating my Plugin, getPsiFileInEditor() is gone
0 票
«
第一页
‹
上一页
下一页
›
最后
»