Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 Strange formatting problem in 8.1.4
Hi all,I've suddenly started experiencing a strange formatting problem in a project I'm working on with 8.1.4. I'm starting to see this:Then if I format the code again, it lines up correctly:If I f... -
创建于 Scala Power Pack
Hi all,I've decided to give Scala another try, and I was keen to use the Scala Power Pack to automatically convert a few Java classes. However when I start IntelliJ after installing it, it gives an... -
创建于 Custom navigation in XML files
Hi all,I have a couple of projects which contain a lot of XML in a non-standard format (one is an in-house web framework that a friend is working on, and one is a project at work). The XML contains... -
创建于 Problems sharing project files even with .idea format
Hi all,We recently switched to using the .idea project format hoping that it would solve our problems with sharing project files, but it hasn't really helped. They're still modified on a regular ba... -
创建于 Problem with scopes in Diana 9939
Hi all,I posted this as a follow up to another thread, but it's really a separate question. I've found that my scopes now don't work under IDEA 8 - I'm using Diana 9939. Here's a screenshot of the ... -
创建于 Problem implementing ReferencesSearch extension
Hi all,A couple of days ago I reported javascript:;which turned out to be invalid - I thought Find Usages wasn't working correctly but it seems that I had to implement the ReferencesSearch extensio... -
创建于 Problem with Annotator
Hi all,I'm using an annotator for my custom language plugin, and I'm seeing that it's not called for all elements - I end up with some dangling elements that are not correctly annotated. I've been ... -
创建于 Problem using test fixtures - CORE_PLUGIN_ID not registered with IC
Hi all,I'm developing using IC-90.96, and my tests no longer work. I'm using the following code to set up a test fixture:myFixture = createFixture();try{ myFixture.setUp();}catch (Exception e){ t... -
创建于 How to implement references to elements not in project?
Hi all,In my plugin, I have references working correctly. However frequently I'd like to identify symbols that come from the underlying implementation, such as built in functions. The user can't na... -
创建于 Scope/Inspection UI is difficult to understand
Hi all,I just moved from Demetra to Maia, and I'm having trouble understanding the Scope/Inspection UI. Previously in my company we had several scopes, several inspection configs, and assigned each...