Colin Fleming

- Total activity 1423
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 468
-
Created Icon resolutions
I noticed today that IntelliJ now supports SVG icons as well as the standard and x2 options. Konstantin Bulenkov's post about IconLoader (http://bulenkov.com/iconloader) doesn't mention these, I gu... -
Created Problems adding modules from Project Structure
My Clojure plugin has an integration with Leiningen, which is a Maven-like build tool for Clojure. One thing that I can't get to work correctly is importing new modules from the project structure d... -
Created 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... -
Created LinkageError problem
Hi everyone, A couple of my users have reported a performance issue when working on a particular open source project. I've never been able to reproduce it. However I'm working with one of the users... -
Created 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... -
Created NoClassDefFoundError during component initialisation
AnsweredSince upgrading to 2016.3, several users have reported the following error at startup: Plugin 'com.cursiveclojure.cursive' failed to initialize and will be disabled. Please restart IntelliJ IDEA. ... -
Created Disabling plugin updates
I develop a commercial plugin which I've been selling for almost a year now. My licence terms are similar to what JetBrains used to use before the switch to subscription pricing - a user or a compa... -
Created IncorrectOperationException
AnsweredI've had a bug reported by a couple of users where their IntelliJ instance will more or less lock up and require a restart. I've finally managed to reproduce part of it, which is the following exce... -
Edited Gradle module creation
AnsweredHi, In the latest 2016.2 EAP, my Gradle project no longer has the sub-modules created per SourceSet (mymodule_main, mymodule_test etc). How does Gradle module synchronisation work now? Cheers, Colin -
Created DataProvider problem for EditorAction when in Toolwindow editor
In my plugin, I have a REPL which runs in a toolwindow. I received a bug report that the "Jump to matching brace" action doesn't work in the REPL editor. Investigating, the EditorActionHandler for ...