Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Don Kirkby
Total activity
56
Last activity
June 03, 2024 15:56
Member since
September 13, 2017 05:17
Following
0 users
Followed by
0 users
Votes
16
Subscriptions
13
Activity overview
Posts (13)
Comments (14)
Sort by recent activity
Recent activity
Votes
Created
June 03, 2024 15:56
Five minutes later, and it stopped working again. What's going on? I see the same error message as before.
Community
IntelliJ IDEA Open API and Plugin Development
Reproducing compatibility problem in 2024.2
0 votes
Created
June 03, 2024 15:50
I tried again today, and it now reproduces the compatibility problem report. I guess the plugin verifier is a few days behind the one that runs on the plugin marketplace. Is the release schedule pu...
Community
IntelliJ IDEA Open API and Plugin Development
Reproducing compatibility problem in 2024.2
0 votes
Created
March 17, 2024 15:18
Here's the full Dockerfile, Savan:FROM mcr.microsoft.com/devcontainers/universal:2-linux RUN python -m pip install pipenv && \ printf "export PIPENV_SHELL=bash\npipenv shell" >/home/codespace/...
Community
IntelliJ IDEA Users
Some devcontainer images don't work in IntelliJ
0 votes
Created
September 13, 2023 03:21
Looks like the problem was the entrypoint in that image. When I overrode it with bash in a Dockerfile, the image worked fine for PyCharm and IDEA.
Community
IntelliJ IDEA Users
Some devcontainer images don't work in IntelliJ
0 votes
Created
November 25, 2022 06:09
That did it, thanks for all the help!
Community
IntelliJ IDEA Open API and Plugin Development
FactoryInlayHintsCollector not created until I click in the editor
0 votes
Created
November 11, 2022 16:05
Seems like a good suggestion, Yann, but I don't see any change in behaviour. I posted my attempt here. By the way, when I want to use new features like this, is there a way to gracefully degrade in...
Community
IntelliJ IDEA Open API and Plugin Development
FactoryInlayHintsCollector not created until I click in the editor
0 votes
Created
November 06, 2022 20:18
Thanks for checking it out, Yann. I've created a YouTube video demonstrating the problem and my partial fix. The code for my partial fix is here.
Community
IntelliJ IDEA Open API and Plugin Development
FactoryInlayHintsCollector not created until I click in the editor
0 votes
Created
October 27, 2021 05:20
Thanks Jakub Chrzanowski, CLion can now install the latest version of my plugin! I don't know if it's related, but within minutes of your comment, I got a compatibility report complaining that com....
Community
IntelliJ IDEA Open API and Plugin Development
Python dependency blocks my plugin from marketplace
0 votes
Created
May 29, 2019 19:11
Thanks for letting me know, Ivan. Can you tell me which versions will have the fix? Should I wait a few months to let users upgrade before I start depending on that fix?
Community
IntelliJ IDEA Open API and Plugin Development
Allow my plugin to install on IDEA
0 votes
Created
February 22, 2019 16:45
I marked my dependencies as optional. I haven't checked to see if that's still necessary. https://github.com/donkirkby/live-py-plugin/blob/master/pycharm/resources/META-INF/plugin.xml#L20-L24
Community
IntelliJ IDEA Open API and Plugin Development
Allow my plugin to install on IDEA
0 votes
Next
›
Last
»