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 44877

Summary: Project views don't restore selection after restart
Product: projects Reporter: Petr Nejedly <pnejedly>
Component: Generic InfrastructureAssignee: Petr Hrebejk <phrebejk>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 18780, 41535    

Description Petr Nejedly 2004-06-15 14:35:54 UTC
Standard explorer keeps selection among restarts.
Your customized explorer keeps expansion state but
not the selection.
Comment 1 Petr Nejedly 2004-06-15 14:37:14 UTC
Can't fix issue 18780 when you're serializing everything yourself.
Comment 2 Petr Hrebejk 2004-08-25 15:37:40 UTC
Checking in projectui/src/org/netbeans/modules/project/ui/ProjectTab.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/ProjectTab.java,v
 <--  ProjectTab.java
new revision: 1.17; previous revision: 1.16
done
Comment 3 Petr Nejedly 2004-08-25 20:31:37 UTC
Works OK now.
Comment 4 Jaroslav Tulach 2004-08-26 09:08:21 UTC
Just out of curiosity, if you serialize the root node and also the
selected paths, would not it be simpler to just serialize the whole
ExplorerManager? (feel free to close if not).
Comment 5 Petr Hrebejk 2004-08-26 09:24:02 UTC
I like it better this way. Is there any problem with that?
Comment 6 Petr Hrebejk 2004-08-31 10:07:48 UTC
*** Issue 48118 has been marked as a duplicate of this issue. ***
Comment 7 deeptinker 2004-09-06 06:51:21 UTC
Verified for Mac OS X on build 200409022120.

Travis