Brad Handy
- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Created Lazy PsiElement Pointers
I've run into an issue with Lazy PsiElement Pointers and the AbstractTreeBuilder/Structure classes. When initiating an update to the tree, the update stops when an element has been deleted and can... -
Created Memory Usage Tips and Tricks
I'm currently working on a custom plugin for myself and my co-workers. I have a dependent language defined, tab panel setup to view of files of the specified type, and a configuration service (at ... -
Created CE Codebase: Where's the MAIA branch?
I tried checking out the CE codebase with the following command: git clone -b maia git://git.jetbrains.org/idea/community.git ideaThis is due to the instructions on the http://www.jetbrains.org/pa... -
Created Integrating with Spring Plugin
I have a plugin which is currently resolving Spring Bean references, and I like the interface the Spring plugin has for accessing Spring Bean data. One thing I have yet to find is a way to quickly... -
Created Spring Bean References in Third Party Plugins
I have what I think is the correct way to register a SpringBeanNamesReferenceProvider from within my reference contributor, but the references won't resolve.XmlUtil.registerXmlAttributeValueReferen... -
Created False Positive Plugin.xml Errors
I've attached a screenshot of my plugin.xml file. It's showing the applicationService and psi.referenceContributor extension points as not valid for their location in IntelliJ 9. If I change the ... -
Created Basic Code Completion in IntelliJ 8.1.4
I have a PsiPolyVariantReference where I implemented the getVariants method. However, ever time I hit Ctrl-Space to do the completion, my call to getVariants is interrupted by another thread. Wha... -
Created Reference Provider API, Code Completion, etc
Is there any documentation on the web about how to tie the components together to perform code completion and support the ctrl-click navigation to declarations? I've searched for the past couple d...