Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nic
Total activity
8
Last activity
November 20, 2023 23:44
Member since
October 12, 2023 20:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
November 20, 2023 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...
Community
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 votes
Created
November 17, 2023 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 ...
Community
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 votes
Created
November 16, 2023 18:32
Yep, that was it. Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Can an IntelliJ plugin fold one-line javadoc comments?
0 votes
Created
October 16, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Can an IntelliJ plugin fold one-line javadoc comments?
0 votes