Progress indicator in background view
已回答
I am showing the progress of some code analysis as a progress indicator in the background and showing in the status bar. Now, I want to show it in a detail view with some custom contents (like this view in the picture). I am not sure what it is called and how to implement it. Please suggest me how to implement it.

请先登录再写评论。
Check the ProgressManager.runProcessWithProgressSynchronously method. For more details, check JavaDocs.
More examples of how to use it, you can find in the intellij-community repository.