Colin Fleming
- Total activity 1477
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 484
-
Created How to determine if a document change is as a result of an editor action?
I'm trying to integrate Parinfer (http://shaunlebron.github.io/parinfer/) into my plugin. Basically I have to update the document for an editor with a transformation of the original text based on d... -
Created Missing "Edit Custom Properties" and "Edit Custom VM Options" actions
AnsweredHi everyone, In the IntelliJ documentation here: https://www.jetbrains.com/idea/help/tuning-intellij-idea.html and here: https://www.jetbrains.com/idea/help/index-of-menu-items.html#edit_custom_pro... -
Created API breakage in 15.0.2
In my plugin, I'm using UpdateChecker.getDisabledToUpdatePlugins() to disable plugin updates when the user's upgrade period as defined in their licence is expired. This API appears to have changed ... -
Created Default SDK from bundled JDK?
Hi all,I'm trying to make it easier for new users get started with Clojure using my plugin. One common stumbling block is having to set up an SDK, especially for users who don't come from a Java ba... -
Created Duplicated code inspection
I'm interested in implementing the duplicated code functionality in recent IntelliJ versions, where the duplicates are marked in the editor in real time. What's required to accomplish this? I can s... -
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...