Bug 42995 - [Progress] Need feedback to the end of a long operation
Summary: [Progress] Need feedback to the end of a long operation
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.0 M7   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2003-09-12 05:32 EDT by Archimedes Trajano CLA
Modified: 2005-05-10 14:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Archimedes Trajano CLA 2003-09-12 05:32:55 EDT
Is it possible to make Eclipse "beep" after a long "Progress Infromation" 
window gets displayed?

Is there a way to do it through existing extension points?
Comment 1 Nick Edgar CLA 2003-09-12 10:47:48 EDT
I don't think beeping is a good idea, but it may be helpful to add hooks to 
the progress monitoring infrastructure to enable plugins to get notified when 
an operation completes.
Comment 2 Archimedes Trajano CLA 2003-09-16 10:50:22 EDT
I agree with providing hooks for it.  Perhaps add something like 
IWorkbench.addDialogListener(IDialogListener) 

IDialogListener can have the following methods

dialogOpened(Dialog e);
dialogClosed(Dialog d, Object closeValue);

closeValue can be canceled, ok, yes, no, etc.
Comment 3 Tod Creasey CLA 2003-10-09 10:24:24 EDT
This is part of a general set of questions about a good way to inform the user 
of the end of operations - currently they have to check the status line or the 
progress view.
Comment 4 Tod Creasey CLA 2004-02-11 17:19:08 EST
We now have a progress indicator which shows when something is going on and 
finished when it is done. If you want more details we have a floating window 
too.
Comment 5 Tod Creasey CLA 2005-05-10 14:54:03 EDT
Marking as closed.