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

Summary: Implement persistent storage of closed set names
Product: platform Reporter: _ tboudreau <tboudreau>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 32679    
Bug Blocks: 29447    

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.