Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » property/preference pages launch independent progress dialogs
property/preference pages launch independent progress dialogs [message #135302] Wed, 24 September 2003 16:40 Go to next message
Pratik Shah is currently offline Pratik ShahFriend
Messages: 1077
Registered: July 2009
Senior Member
We have added several pages to the Properties dialog, and a lot of these can
potentially modify the workspace. Unfortunately, under the current
implementation, hitting OK in the Properties dialog after changing a few
pages means that each page will launch its own ProgressMonitorDialog, do its
thing, and then build and/or validate the project. The biggest disadvantage
is that the project is being built/validated several times, which can be a
time-consuming process, not to mention the usability issues of having
several progress dialogs pop up.

Has anybody else experienced this problem? Has it been identified or
discussed in here at all? Are there any plans to addressing this issue?

I have noticed that the Preferences dialog has the same problem. You can do
the following to see the problem:
1) Go to Java -> Compiler and change one the options that cause it
re-compile.
2) Without hitting Apply or OK, go to Plug-in Development -> Compilers and
change another option there that can cause it to re-compile all projects in
the workspace.
Now, when you hit OK, it will try to re-compile twice.
Re: property/preference pages launch independent progress dialogs [message #137982 is a reply to message #135302] Tue, 30 September 2003 15:23 Go to previous message
Pratik Shah is currently offline Pratik ShahFriend
Messages: 1077
Registered: July 2009
Senior Member
The following feature request has been opened in Bugzilla:
Bugzilla Bug 43699
[Properties] [Preference] Property/Preference pages should use a
common operation/progress monitor


"Pratik Shah" <ppshah@us.ibm.com> wrote in message
news:bksh8r$28u$2@eclipse.org...
> We have added several pages to the Properties dialog, and a lot of these
can
> potentially modify the workspace. Unfortunately, under the current
> implementation, hitting OK in the Properties dialog after changing a few
> pages means that each page will launch its own ProgressMonitorDialog, do
its
> thing, and then build and/or validate the project. The biggest
disadvantage
> is that the project is being built/validated several times, which can be a
> time-consuming process, not to mention the usability issues of having
> several progress dialogs pop up.
>
> Has anybody else experienced this problem? Has it been identified or
> discussed in here at all? Are there any plans to addressing this issue?
>
> I have noticed that the Preferences dialog has the same problem. You can
do
> the following to see the problem:
> 1) Go to Java -> Compiler and change one the options that cause it
> re-compile.
> 2) Without hitting Apply or OK, go to Plug-in Development -> Compilers and
> change another option there that can cause it to re-compile all projects
in
> the workspace.
> Now, when you hit OK, it will try to re-compile twice.
>
>
Previous Topic:CVS mangling binary files
Next Topic:possible to open a view on file selection ?
Goto Forum:
  


Current Time: Sun Jul 21 22:25:25 GMT 2024

Powered by FUDForum. Page generated in 0.03252 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top