主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2010年02月25日 10:59
Thanks for the quick answer. Too bad it's not possible..
社区
IntelliJ IDEA Open API and Plugin Development
Circular dependency between two plugin's extension-points?
0 票
创建于
2014年01月27日 19:56
It should be quite possible to define such a "home-folder-less" SDK.You can store/retrieve additional data via SdkAdditionalData (see org.jetbrains.idea.devkit.projectRoots.Sandbox of DevKit plugin...
社区
IntelliJ IDEA Open API and Plugin Development
Custom SDK - Bundled with Plugin?
0 票
创建于
2014年01月20日 19:23
Unfortunately there's no way to extend/override the current behavior. You might want to create a feature request to allow extending "Resource" references in our issue tracker (http://youtrack.jetbr...
社区
IntelliJ IDEA Open API and Plugin Development
How to override/append/intercept existing inspections?
0 票
创建于
2014年02月22日 09:13
Please deinstall JFlex support plugin, it does not work properly with 13. You can generate everything using GrammarKit now.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Development with IDEA 13
0 票
创建于
2014年02月10日 10:28
We're going to opensource Spring-API in 13.1, so you'll be able to perform exactly these tasks and much more.http://confluence.jetbrains.com/display/IDEADEV/Spring+API+Guide
社区
IntelliJ IDEA Open API and Plugin Development
reference custom xml schema
0 票
创建于
2014年02月12日 11:33
13.1 EAP is now open: http://confluence.jetbrains.com/display/IDEADEV/IDEA+13.1+EAPPlease let us know how Spring API works for your needs.
社区
IntelliJ IDEA Open API and Plugin Development
reference custom xml schema
0 票
创建于
2013年05月06日 08:00
Hello Colin,there's a full tutorial on how to write tests for custom language plugins:http://confluence.jetbrains.com/display/IntelliJIDEA/Writing+Tests+for+Plugins
社区
IntelliJ IDEA Open API and Plugin Development
Profiling resolve and annotation code?
0 票
创建于
2014年02月11日 10:20
An even easier way would be to simply connect profiler to running IDEA instance and record CPU performance/invocation count while a file is opened and highlighted.If there really are hotspots in yo...
社区
IntelliJ IDEA Open API and Plugin Development
Profiling resolve and annotation code?
0 票
创建于
2014年02月10日 18:05
This is part of java-psi-api, so you'll need to make sure required dependencies are described in your plugin.xml http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+P...
社区
IntelliJ IDEA Open API and Plugin Development
PsiParenthesizedExpression missing from RubyMine, WebStorm and PHPStorm
0 票
创建于
2014年02月08日 11:25
"Presentation Assistant" does exactly this http://plugins.jetbrains.com/plugin/7345See https://github.com/chashnikov/IntelliJ-presentation-assistant/blob/master/src/ShortcutPresenter.kt for impleme...
社区
IntelliJ IDEA Open API and Plugin Development
Capturing shortcuts
0 票
«
第一页
‹
上一页
下一页
›
最后
»