-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use SubMonintor in FileBufferOperationAction #2575
base: master
Are you sure you want to change the base?
Use SubMonintor in FileBufferOperationAction #2575
Conversation
This pull request changes some projects for the first time in this development cycle.
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patch
Further information are available in Common Build Issues - Missing version increments. |
done() call not necessary here and convert can also show the label and set the number of work unit. See https://www.eclipse.org/articles/Article-Progress-Monitors/article.html
83bac3b
to
30b1302
Compare
May i ask to add or modify an existing test to actually test the progress using FussyProgressMonitor? I have seen so much things broken by needless conversion to Subprogressmonitor without proper testing. |
Its about removing the unnecessary done call, not about progress reporting. |
The FussyProgressMonitor will check if its ok to remove the done call or not, i.e. if all progress is reported. |
done() call not necessary here and convert can also show the label and set the number of work unit.
See https://www.eclipse.org/articles/Article-Progress-Monitors/article.html