This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 33257 - Implement persistent storage of closed set names
Summary: Implement persistent storage of closed set names
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on: 32679
Blocks: 29447
  Show dependency tree
 
Reported: 2003-04-25 14:09 UTC by _ tboudreau
Modified: 2008-12-22 20:11 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2003-04-25 14:09:07 UTC
When the user closes an expanded set, such as Expert
Properties, any sets with that name should remain closed
for other property sheets and sets.  Currently this works,
but the information is not persisted across IDE sessions.
Comment 1 _ tboudreau 2003-04-29 13:53:04 UTC
Note - I would like to postpone implementing this to 
possibly post-merge, in order to use the new Registry API,
rather than SystemOptions.
Comment 2 _ tboudreau 2003-06-25 23:45:42 UTC
Implemented, along with storage of preferred sort order
and whether the description area is visible.