Colin Fleming
- Total activity 1477
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 484
-
Created @NonNls inspection question
Hi all,It seems that @NonNls is ignored by the 'String.equals() using internationalised strings' inspection. Is this correct? It seems like marking the two strings as @NonNls should prevent this wa... -
Created External Annotations?
What's happening with external annotations? There seem to have been various posts talking about them for use with @Nullable and @NonN1s - any updates?Cheers,Colin -
Created Plugins problem
Hi all,I just installed M1 to see if I can realistically use it for my day to day work, looks good so far. When I installed it, I uninstalled the plugins I don't use, and mistakenly uninstalled the... -
Created Working with the Scala plugin source
Hi all,I'm not sure if this should be here or in plugins. I downloaded the source code to the Scala plugin, I'm getting interested in Scala and a language plugin I'm working on seems like it might ... -
Created Newbie language plugin question
Hi all,I'm trying my hand at developing a language plugin for IDEA. I currently have implemented the basics (LanguageFileType, Language, and the Lexer). I wanted to try the lexer, so my Language re... -
Created String literal inspection question
Hi all,I'm working on code with a lot of String literals at the moment, and I think the usability of the "Duplicate String literal" inspection could be improved with a relatively simple change. Fir... -
Created Project file reorganisation
Hi all,We have our project files (ipr and iml) checked into Subversion. We have some ant task triggers (before run, after compilation, etc), and IntelliJ likes to rearrange them apparently at rando... -
Created Problems with window layouts
Hi all,Recently, I've found that IntelliJ will occasionally refuse to show me one or more of my tool windows. This seems to happen especially with the Messages and Version Control windows. The only... -
Created Extreme subversion pain
Hi everyone,Recently we've had some really bad subversion problems. This is with 6.0.4 on OS X, we upgraded our repositories to 1.4 when it asked. We're pretty under the hammer, so I haven't had ti... -
Created Wierd Ant build file problem
Hi all,We're using Ant in our project. Our buildfile starts like this: (big long file here) Ant works fine, both inside and out of IntelliJ. But while editing, the file attribute is marked in...