主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brad Handy
活动总数
61
最后的活动
2016年01月17日 08:50
成员加入日期
2009年12月02日 20:48
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
19
活动概览
帖子(18)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
2010年05月26日 13:21
Check the com.intellij.xml.util.XmlUtil class. You'll need the idea.jar in your SDK classpath. This class has for registerXml* methods. You want the registerXmlTagReferenceProvider method.
社区
IntelliJ IDEA Open API and Plugin Development
PsiReference
0 票
创建于
2010年05月26日 13:59
As soon as I implemented by custom FindUsagesHandlerFactory with a custom FindUsagesHandler with the custom query like you mentioned, it worked like a charm. Thanks.
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferences and PropertyValueImpl class
0 票
创建于
2010年05月11日 13:27
I was wondering if there was something I could do in my own plugin to reduce memory consumption for Find Usages. Would a custom search scope help out so there aren't as many files to parse? Or, i...
社区
IntelliJ IDEA Open API and Plugin Development
Memory Usage Tips and Tricks
0 票
创建于
2010年04月19日 17:27
Thanks, I see it now.
社区
IntelliJ IDEA Open API and Plugin Development
CE Codebase: Where's the MAIA branch?
0 票
创建于
2010年08月04日 17:41
For instance, let's say the DomFileDescriptionA is the Spring model and DomFileDescriptionB references spring beans by id/name.
社区
IntelliJ IDEA Open API and Plugin Development
Resolving DomElements From Separate Model
0 票
创建于
2010年08月02日 16:00
I think I answered my own question. I was finally able to trace throughing the indexing code and found how the "value" of the Map returned by the DataIndexer is used. I never noticed the "FileBas...
社区
IntelliJ IDEA Open API and Plugin Development
Extending the File Based Index
0 票
创建于
2010年08月12日 21:04
So I have XML content similar to this:<root> <namedElement name="someName"> <content /> </namedElement></root>I have the appropriate DOM interfaces and classes created. ...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 票
创建于
2010年08月16日 21:35
So if I'm understanding this correctly.What I should be doing is removing my @Referencing annotations for the "name" attribute of my DomElements that already have a @NameValue attribute. Currently ...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 票
创建于
2013年06月10日 17:42
I can download and execute the comparisonChainGen test cases just fine. But, when I run my own, I can't get them to run.
社区
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 票
创建于
2015年11月19日 19:00
I did see this and that is the approach I took in my plugin, but I was wondering if there was a way to accomplish the same task without having to call something in the implementation.
社区
IntelliJ IDEA Open API and Plugin Development
What is the replacement for "performJdbcOperation"?
0 票
«
第一页
‹
上一页