Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 Handling index use in FindUsagesHandler.getSecondaryElements
已回答I 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... -
创建于 Reentrant Indexing error during tests
已回答Since 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... -
创建于 Filtering transitive paths from inter-module dependencies?
已回答My 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... -
创建于 Implementing Trusted Project functionality
已回答In 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... -
创建于 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... -
创建于 Creating separate resolve scope for specific files
已回答My 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... -
创建于 Problems with IdempotenceChecker
已回答I 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... -
创建于 Issues embedding editor in block inlay
已回答I'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... -
创建于 Extending Code With Me?
已回答I'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? -
创建于 Coverage integration for unusual JVM language
已回答I'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...