主页
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年11月15日 17:49
Please post registration tag content of this inspection from your plugin.xml
社区
IntelliJ IDEA Open API and Plugin Development
Why is psiFile.getVirtualFile().getFileType() sometimes RegExpFileType for the same java file?
0 票
创建于
2013年11月15日 18:02
I assume this is some injected RegExp fragment "file" located in Java File. Could you verify what text content that file has?
社区
IntelliJ IDEA Open API and Plugin Development
Why is psiFile.getVirtualFile().getFileType() sometimes RegExpFileType for the same java file?
0 票
创建于
2014年01月08日 19:20
What exactly do you want to intercept/trigger on this action?
社区
IntelliJ IDEA Open API and Plugin Development
How can i intercept the Save All action?
0 票
创建于
2014年01月09日 16:37
Thanks, added to http://confluence.jetbrains.com/display/IDEADEV/Getting+Started+with+Plugin+Development
社区
IntelliJ IDEA Open API and Plugin Development
How to automate testing for IDEA plugins (TravisCI specifically)
0 票
创建于
2014年01月08日 18:55
"some IDEA installations define this group; some don't)"What exactly is the criteria whether this group is available or not?a) Community vs ultimate edition?b) installed plugin?These criteria could...
社区
IntelliJ IDEA Open API and Plugin Development
How to optionally add an action to a group?
0 票
创建于
2014年01月08日 20:45
The correct way is to provide two distinct versions (read: just "patched" plugin.xml) of your plugin with corresponding build number ranges targeting the major versions, see http://confluence.jetbr...
社区
IntelliJ IDEA Open API and Plugin Development
How to optionally add an action to a group?
0 票
创建于
2014年01月09日 07:45
No and No (AFAIK)
社区
IntelliJ IDEA Open API and Plugin Development
How to optionally add an action to a group?
0 票
创建于
2013年12月20日 08:41
You need to provide an extension point in your plugin.xml to your implementation (extending com.intellij.projectImport.ProjectOpenProcessorBase)<projectOpenProcessor id="EclipseProjectOpenProcessor...
社区
IntelliJ IDEA Open API and Plugin Development
Detect and use an SDK when using 'Import from existing sources' feature of PHPStorm
0 票
创建于
2013年12月19日 08:29
There's internal class com.intellij.openapi.wm.impl.FrameTitleBuilder, but implementation is "hardcoded" into IDE and would need to be overridden by nasty hacks. Feel free to file an RFE for having...
社区
IntelliJ IDEA Open API and Plugin Development
A way to change the title of PHPStorm
0 票
创建于
2014年01月28日 10:19
Please see http://confluence.jetbrains.com/display/IDEADEV/Persisting+State+of+Components
社区
IntelliJ IDEA Open API and Plugin Development
What is the equivalent for IPreferenceStore in intellij
0 票
«
第一页
‹
上一页
下一页
›
最后
»