Colin Fleming

- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 Problems with Maven repository indexing
I've recently updated my Clojure plugin to get repository information from Leiningen projects, and supply that to IntelliJ for indexing so that I can get autocompletions etc for Maven artifacts. My... -
创建于 jarFiles is not set for PluginDescriptor
已回答I just started testing my plugin under the 2021.3 EAP, and when I run my tests I now get the following error: ERROR: jarFiles is not set for PluginDescriptor(name=Grazie, id=tanvd.grazi, descriptor... -
已编辑于 Inter-module dependencies in External System integrations
I'm working on an External System integration. I have some questions about importing multi-module projects. Edit: I have simplified the question Imagine I have a project A and a project B. The user... -
已编辑于 Implementing JavaScript interop for a compile-to-JS language
已回答I develop Cursive, a plugin for Clojure development. I'd like to implement better support ClojureScript in Cursive, which is the dialect of Clojure which compiles to JavaScript. I've looked around ... -
创建于 Confusion about validating External System system settings
I have a bug in my External System implementation where the user can't configure the Global settings from the Project Import dialog, but it works from the Preferences pane under Build Tools. I can'... -
创建于 Update LookupElements after passing to CompletionResultSet?
I'd like to move towards making my completions more responsive by passing elements to the CompletionResultSet as I generate them, rather than batching them up and sending them all at once, getVaria... -
创建于 Start Run configuration without showing tool window?
In my plugin, the user can create run configurations which are used to start REPL processes. These processes appear in a non-standard toolwindow which is usually docked on the side, rather than the... -
创建于 Problem with tests under 2017.1 - Too many projects leaked
Hi all, Under 2017.1, I'm having a problem that I didn't have in previous versions. I'm getting an error: ##teamcity[publishArtifacts 'leakedProjects.hprof.zip']Exception in thread "main" junit.fra... -
创建于 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... -
创建于 Lifecycle of stub creation
I'm reworking how I use stubs for indexing at the moment to try to make it more general, and I have a few questions about the stub element lifecycle. I'm assuming that when indexStub is called the ...