Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 Marking certain files as special?
已回答I'd like users to be able to mark particular files as special in some way. In my case, this is because there's a new dialect of the main language I support which is a lightweight scripting solution... -
创建于 Idempotency errors under 2020.1
已回答Since updating my plugin to 2020.1, I've been receiving errors like this: [java] Caused by: java.lang.Throwable: Non-idempotent computation: it returns different results when invoked multipl... -
创建于 PicoContainer exceptions when using 2020.1
已回答I've been working for the last couple of days on trying to update my plugin to work with the 2020.1 EAP. When executing my tests, I'm getting an error, the stacktrace is below. I don't get these er... -
已编辑于 JavaPatchableProgramRunner.execute() final in 2020.1
已回答The JavaPatchableProgramRunner.execute() method has been updated to be final in 2020.1. Why is this? I have run configurations for a couple of build systems which require a sometimes lengthy projec... -
已编辑于 Implementing JavaScript interop for a compile-to-JS language
已回答I develop Cursive, a plugin for Clojure development. I'd like to implement better support ClojureScript in Cursive, which is the dialect of Clojure which compiles to JavaScript. I've looked around ... -
创建于 FileEditorManager.openTextEditor no longer opens in existing split
已回答In my plugin, I sometimes open a file like this: FileEditorManager.getInstance(project).openTextEditor(OpenFileDescriptor(project, virtualFile, offset), true) Previously, with Editor Tabs set to No... -
创建于 Compile IntelliJ project on command line
已回答I'd like to make a script to compile an IntelliJ project and build an artifact on the command line. Is it possible to do this, possibly using JPS? -
创建于 Help manually running plugin tests
已回答I'm trying to run my plugin's unit tests via Ant (long story). I have the following config: <java classname="clojure.main" fork="true" dir="${basedir}" failonerror="true"><classpath><path refid="cu... -
创建于 Shelved items not shown
已回答I recently went to apply some work that I had shelved some time ago, and I found that nothing appears in my Shelf even though .idea/shelf contains many changes. Any idea why this might be happening... -
创建于 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'...