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

Summary: Add auto open sub-folder by opening folder if there only 1 folder
Product: platform Reporter: duke
Component: ExplorerAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal CC: mkleint
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.