主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2013年12月10日 07:57
AFAIK this would be com.intellij.psi.impl.source.resolve.reference.impl.providers.JavaClassReferenceProvider
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language - Class Reference Contribution
0 票
创建于
2013年12月11日 09:42
Indeed, this guide needs some updating.Please try following the webinar http://blogs.jetbrains.com/idea/2012/12/webinar-recording-live-coding-a-plugin-from-scratch/ which AFAIK is more up-to-date. ...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Dev with IDEA 12.1.6
0 票
创建于
2013年12月11日 07:26
The easiest way to model XML-based plugins is using DOM APIhttp://confluence.jetbrains.com/display/IDEADEV/Accessing+XML+through+IntelliJ+IDEA+DOMThere's some links to other plugins sources as refe...
社区
IntelliJ IDEA Open API and Plugin Development
Jump to declaration for custom xml
0 票
创建于
2014年01月16日 14:10
https://github.com/JetBrains/Grammar-Kit/blob/master/support/org/intellij/grammar/actions/GenerateAction.java
社区
IntelliJ IDEA Open API and Plugin Development
How to invoke Parser Code generation of Grammar-kit through code
0 票
创建于
2013年12月04日 08:18
Sorry, we don't have specific docs for setting up such an environment.Maybe this topic has some hints http://devnet.jetbrains.com/message/5488124
社区
IntelliJ IDEA Open API and Plugin Development
How to automate testing for IDEA plugins (TravisCI specifically)
0 票
创建于
2013年12月04日 22:51
I don't understand the current problem(s) you're facing.IMHO having a downloaded/shared repo containing necessary IJ JAR files "somewhere" should work fine to compile your plugin and execute your p...
社区
IntelliJ IDEA Open API and Plugin Development
How to automate testing for IDEA plugins (TravisCI specifically)
0 票
创建于
2014年01月22日 18:59
I assume "resources" is a source/resource folder root, so its output is copied to plugin output. Please try removing "/resources/" prefix in your SOLTemplateProvider.See XmlDefaultLiveTemplatesProv...
社区
IntelliJ IDEA Open API and Plugin Development
embed a custom live template in a plugin
0 票
创建于
2014年02月06日 13:12
Yes, see com.intellij.platform.ProjectTemplateEP, you can find example in JavaFX plugin
社区
IntelliJ IDEA Open API and Plugin Development
embed a custom live template in a plugin
0 票
创建于
2014年02月04日 17:24
Please check your PyCharm SDK classpath for anything named "database" or "persistence" or anything else pointing to plugins/API only available in IntelliJ IDEA Ultimate Edition and remove all these...
社区
IntelliJ IDEA Open API and Plugin Development
How do I debug a plugin in PyCharm (or RubyMine, WebStorm, etc)?
0 票
创建于
2014年02月04日 18:39
Please remove anything from PyCharm.app/plugins/*
社区
IntelliJ IDEA Open API and Plugin Development
How do I debug a plugin in PyCharm (or RubyMine, WebStorm, etc)?
0 票
«
第一页
‹
上一页
下一页
›
最后
»