主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2012年10月13日 19:49
Hello Oliver,your attempt is right. Building the ElementPattern unfortunately is sometimes a bit tricky when you're not proficient with underlying PSI.I recommend using the builtin PSI Viewer (Tool...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferenceProvider that match a method call
0 票
创建于
2012年07月31日 07:32
Hi,I see two possible problems:1) make sure you understand rules for targeting correct product (AppCode) from http://confluence.jetbrains.net/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Plat...
社区
IntelliJ IDEA Open API and Plugin Development
AppCode inspection
0 票
创建于
2012年07月31日 14:28
Glad it works now ;-)Note that <inspectionToolProvider> is just a different way of registering an inspection, it will work with <localInspection> as well (if configured properly)
社区
IntelliJ IDEA Open API and Plugin Development
AppCode inspection
0 票
创建于
2012年12月19日 21:19
You might guess the distribution of installations by counting reports per version during say the last 6 months from our bug tracker - but those will "only" be the active users ;-)
社区
IntelliJ IDEA Open API and Plugin Development
Installed Platform Versions
0 票
创建于
2012年12月10日 23:08
Please see http://confluence.jetbrains.net/display/IDEADEV/Getting+Started+with+Plugin+Development, "Publishing a plugin to plugin repository"
社区
IntelliJ IDEA Open API and Plugin Development
Where can I upload a new plugin for IntelliJ
0 票
创建于
2012年11月27日 19:05
You have to use your own error submitter (com.intellij.openapi.diagnostic.ErrorReportSubmitter). http://plugins.intellij.net/plugin/?idea&pluginId=1209 worked fine for me
社区
IntelliJ IDEA Open API and Plugin Development
Replace foreign report submitter
0 票
创建于
2012年11月29日 17:12
You have to usecom.intellij.psi.JavaPsiFacade#getInstance()#findClass()instead.What kind of functionality do you want to provide exactly? Maybe there's a better way then.
社区
IntelliJ IDEA Open API and Plugin Development
PsiTree/Annotation Search - working Samples?
0 票
创建于
2012年10月17日 22:39
What do you mean with "execute"? Run plugin run configuration from IDEA? Please attach full console log and idea.log
社区
IntelliJ IDEA Open API and Plugin Development
Can't execute a plugin
0 票
创建于
2013年01月18日 16:37
Your code now runs in pooled thread and thus has no write access. Please see http://confluence.jetbrains.net/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview#IntelliJIDEAArchitecturalOverview-T...
社区
IntelliJ IDEA Open API and Plugin Development
throwing exceptions with runProcessWithProgressSynchronously
0 票
创建于
2013年01月28日 09:15
These "standard" highlightings will be provide by IntelliJ IDEA as soon as you register a "blank" com.intellij.util.xml.highlighting.BasicDomElementsInspection with your DOM root type. So yes, it's...
社区
IntelliJ IDEA Open API and Plugin Development
Fixed-number(single) SubTag elements
0 票
«
第一页
‹
上一页
下一页
›
最后
»