Don Kirkby
- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 16
- Subscriptions 13
-
-
-
Don Kirkby created a post, PlannedReproducing compatibility problem in 2024.2
I got a compatiblity error report from the plugin verifier on my plugin marketplace page. I want to reproduce the problem by running the plugin verifier on my laptop, but it can't download the late... -
-
Don Kirkby created a post, PlannedAvoiding internal API usage
The current version of my plugin has an issue with the latest PyCharm release (2023.3):java.lang.IllegalStateException: Should not be called at com.intellij.openapi.fileEditor.AsyncFileEditorProvi... -
-
Don Kirkby created a post, AnsweredSome devcontainer images don't work in IntelliJ
I have a devcontainer working in VSCode, but I can't get the same image to work with an IntelliJ IDE. I tried checking the system requirements, and I think the image meets them. Are there other thi... -
Don Kirkby created a post, Adjust run configuration in a plugin
I'm writing a PyCharm plugin, and I want it to run a modified version of the selected run configuration. How can I clone the selected run configuration, modify it, and then launch a process? I also... -
Don Kirkby created a post, AnsweredCompatibility verification with multiple IDEs
I just published my first release of Live Coding in Python after switching to a Gradle build, and there are a couple of problems. It sets the until-build when I didn't want it to. I think I've fix... -
Don Kirkby commented,