主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brad Handy
活动总数
61
最后的活动
2016年01月17日 08:50
成员加入日期
2009年12月02日 20:48
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
19
活动概览
帖子(18)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
2013年06月10日 20:17
Any referenced source that is in the test data needs to be included in your test. I had to include my "annotation" before my testable source file.
社区
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 票
创建于
2013年06月10日 18:55
Found it. I needed to add the -ea VM flag to the run configuration. However, now I'm getting the following error.java.lang.AssertionError: Must not start highlighting from within write action to ...
社区
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 票
创建于
2009年12月29日 18:20
Nevermind. I realized the references provided by the reference providers take a PsiLiteralExpression. I just rolled my own reference and reference provider, then retrieved the model for the modul...
社区
IntelliJ IDEA Open API and Plugin Development
Spring Bean References in Third Party Plugins
0 票
创建于
2009年12月17日 14:03
My apologies. I was having a bad mental day. I had thread scope breakpoints set and I saw another thread hit. It didn't occur to me to at the time to check the threads dropdown. It is working...
社区
IntelliJ IDEA Open API and Plugin Development
Basic Code Completion in IntelliJ 8.1.4
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»