Don Kirkby

- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 14
- Subscriptions 9
-
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, -
-
-
Don Kirkby created a post, AnsweredFactoryInlayHintsCollector not created until I click in the editor
I've created a plugin that displays text beside my Python source code. The display text scrolls in sync with the Python source code, but it gets out of sync in recent versions of PyCharm and IDEA w... -
Don Kirkby created a post, PlannedCompatibility verification complains about PhpStorm
In a previous post, Jakub Chrzanowski fixed a problem with nested plugin dependencies, so now my plugin shows up correctly in the marketplace for CLion users, even though my plugin depends on the P... -
-
Don Kirkby created a post, AnsweredPython dependency blocks my plugin from marketplace
I'm trying to get the marketplace to let users install the latest version of my plugin in IDEs other than PyCharm. Can anyone help me understand why it's not working? In 2019, I asked how to make m... -
Don Kirkby created a post, Supporting Quick Definition From a FileEditorProvider
I have built the Live Coding in Python plugin to visualize what happens as you run your Python code. It vertically splits the editor in half, and displays variable values and loop iterations in the... -
Don Kirkby created a post, Import errors in a plugin project's Python files
I created a plugin project following the instructions here: https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/creating_plugin_project.html I want to include some Python scripts in...