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 25352 - Auto-open folders with few children in Tree View
Summary: Auto-open folders with few children in Tree View
Status: RESOLVED DUPLICATE of bug 35606
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL:
Keywords: UI
: 13050 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-07-03 16:14 UTC by Ben Hutchison
Modified: 2008-12-22 09:50 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 Ben Hutchison 2002-07-03 16:14:56 UTC
I would like a (switchable) explorer behavior: when 
opening a folder, in tree-view, it would recursively open 
any/all sub-folders if total child nodes is less/equal 
than some threshold, typically 1. 

The heuristic is that the user is typically interested in 
the "leaves" of the tree, if the branches are empty.

This would optimize getting down to source code in a deep 
package layout. eg:
- com
  - mydomain
    - my project
       - my package
         - My file 1
         - My File 2

would open automatically to "mypackage", rather than 
to "com", because it is the first sub-node with multiple 
children. 

While not a huge change, explorer navigation is so 
universal and common that speeding this process would be 
very helpful for most user's productivity.

Theres no reason why the threshold need be 1. Some users 
may prefer eg. 2 or 5 children as the limit of recursive 
opening. Better as a settable param with default=1.
Comment 1 Jiri Rechtacek 2002-07-16 15:38:38 UTC
*** Issue 13050 has been marked as a duplicate of this issue. ***
Comment 2 Marek Grummich 2002-07-22 11:22:49 UTC
Set target milestone to TBD
Comment 3 Marek Grummich 2002-07-22 11:24:57 UTC
Set target milestone to TBD
Comment 4 Jiri Rechtacek 2004-04-23 10:46:21 UTC
Assigned to new owner.
Comment 5 Antonin Nebuzelsky 2008-02-07 16:14:50 UTC
Reassigning to new module owner Tomas Holy.
Comment 6 t_h 2008-10-20 09:51:19 UTC

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