Colin Fleming

- Total activity 1423
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 468
-
Created Inline debugger values
Hi all,The new v14 feature to have values from the debugger displayed inline in the editor is really great. Is it possible to achieve this for other languages? I'm mostly interested in Clojure whic... -
Created Problems generating searchableOptions.xml
Hi all,I'm trying to generate a searchableOptions.xml for my plugin, but it's proving difficult to find the correct magic incantation. This is what I have right now:In my run config, I have:Main cl... -
Created Some questions about JVM debugger expression evaluation
Hi all,I'm working on debugger expression evaluation for Clojure code. I have it almost working, but I still have a few questions: When an expression is used for a breakpoint condition, it must ret... -
Created Formatting problems
I'm trying to update my formatter to be able to format nested Clojure data structures in an intelligent way, but I can't get it to work. I'm seeing large amounts of spurious whitespace inserted, an... -
Created More problems with custom repositories
I'm also trying to get custom repositories working, I distribute my plugin via a custom repo. For the latest release which adds support for IntelliJ 14, I've been trying to get the new repository f... -
Created Formatting to explicit columns
Hi all,I have a couple of formatting cases that I'm finding difficult to resolve with the IntelliJ formatter.The first is a formatting convention where comments at the end of the line are lined up ... -
Created Request: migration guide for multiple carets in 13.1
I've been looking at the changes required to support multiple carets in 13.1, and I've been thinking that it would be really useful to have a migration guide for them. The Javadoc is great (thanks!... -
Created Problem with debug run configuration
Hi all,I've been adding run configurations to my plugin, and I'm having a strange problem with running them in debug mode. When I run in a debug configuration, I get the following errors:sun.misc.S... -
Created Please add all doc to the plugin page
Hi,I just discovered a bunch of great doc that I hadn't found before because it's not on the plugin development wiki page, particularly:http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA... -
Created Legal to use write action in application component init?
Hi all,I've had some reports from my users that after installing my plugin IntelliJ locks on startup. I've investigated, and it appears to be if it's installed at the same time as the Stapler plugi...