Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 Using JetBrains Account with OAuth
This might be slightly off topic for this forum, but I thought I'd ask. I currently license and sell my plugin using a home-grown licensing scheme. I need to provide a management panel so that my l... -
已编辑于 JDI ClassNotLoadedException
已回答I'm investigating an issue where expression evaluation fails when using the latest version of Clojure with my plugin. In the latest version, they upgraded the version of ASM used to generate byteco... -
创建于 Exceptions logged from tracker but don't appear to be from my plugin
I've started receiving a very large number of exceptions in my tracker which don't appear to originate from my plugin. They look like the stacktrace below. Any ideas why I would be seeing these in ... -
创建于 Logging in ExternalSystemProjectResolver
已回答I've implemented an External System for an external build tool. However it can be very difficult to debug when things go wrong due to the fact that project resolution is executed in a background pr... -
创建于 Disable "Activate tool window" option for run configurations by default?
In my plugin I have run configurations which represent a REPL. This opens a toolwindow on the right hand side (since for a REPL a vertical orientation is preferable to a horizontal one). I control ... -
已编辑于 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... -
创建于 External System project resolution questions
I'm working on an External System implementation, and I'd like to migrate an existing build tool integration I have to it. For clarity, I'll use the IntelliJ terminology of project and module, sinc... -
创建于 Error publishing plugin
Over the last couple of days I've been receiving a 400 error when I try to publish my plugin: Caused by: retrofit.RetrofitError: 400 at retrofit.RetrofitError.httpError(RetrofitError.java:40) at re... -
创建于 TemplateBuilderImpl offset issue
I have an intention which currently uses a text template using TemplateManager.createTemplate(). For various reasons I'd like to build my replacement code using the PSI rather than text, and then r... -
已编辑于 Bug in plugin repo display
I use a couple of different channels for distributing my plugins - default, eap and dev. I use dev builds to be able to publish builds that users might want to test, but I don't want anyone to down...