Bug 8981 - [WB State] Selected property page is not remembered
Summary: [WB State] Selected property page is not remembered
Status: RESOLVED DUPLICATE of bug 7790
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Knut Radloff CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2002-02-01 16:16 EST by Nick Edgar CLA
Modified: 2002-02-05 10:25 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2002-02-01 16:16:27 EST
Build 20020129

The selected property page (Properties from context menu in Navigator) is not 
currently persisted between sessions, or even between invocations in the same 
session. 

Proposal: 

Save the selected property page (its id) between invocations in the same 
session. 
If the next invocation has the remembered page, show it. 
If not, show the default page ("Info"). 
This allows the user to easily access the same property page for different 
selections. 
Do not save the selected page between sessions. 
This avoids eager plugin loading since the default page ("Info") is provided by 
the Workbench. 
(It also avoids having to handle missing plugins.)
Comment 1 Nick Edgar CLA 2002-02-01 16:17:10 EST
See also bug 2110 for related issue with prefs.
Comment 2 Knut Radloff CLA 2002-02-05 10:25:52 EST
Fixed as part of fixing bug 7790

*** This bug has been marked as a duplicate of 7790 ***