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 67031 - [50cat] project view window should remind the open packages trees.
Summary: [50cat] project view window should remind the open packages trees.
Status: VERIFIED DUPLICATE of bug 55701
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Other Other
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-18 10:15 UTC by lordy
Modified: 2008-12-22 17:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lordy 2005-10-18 10:15:06 UTC
[ BUILD # : 200510111800 ]
[ JDK VERSION : 1.5.0_05 ]

the project view window should remind the open packages trees.
before i close NetBeans, for example my project view look like:
+ JavaApplication1
     + Source Packges
         + javaapplication1
             file1.java
             file2.java
         - resources
     - TestPackages
     - Libraries
     - Test Libraries

And when i restart NetBeans it look like:
- JavaApplication1

But after a restart i want to see:
+ JavaApplication1
     + Source Packges
         + javaapplication1
             file1.java
             file2.java
         - resources
     - TestPackages
     - Libraries
     - Test Libraries
Comment 1 Antonin Nebuzelsky 2005-10-18 10:18:01 UTC

*** This issue has been marked as a duplicate of 55701 ***
Comment 2 Marian Mirilovic 2005-10-18 10:24:31 UTC
As it's written in the issue 55701, this functionality slows down start of the
IDE, so we decided to switched it off by default. Anyway, you can put property
-J-Dnetbeans.keep.expansion
and tree'll be restored after start of IDE.