Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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...