Colin Fleming
- Total activity 1477
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 484
-
Created Current 13 EAP (132.325) doesn't compile with Ant
Hi all,I'm trying to compile the sources for the current EAP using Ant, and it's not working (error below). I normally compile in order to get the sources.zip file to add to my SDK. Is there someth... -
Created Declaring language elements for Java interop
Hi all,I'd like to declare elements in my plugin that interact with Java in mixed projects. In particular, I'd like to know how to:1. Declare an element as the implementation of an interface, or th... -
Created Strange problem with stub indexing
Hi all,I've just added a new stub index to my project. I've created everything according to the doc and it all seems to work ok until I try to get elements out. When I try to retrieve the elements ... -
Created Creating comments in parser
Hi all,I usually handle the comments in my plugin using the lexer, but in some cases I need to return them from the parser since I need to parse an entire form to comment. This works, I mark the co... -
Created Exception running tests under 13 EAP
Hi all,I've just compiled my plugin under the 13 EAP, and apart from some very minor API changes it seems to work ok. However when I run my tests I get the following exception:java.lang.AssertionEr... -
Created PsiShortNamesCache not working in test fixture?
Hi all,I'm trying to create some tests for my annotator, and the tests aren't working. This seems to be because PsiShortNamesCache is returning no items even when I search for something common (lik... -
Created Profiling resolve and annotation code?
I'm having some problems with the performance of my resolve code and also of my annotation code. I'd like to be able to profile these, but it's difficult to do in a running IDE. I was considering w... -
Created Lifecycle of stub creation
I'm reworking how I use stubs for indexing at the moment to try to make it more general, and I have a few questions about the stub element lifecycle. I'm assuming that when indexStub is called the ... -
Created Register PersistentStateComponents dynamically?
Is it possible to register PersistentStateComponents dynamically, for example from an application component at startup, instead of specifying them as e.g. project components in plugin.xml? I'm usin... -
Created Best way to associate data with a PsiElement?
I want to associate some information with the PsiElement subclass instances in my plugin, and I'm not sure of the best way to do this. I'd like to cache information such as inferred types and value...