Artsiom Chapialiou

- Total activity 219
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 126
- Subscriptions 40
-
-
Artsiom Chapialiou commented, -
-
-
Artsiom Chapialiou created a post, Answeredrun disposable background task
Can we somehow run disposable background task? I.e. I would like all my background tasks to be cancelled when project is closed. Would be nice to just pass Project to `ProgressManager#run()` as Di... -
Artsiom Chapialiou created a post, AnsweredBulkFileListener: check if VFileEvent describe changes from "outside" or from Idea
How to do subj? I.e. how to distinguish if BulkFileListener#after()/before() fired because of file been changed from "outside" (let say due to git checkout command) or due to Idea doing saving chan... -
-
Artsiom Chapialiou created a post, how to run Backgroundable Task and wait for result?
Subj. I can run void task in background with private static void runInBackground(@Nullable Project project, @NotNull Runnable runnable) { ProgressManager.getInstance() .run( new Tas... -
Artsiom Chapialiou created a post, Answeredlist of all available platform's Topic<>
Do we have a list of all platform's Topics available to subscribe? For now I'm using Ctrl+Alt+F and search for `new Topic<>` and `Topic.create` in All Places. Is it all what is available or I'm mis... -