Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-pmc] PMC bug fix request: make preferences links work again when preferences dialog already open

GOALS/BENEFITS:

Preference links from the doc pages don't switch preference pages any more 
if
the preferences dialog is already open. This makes it tedious to e.g. work
through the Tips & Tricks document and follow preference links, since you
always have to close the dialog first for the links to work.

This worked when preference links were introduced in 3.2, but was broken 
in 3.3.

Unfortunately, this bug was forgotten during 3.4, since we do
documentation work almost exclusively at the very end of each release 
cycle.

Although we're already in RC4, I think this should be fixed, since
it gives new users who work through tutorials a bad initial impression.

ASSOCIATED BUGS:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191677

RISKS:
Very low. This only affects the ShowPreferencePageHandler.
The code change is simple, removes the possibility for
ExecutionExceptions and opens the Preferences dialog in all cases.

PERFORMANCE IMPACT:
None.


----- Forwarded by Markus Keller/Zurich/IBM on 2008-06-03 11:34 -----

Paul Webster/Ottawa/IBM wrote on 2008-06-02 20:19:53:

> I have a low-risk fix for this specific case ... if you want to ask 
> for it on the pmc list, I'd be willing to put it in.
> 
> PW


Back to the top