主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
François Wouts
活动总数
12
最后的活动
2023年12月15日 12:34
成员加入日期
2023年06月01日 14:21
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(1)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月15日 12:34
FYI to anyone reading this thread after December 2023: InlayHintsPassFactory.forceHintsUpdateOnNextPass() has been moved to an internal package and you can no longer use this. You can use DaemonCod...
社区
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 票
创建于
2023年10月25日 11:54
Thank you Karol Lewandowski, I can confirm the `updateWidget` part was what I was missing. Would be great to add it to the docs too :)
社区
IntelliJ IDEA Open API and Plugin Development
Should we use StatusBarWidgetSettings?
0 票
创建于
2023年10月11日 11:44
Thank you. What I'd like to know is how does the helper service notify IntelliJ that the flag value has changed?
社区
IntelliJ IDEA Open API and Plugin Development
Should we use StatusBarWidgetSettings?
0 票
创建于
2023年10月10日 00:48
Thank you for the pointer Karol Lewandowski.How can the IDE be notified that `isAvailable` has changed and the status bar should now be created / destroyed?
社区
IntelliJ IDEA Open API and Plugin Development
Should we use StatusBarWidgetSettings?
0 票
创建于
2023年10月09日 10:35
Hi Karol Lewandowski, as I didn't get an answer in this thread, I ended up implementing my feature with statusBar.addWidget() (source) and statusBar.removeWidget() (source).As expected, I'm now get...
社区
IntelliJ IDEA Open API and Plugin Development
Should we use StatusBarWidgetSettings?
0 票
创建于
2023年07月04日 13:36
Thanks Karol Lewandowski! I work on the Preview.js IntelliJ plugin, which starts a local dev server on user action. I'd like to use the status bar to show a widget that says "Preview.js server runn...
社区
IntelliJ IDEA Open API and Plugin Development
Should we use StatusBarWidgetSettings?
0 票
创建于
2023年06月11日 03:30
Thank you so much Yann Cebron, this was exactly what I needed. My plugin can finally work without blocking the main thread 🥳 Here's the source for anyone else looking for a concrete example.
社区
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 票
创建于
2023年06月02日 13:11
Thank you Yann Cebron. This doesn't work for me, so here's a minimal repo you can clone to reproduce the issue: https://github.com/fwouts/intellij-inlays-refresh. This is a contrived example with a...
社区
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 票
创建于
2023年06月01日 14:21
I'm trying to get an InlayHintProvider (subclass of com.intellij.codeInsight.hints.InlayHintsProvider) to trigger again with this method in IC 2023.1 but it doesn't seem to do anything. Is there a ...
社区
IntelliJ IDEA Open API and Plugin Development
Restarting inlay hints provider
0 票