Markus Boeck02
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created How to fork cancellable task into multiple threads
AnsweredUpon a run configuration finishing, my plugin starts a task by subclassing Task.Backgroundable and running it using ProgressManager.run. The task may then start many threads as some heavy processin... -
Created Icon rendered in Inlay not transparent
AnsweredI have got following Kotlin code that puts an inlay with one of two images based on a condition into the editor. The icons themselves for testing are Intellijs own Commit Action Icon and General Er...