Colin Fleming

- Total activity 1454
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 476
-
Created Release model under new subscription licensing?
Hi all,There's a lot of internet drama about the new pricing right now, but I'm interested in whether the release model is expected to change since that will affect how plugins are developed. Is th... -
Created Customising Extend Selection
I'd like to customise the way that Select/UnselectWordAtCaret work. In Clojure, Extend Selection is really great but it would be very useful to be able to extend the selection laterally to sibling ... -
Created Inconsistency between Class.isAssignableFrom() and PsiType.isAssignableFrom()
I'm trying to migrate some code that uses Java types to PsiTypes, and I'm running into inconsistencies between Class.isAssignableFrom() and PsiType.isAssignableFrom(). For example, short.class.isAs... -
Created Folding in consoles
In my plugin, I use code folding in my REPL view to make the stacktrace lines look more Clojure-y. There are two main aspects to this - I completely hide some lines and then I use folding in parts ... -
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 ...