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 59300 - Open project nodes in Projects tab at startup
Summary: Open project nodes in Projects tab at startup
Status: RESOLVED DUPLICATE of bug 55701
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 16:49 UTC by mabrown
Modified: 2005-09-05 10:10 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 mabrown 2005-05-26 16:49:41 UTC
In the spirit of requiring fewer actions on the part of the user to begin being
productive, the Projects tab should start with the root node for each displayed
project being opened when NetBeans starts.
That is, instead of the Projects tab looking like:
+ MyProject1
+ MyProject2

It would look like:
- MyProject1
  + Source Packages
  + Test Packages
  + Libraries
  + Test Libraries
- MyProject2
  + Source Packages
  + Test Packages
  + Libraries
  + Test Libraries

This should be provided as a user-selectable option. It could also be set up so
that all projects get expanded or that only the project designated as the "main"
project would get expanded.
It might also be helpful to expand at least the "Source Packages" nodes, though
this could potentially lead to an excessive amount of clutter with multiple
projects, each with multiple packages. This could be another user-selectable
option (expand all project source nodes, expand only the main project source
nodes, include/exclude test source nodes or library nodes).
Comment 1 Jesse Glick 2005-05-26 17:09:59 UTC
Probably WONTFIX. The Projects tab used to simply persist its state across
sessions (so you can leave open whatever you are working on actively) but this
feature is disabled for now (for performance reasons).
Comment 2 Jesse Glick 2005-05-26 17:11:26 UTC
(See issue #55701.)
Comment 3 Marian Mirilovic 2005-05-27 13:30:53 UTC
If you want to keep expansion, please use next switch on your command line or
write to the netbeans.conf file :
-J-Dnetbeans.keep.expansion=true

We've turned off this feature by default, because it takes long time to startup
with a lot off expanded folders and looks ugly (see issue 55701)

*** This issue has been marked as a duplicate of 55701 ***