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
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
Created
August 12, 2010 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. ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 votes
Created
August 16, 2010 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 votes
Created
June 10, 2013 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.
Community
IntelliJ IDEA Open API and Plugin Development
StackOverflowError Running Plugin Unit Tests in Ultimate
0 votes
Created
November 19, 2015 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.
Community
IntelliJ IDEA Open API and Plugin Development
What is the replacement for "performJdbcOperation"?
0 votes
«
First
‹
Previous