Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Brad Handy
Total activity
61
Last activity
January 17, 2016 08:50
Member since
December 02, 2009 20:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
19
Activity overview
Posts (18)
Comments (24)
Sort by recent activity
Recent activity
Votes
Created
June 10, 2013 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.
Community
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 votes
Created
June 10, 2013 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 votes
Created
December 29, 2009 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...
Community
IntelliJ IDEA Open API and Plugin Development
Spring Bean References in Third Party Plugins
0 votes
Created
December 17, 2009 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...
Community
IntelliJ IDEA Open API and Plugin Development
Basic Code Completion in IntelliJ 8.1.4
0 votes
Created
May 26, 2010 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.
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference
0 votes
Created
May 26, 2010 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.
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferences and PropertyValueImpl class
0 votes
Created
May 11, 2010 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...
Community
IntelliJ IDEA Open API and Plugin Development
Memory Usage Tips and Tricks
0 votes
Created
April 19, 2010 17:27
Thanks, I see it now.
Community
IntelliJ IDEA Open API and Plugin Development
CE Codebase: Where's the MAIA branch?
0 votes
Created
August 04, 2010 17:41
For instance, let's say the DomFileDescriptionA is the Spring model and DomFileDescriptionB references spring beans by id/name.
Community
IntelliJ IDEA Open API and Plugin Development
Resolving DomElements From Separate Model
0 votes
Created
August 02, 2010 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...
Community
IntelliJ IDEA Open API and Plugin Development
Extending the File Based Index
0 votes
«
First
‹
Previous
Next
›
Last
»