eclipse / chemclipse

ChemClipse Project
Eclipse Public License 1.0
33 stars 18 forks source link

Fixed progress reporting when running process methods #1720

Closed Mailaender closed 3 months ago

Mailaender commented 3 months ago

There was an annoying bug where the progress monitor would not show titles (only "operation in progress") or not update after a previous process entry was finished, despite the plugins doing their monitors and sub monitors properly and working fine when applied manually.

This will now always show the task and subtask name. The progress bar is not divided anymore by task size, which can lead to a quick task where you can't even read the task name finishing and then taking up half the progress bar as completed while endlessly working on a long-running task with a barely moving progress bar.