Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Simon Stratmann
Total activity
165
Last activity
March 12, 2024 09:23
Member since
September 06, 2018 06:41
Following
0 users
Followed by
0 users
Votes
13
Subscriptions
47
Activity overview
Posts (40)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
February 20, 2024 10:27
Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
"You have not accepted the Plugin Developer agreement" when trying to publish a plugin could be clearer
0 votes
Created
February 20, 2024 08:03
I got this in console from the gradle plugin when running the publishPlugin task. Sorry, should've been more specific.
Community
IntelliJ IDEA Open API and Plugin Development
"You have not accepted the Plugin Developer agreement" when trying to publish a plugin could be clearer
0 votes
Created
February 14, 2024 14:18
Sorry, don't know how I missed that. I think I got a mail for your comment and it scrolled to it and I didn't see the one above. Thanks for your help!
Community
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 votes
Created
February 14, 2024 09:40
Argh, thank you for the hint, Karol.Getting around all the slow operations and EDT and background thread etc. stuff isn't trivial. The JavaDoc already helps a lot but every time I get an error beca...
Community
IntelliJ IDEA Open API and Plugin Development
IndexNotReadyException inside runReadActionInSmartMode
0 votes
Created
February 14, 2024 09:38
I worked around this by putting the dialog's content pane into a DialogWrapper:DialogWrapper dialogWrapper = new Wrapper(project, commitMessageParametrisationDialog.getContentPane()); private stati...
Community
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 votes
Edited
February 14, 2024 08:55
Pong :-) FWIW others have the some problem: https://github.com/YiiGuxing/TranslationPlugin/issues/4916 https://github.com/magento/magento2-phpstorm-plugin/issues/1892
Community
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 votes
Created
November 08, 2023 06:42
Thanks, Yann Cebron. Any news on this? I'm getting a lot of bug reports from users for this and haven't found a way to fix it.
Community
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 votes
Created
October 16, 2023 12:05
TphCheckinHandler is the actual extension w.r.t IntelliJ. In it I call a number of custom checks which implement an interface, one of them is CommitMessageParametrisationCheckinHandler. TphCheckinH...
Community
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 votes
Created
October 04, 2023 05:35
I wrote a plugin that provides extra functionality for some of our projects. It adds windows, menu entries etc. which I only want to appear when these projects are open. To recognize these projects...
Community
IntelliJ IDEA Open API and Plugin Development
Disconnect declarative message bus listener
0 votes
Created
September 20, 2023 05:59
Thanks, that works. I may need to convert my code to kotlin at some point.
Community
IntelliJ IDEA Open API and Plugin Development
org.jetbrains.idea.maven.project.MavenProjectsManager#scheduleArtifactsDownloading is gone
0 votes
«
First
‹
Previous
Next
›
Last
»