Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 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... -
创建于 Missing "Edit Custom Properties" and "Edit Custom VM Options" actions
已回答Hi 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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 ... -
创建于 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...