主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2005年08月09日 13:28
Why does HintManager.getInstance() return ]]> (called inside AnAction.actionPerformed()) ?
社区
IntelliJ IDEA Open API and Plugin Development
HintManager API question
0 票
创建于
2005年10月07日 12:20
1) AFAIK IDEA creates a dummy PsiFile/Element (?!) with content "IntellijIDe....", that's why there's no VF2) I had these problems too, if I remember right my ReferenceProvider wasn't called at all...
社区
IntelliJ IDEA Open API and Plugin Development
getVariants() issues
0 票
创建于
2005年11月29日 08:15
apparently not in 4055 :(
社区
IntelliJ IDEA Open API and Plugin Development
problems with keeping uptodate with 5.1-EAP
0 票
创建于
2005年12月04日 17:21
sorry, I meant PROPERTY_FILE_PROVIDER which changed to PROPERTIES_FILE_PROVIDER.. nevermind, it seems plugin authors must watch and test each and every single build separately :(
社区
IntelliJ IDEA Open API and Plugin Development
problems with keeping uptodate with 5.1-EAP
0 票
创建于
2005年11月04日 18:14
ProductivityFeaturesProvider is your friend
社区
IntelliJ IDEA Open API and Plugin Development
How to integrate with Productivity Hints?
0 票
创建于
2005年08月30日 13:27
I'm also currently struggling with not-so-open-OpenAPI for ReferenceProvider and friends.. well, I got some stuff working, but the best I found is this ;)getReferencesByElement called for psiElemen...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference provided by ReferenceProvider ignored during completion if it has same text range as existing reference in XML file?
0 票
创建于
2005年08月30日 15:04
Is it possible to get the current VirtualFile within PsiReference.getVariants() ?I'm attaching it to XmlAttributeValue, getting element.getContainingFile() returns a valid PsiFile, but calling getV...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference provided by ReferenceProvider ignored during completion if it has same text range as existing reference in XML file?
0 票
创建于
2005年08月30日 16:23
Answering myself:
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference provided by ReferenceProvider ignored during completion if it has same text range as existing reference in XML file?
0 票
创建于
2005年08月31日 12:25
Thanks for your answer.Btw, if I register 2 or more Providers with registerXmlAttributeValueReferenceProvider() the last one wins and overwrites all previous providers. Is this by design?! Is there...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference provided by ReferenceProvider ignored during completion if it has same text range as existing reference in XML file?
0 票
创建于
2005年09月01日 13:05
Now I've found a way to combine IDEA's internal Providers with my custom one, so that both results are being combined - but now the same problem as Keith: only one provider is considered for getVar...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference provided by ReferenceProvider ignored during completion if it has same text range as existing reference in XML file?
0 票
«
第一页
‹
上一页
下一页
›
最后
»