Colin Fleming
- Total activity 1477
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 484
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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...