Colin Fleming
- Total activity 1477
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 484
-
Created Handling index use in FindUsagesHandler.getSecondaryElements
AnsweredI have an implementation of FindUsagesHandler, and it needs to use indexes in getSecondaryElements, which is called on the EDT. Is there an API allowing me to calculate this information in a backgr... -
Created Reentrant Indexing error during tests
AnsweredSince the last couple of IntelliJ versions, I'm sometimes getting the below error when running tests. What could be causing this? Sometimes deleting the system folder of my sandbox helps, but somet... -
Created Filtering transitive paths from inter-module dependencies?
AnsweredMy plugin has support for a Clojure build system called deps which I developed some time ago. Deps has the concept of local dependencies, where you can declare that a module depends on e.g. `../lib... -
Created Implementing Trusted Project functionality
AnsweredIn my project, I support two build systems. I'm not using the External Systems API. I'm in the middle of implementing support for Package Search, and that is currently failing for me because the pr... -
Created jarFiles is not set for PluginDescriptor
AnsweredI 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... -
Created Creating separate resolve scope for specific files
AnsweredMy plugin provides support for Clojure files. A project which is gaining popularity recently is Babashka, which uses Clojure for shell scripting. Babashka provides an executable with a lot of built... -
Created Problems with IdempotenceChecker
AnsweredI started work on my plugin a very long time ago now, and at the time a lot of invariants were not clear to me. In my case, my resolve code depends on some thread-local state, and it's very difficu... -
Created Issues embedding editor in block inlay
AnsweredI'm trying to embed a Swing component into an editor using a block inlay. The component contains, among other things, an embedded editor. I'm having some problems with this: I'm using EditorCompon... -
Created Extending Code With Me?
AnsweredI've had a request to improve my plugin to work better with Code With Me. Specifically, my users always use a REPL and that is currently not synced to other clients. Is it possible to achieve this? -
Created Coverage integration for unusual JVM language
AnsweredI'm interested in implementing coverage support for my plugin, but I'm not sure what the best way to proceed is. I've read the mega-thread here: https://intellij-support.jetbrains.com/hc/en-us/comm...