主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nic
活动总数
8
最后的活动
2023年11月20日 23:44
成员加入日期
2023年10月12日 20:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2023年11月20日 23:44
I tried so many things in so many iterations that I honestly cannot remember.Just tried it though, ended up with this, and it works great! Thank you. ProgressManager.getInstance().run(object : Task...
社区
IntelliJ IDEA Open API and Plugin Development
How can I not block the ui or at least show a cancelable progress indicator for a long-ish task in a quick fix invocation?
0 票
创建于
2023年11月17日 21:47
Okay I figured out a better way to do this, but it uses a deprecated method runProcessWithProgressAsynchronously(Project, String, Runnable, Runnable, Runnable, PerformInBackgroundOption). Not sure ...
社区
IntelliJ IDEA Open API and Plugin Development
How can I not block the ui or at least show a cancelable progress indicator for a long-ish task in a quick fix invocation?
0 票
创建于
2023年11月16日 18:32
Yep, that was it. Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Can an IntelliJ plugin fold one-line javadoc comments?
0 票
创建于
2023年10月16日 18:42
Karol Lewandowski Thank you! The order="first" did make it work properly if I manually right-click → fold the selection.It's still not respecting the `isCollapsedByDefault` method though. I've cha...
社区
IntelliJ IDEA Open API and Plugin Development
Can an IntelliJ plugin fold one-line javadoc comments?
0 票