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
July 07, 2021 08:37
Alexey Kudravtsev I was able to reproduce it with a simple demo class: https://pastebin.com/i54W1h2c It seems to be related to the AppScheduledExecutorService. When starting the background process ...
Community
IntelliJ IDEA Open API and Plugin Development
Progress indicator is not closed in some instances
1 vote
Created
March 11, 2024 10:22
Have you tried@Overridepublic @NotNull ActionUpdateThread getActionUpdateThread() { return ActionUpdateThread.BGT;}?You may try listening on com.intellij.dvcs.repo.VcsRepositoryManager#VCS_REPOS...
Community
IntelliJ IDEA Open API and Plugin Development
Configuring AnAction to setEnabledAndVisibleBased on Git Repository
0 votes
Created
March 11, 2024 10:06
It depends on how you save your settings. You're probably using a PersistentStateComponent. Make sure the XML is actually stored in a project's .idea folder. Also make sure to autowire the project ...
Community
IntelliJ IDEA Open API and Plugin Development
Project Configuration in Plugin - Settings Apply Globally, Not Per Project
0 votes
Created
February 21, 2024 10:36
Invalid plugin descriptor 'description'. The plugin description is shorter than 40 characters and/or the plugin description contains non-Latin characters.I just misunderstood the message as in that...
Community
IntelliJ IDEA Open API and Plugin Development
Invalid plugin descriptor 'description'
0 votes
Created
February 21, 2024 10:09
Ooooh that error message is very misleading. “description” is the name of the property, I thought it was the content of the description field.
Community
IntelliJ IDEA Open API and Plugin Development
Invalid plugin descriptor 'description'
0 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
«
First
‹
Previous
Next
›
Last
»