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
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
Created
October 14, 2022 04:52
Argh, I should've thought of that myself. Thanks, Yann Cebron That helped. I'll make the changes you proposed, thanks for looking.
Community
IntelliJ IDEA Open API and Plugin Development
How to diagnose UI freezes
0 votes
Created
October 12, 2022 10:02
Nobody? I can't be the only one with this problem. I don't ask for a solution, just for advice how to get there (although a solution would be nice...). The code is here: https://gitlab.com/ppiag/in...
Community
IntelliJ IDEA Open API and Plugin Development
How to diagnose UI freezes
0 votes
Created
October 07, 2022 11:42
You may be able to do this using ApplicationStarter but you'd need to write a custom plugin. You can also check https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.h...
Community
IntelliJ IDEA Open API and Plugin Development
Execute IntelliJ Indexing Programmatically
0 votes
Created
May 31, 2022 07:37
Hi Karol, That's great. Java 11 is enough for me for now. I may switch at some point when 2022.2 is established. Thanks for the quick response.
Community
IntelliJ IDEA Open API and Plugin Development
Recommendations for upgrading to Java 17 for 2022.2
0 votes
Created
May 10, 2022 17:15
Thanks for the quick response. That worked great! For future reference: I had to check the type of the ElementDescriptionLocation. If it's UsageViewTypeLocation it's the type shown (in the screensh...
Community
IntelliJ IDEA Open API and Plugin Development
Name / description of element not shown in usage dialog when using custom FindUsagesHandler
0 votes
«
First
‹
Previous
Next
›
Last
»