Showing Progress for Actions

已回答

I have a bunch of AnAction and some have long processing, while they deal with IO, thus actionPerformed() takes a while to complete

What is the general guidance for indicating that your action is doing work, when it takes a few seconds to complete?
Is there something built-in to actions to show that it is busy doing something?

0

请先登录再写评论。