Brad Handy
- 活动总数 61
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 19
-
创建于 Using DataSources from com.intellij.persistence.database in Custom Plugin
I've been going round and round trying to get the LocalDataSource.getConnection(Project) method to not hang and give me a java.sql.Connection object. No dice. So, I spent quite a bit of time comi... -
创建于 PsiReferences and PropertyValueImpl class
I have some PsiElements which are references from Property files. I have the reference resolution and variants working very well. However, when I try to do the Rename Refactoring or Find Usages, ... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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...