Bug 89338 - [Preferences] PreferenceLinkArea should guard against missing pages
Summary: [Preferences] PreferenceLinkArea should guard against missing pages
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Duong Nguyen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-29 08:26 EST by Kim Horne CLA
Modified: 2007-04-13 16:15 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Horne CLA 2005-03-29 08:26:09 EST
Currently it's possible to link to non-existant preference pages using the
PreferenceLinkArea.  We should guard against this in some way.  Perhaps we can
check to see if the page exists before creating the link control...?
Comment 1 Nick Edgar CLA 2005-03-29 10:34:02 EST
To decrease coupling between pref page implementations due to links, and to
further enable the reuse of pref pages in RCP apps, I'm wondering if the links
could be described outside of the pref page class, e.g. as extra markup in the
pref page extension elements, or perhaps as a separate extension point or new
extension elements.  
This would only work if there's a common convention for how the links are
presented, e.g. always at the top of the page.  

Not for 3.1, but something to think about.
Comment 2 Tod Creasey CLA 2007-04-13 16:15:41 EDT
There are currently no plans to implement this.