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 - Project views don't restore selection after restart
Summary: Project views don't restore selection after restart
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
: 48118 (view as bug list)
Depends on:
Blocks: 18780 41535
  Show dependency tree
 
Reported: 2004-06-15 14:35 UTC by Petr Nejedly
Modified: 2006-03-24 10:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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