主页
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年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 票
已编辑于
2024年02月14日 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
社区
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 票
创建于
2023年11月08日 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.
社区
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 票
创建于
2023年10月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
"Thread context was already set: [CoroutineName(commit workflow)" when showing window during commit check
0 票
创建于
2023年10月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Disconnect declarative message bus listener
0 票
创建于
2023年09月20日 05:59
Thanks, that works. I may need to convert my code to kotlin at some point.
社区
IntelliJ IDEA Open API and Plugin Development
org.jetbrains.idea.maven.project.MavenProjectsManager#scheduleArtifactsDownloading is gone
0 票
«
第一页
‹
上一页
下一页
›
最后
»