Colin Fleming
- Total activity 1477
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 484
-
Created Mapping of keyboard shortcuts to OSX
I'm developing on a Mac, and I'm moving most of my actions to code rather than declaring them in plugin.xml. I'm having problems working out when shortcuts using control are mapped to meta for OSX.... -
Created Retina Displays
So, like many I'm sure I'm buying a new MacBook pro for the retina display. Unfortunately it seems that applications have to enable support for it to take advantage of it. It's pretty important to ... -
Created FileDocumentManager.requestWriting() and Document.start/stopGuardedBlockChecking
Hi all,I have a persistent problem in one of my language console editors (see: http://devnet.jetbrains.net/message/5458844). I've looked at the things suggested by Jon Ahktar, and as far as I can t... -
Created Spurious "Dynamic usages" in my Find Usages results
Hi all,When I invoke my Find Usages, I frequently (although not always) find some results in the "Dynamic usages" category which are normally duplicates of one of the previous results. Where do the... -
Created AssertionError in language console
Hi all,In my language console, I'm finding it occasionally gets into a state where I continuously get the exception below. These examples are from pressing the backspace key or from performing a se... -
Created Maven web project problem - Library is missing from artifact
Hi all,My girlfriend works in web development, at their company they have a fairly large web-app structured as a multi-pom maven project (don't ask, it's awful). Whenever IntelliJ refreshes the mod... -
Created Refresh auto-import popup
Hi all,In my plugin I support auto-importing from my annotator using the ImportClassFix. This works fine, and it also works in my language console, where I automatically execute an import command i... -
Created Caching PsiElements?
Hi all,I'm working on a performance problem with symbol resolution in the Clojure plugin. The problem seems to be that every time it resolves a symbol it reparses the entire standard library. I've ... -
Created Debugging performance of plugin
Hi all,I'm working on the Clojure plugin at the moment, and it seems that the resolve code is really slow - certainly it seems to be much slower than equivalent resolution of symbols in Java code. ... -
Created SVN: authentication cancelled
Hi all,I'm having a problem accessing our SVN repository over svn+ssh from my new iMac. I'm in a new office of ours so I'm connecting over a VPN and I'm on a new machine. I've cleared the cached au...