Bug 63606 - Modal progress: leverage IProgressService.runInUI
Summary: Modal progress: leverage IProgressService.runInUI
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 RC1   Edit
Assignee: Dirk Baeumer CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2004-05-23 16:15 EDT by Erich Gamma CLA
Modified: 2004-06-11 14:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erich Gamma CLA 2004-05-23 16:15:56 EDT
Now that we have this API we should leverage it in JDT UI
Comment 1 Dirk Baeumer CLA 2004-05-27 05:30:35 EDT
Fixed
Comment 2 Markus Keller CLA 2004-06-11 14:09:52 EDT
Verified that jdt.ui doesn't call
IRunnableContext#run(false/*fork*/, false/*cancelable*/, ...)
any more and should thus show the 'blocked' dialog in all situations.

There are a few exceptions (which should be documented: bug 66742), which are
fine because they are executed in a RefactoringWizard. The
RefactoringExecutionHelper always first calls
jobManager.suspend(ResourcesPlugin.getWorkspace().getRoot(), null);
, which ensures that the 'blocked' dialog will be shown.