Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Don Kirkby
Total activity
48
Last activity
September 13, 2023 03:21
Member since
September 13, 2017 05:17
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
11
Activity overview
Posts (11)
Comments (11)
Sort by recent activity
Recent activity
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
Created
December 09, 2017 22:50
Here's an update on my original question, in case someone else is trying to do the same thing. I ended up creating a command line patcher like this: commandLinePatcher = commandLine -> { Map<Str...
Community
IntelliJ IDEA Open API and Plugin Development
Reading unit test run configuration
0 votes
Created
November 03, 2017 23:59
Thanks for the explanation, Ilya. As an example, this post recommended that I use the Alarm class, but it's in the com.intellij.util package. That's not listed in the CommunityRepositoryModules.gro...
Community
IntelliJ IDEA Open API and Plugin Development
Reading unit test run configuration
0 votes
Created
November 03, 2017 23:55
Thanks, Peter, I didn't know about the Alarm class.
Community
IntelliJ IDEA Open API and Plugin Development
When do I schedule a ReadTask?
0 votes
Next
›
Last
»