Bug 239 - "Show Version Info" settings not persisted (1GJL2J7)
Summary: "Show Version Info" settings not persisted (1GJL2J7)
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: James Moody CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 5037 5628 (view as bug list)
Depends on: 2892
Blocks:
  Show dependency tree
 
Reported: 2001-10-10 21:38 EDT by Michael Valenta CLA
Modified: 2002-02-07 12:41 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Valenta CLA 2001-10-10 21:38:44 EDT
Currently, VCM adds the "Show Version Info" titlebar menu option to each navigaor-type view.
The setting of this option must be performed on each navigator and the settings are not
persisted accross platform shutdown/startup. Perhaps we should add a global option to
the preferences page instead of or as well as menu option.

NOTES:
Comment 1 James Moody CLA 2001-10-17 10:37:42 EDT
*** Bug 5037 has been marked as a duplicate of this bug. ***
Comment 2 James Moody CLA 2001-10-23 13:53:16 EDT
Sadly, I don't think this is possible. This action is contributed to a view 
(that we don't own) in XML code, and its initial state CANNOT be determined by 
running some of our code, since the plugin is not even loaded at that point. We 
can only say 'true' or 'false' in the XML to determine its initial state, 
rather than determine it dynamically. Perhaps we need to change the default 
to 'true'. If people aren't using VCM, then they won't see any difference (it 
doesn't decorate non-shared projects). If they are using VCM, chances are this 
information is useful to them.
Comment 3 James Moody CLA 2001-10-23 14:45:02 EDT
Based on user input, the default value has been changed to 'true'. Logged a 
separate PR in JDT requesting similar functionality for the Packages view.

Fixed in v206
Comment 4 James Moody CLA 2001-10-25 10:16:48 EDT
Undoing change per KM's request, approval pending.
Comment 5 James Moody CLA 2001-11-07 17:18:30 EST
*** Bug 5628 has been marked as a duplicate of this bug. ***
Comment 6 James Moody CLA 2002-02-07 12:41:04 EST
Closing PR. The new 2.0 codebase uses the UI Decorators facility. The state of 
decorators is persisted between invocations of the workbench, providing the 
functionality you request. No changes will be made to the 1.0 codebase.