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 220039 - Add auto open sub-folder by opening folder if there only 1 folder
Summary: Add auto open sub-folder by opening folder if there only 1 folder
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-13 13:10 UTC by duke
Modified: 2013-05-30 14:03 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 duke 2012-10-13 13:10:47 UTC
It would be good when I open some folder in Project and Files window IDE would check if there only 1 sub-folder and if it's so then open it too recursively.
Comment 1 Milos Kleint 2013-01-25 10:05:45 UTC
maybe this could be a generic feature? that could be enabled programatically on explorer views? 
I understand that in some cases it's not problematic (Services view for example), but in files or project views it could work. The nature of async node children calculation makes it a tough problem I assume.
Comment 2 duke 2013-01-25 11:43:27 UTC
Milos, It won't be tough because It need only for clicked node and it will stop if it has multiple children.
It useful for new Zend Framework 2 projects.