saros icon indicating copy to clipboard operation
saros copied to clipboard

Replace the direct usage of ProgressIndicator with IProgressMonitor/ProgressMonitorAdapter

Open tobous opened this issue 5 years ago • 0 comments

Saros/I still uses the ProgressIndicator interface provided by the IntelliJ API directly.

To offer a unified handling across the plugin, the wrapper ProgressMonitorAdater (or its interface IProgressMonitor) could be used instead. The current usages of ProgressIndicator should be looked at and it should be determined whether it is worth it to replace them.

This issues was previously discussed in #674 and #681.

tobous avatar Mar 20 '20 11:03 tobous