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 88660 - View java packages as Tree - join empty folder to one item
Summary: View java packages as Tree - join empty folder to one item
Status: RESOLVED DUPLICATE of bug 53192
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-05 10:36 UTC by tprochazka
Modified: 2011-10-13 14:22 UTC (History)
1 user (show)

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 tprochazka 2006-11-05 10:36:11 UTC
I prefer showing package as tree in Project dialog, but I have one small idea 
how it would be much more better. 

What about combine it with list mode for empty folder.
Often it's structure of project this:
org.company.project.module
All folders org, company, project is empty, only module folder contains source 
code. When I need source code I must open many empty folder. What about join 
all empty folder to one tree item? It will be seem as:

cz.atomsoft.project.module1
  core
    File1
    File2
  gui
    ...
  database
    ...
Comment 1 Tomas Zezula 2007-09-20 10:26:59 UTC
It's nice but needs separate mode not the tree mode, the tree mode is designed to be as cheap as possible, designed for
people with sources on NFS. In this case the view will neeed to do recursive list to find out the empty folders.
Comment 2 tprochazka 2007-09-25 14:51:39 UTC
It's not problem, can be as 3rd mode. But I think that this much useful that all present mode. People which know 
InelliJ IDEA will be agree with me. IDEA also remember open/closed nodes.
Comment 3 tprochazka 2008-09-14 09:04:54 UTC
I'm added another feature request related to this: ISSUE #147183
Comment 4 tprochazka 2009-12-14 22:53:48 UTC
I think, this can save a lot of time. Use list view is very confused when project has much packages. Tree is better, but I must open very much empty folder which contains only one next package. Create new mode which combine booth existing would be great. (And store open/close status for every node when I run Netbeans again.)
Comment 5 Jesse Glick 2011-10-13 14:22:27 UTC

*** This bug has been marked as a duplicate of bug 53192 ***