Colin Fleming

- Total activity 1423
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 468
-
Created 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'... -
Created 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... -
Edited JDI ClassNotLoadedException
AnsweredI'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... -
Created 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 ... -
Created Logging in ExternalSystemProjectResolver
AnsweredI'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... -
Created 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 ... -
Edited 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... -
Created 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... -
Created 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... -
Created 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...