Artsiom Chapialiou
- 活动总数 239
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 141
- 订阅数 42
-
创建于 run 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... -
创建于 BulkFileListener: 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... -
创建于 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... -
创建于 list 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... -
创建于 customization of FindUsages drop-down dialog
Can we do subj? Particularly, I need to replace filename with the short file path: all CMakeList.txt files look the same and need to be distinguished by the folder it's located: Looking at: http:/...