Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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!... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Find an overridden method based on partial type signature?
Hi all,I'm working on the interop between Clojure and Java, and I'd like to be able to identify for a particular method implemented in Clojure which superclass methods it might be overriding or imp...