主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Simon Stratmann
活动总数
165
最后的活动
2024年03月12日 09:23
成员加入日期
2018年09月06日 06:41
关注
0 名用户
关注者数
0 名用户
投票数
13
订阅数
47
活动概览
帖子(40)
评论(65)
按最近的活动排序
最近的活动
投票数
创建于
2024年03月11日 10:22
Have you tried@Overridepublic @NotNull ActionUpdateThread getActionUpdateThread() { return ActionUpdateThread.BGT;}?You may try listening on com.intellij.dvcs.repo.VcsRepositoryManager#VCS_REPOS...
社区
IntelliJ IDEA Open API and Plugin Development
Configuring AnAction to setEnabledAndVisibleBased on Git Repository
0 票
创建于
2024年03月11日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Project Configuration in Plugin - Settings Apply Globally, Not Per Project
0 票
创建于
2024年02月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Invalid plugin descriptor 'description'
0 票
创建于
2024年02月21日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Invalid plugin descriptor 'description'
0 票
创建于
2024年02月21日 07:31
rosuh Visiting the plugin page in the marketplace with the account it's registered under should result in a popup asking you to accept the agreement. That should fix it.
社区
IntelliJ IDEA Open API and Plugin Development
"You have not accepted the Plugin Developer agreement" when trying to publish a plugin could be clearer
1 票
创建于
2024年02月20日 10:27
Thank you!
社区
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 票
创建于
2024年02月20日 08:03
I got this in console from the gradle plugin when running the publishPlugin task. Sorry, should've been more specific.
社区
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 票
创建于
2024年02月14日 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!
社区
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 票
创建于
2024年02月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
IndexNotReadyException inside runReadActionInSmartMode
0 票
创建于
2024年02月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 票
下一页
›
最后
»