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 258030 - provide a more intelligent tree view
Summary: provide a more intelligent tree view
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-17 10:06 UTC by AndyWuest
Modified: 2016-02-17 13:49 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 AndyWuest 2016-02-17 10:06:29 UTC
Hi,

is it possible to provide a more intelligent tree view (in the Files view) that will open the selected nodes until it encounters a node that has two children. This would save me a lot of clicking in the tree view, because of my deep directory structures.

For example: i have the following directory structure. 

+ src
  + main
     + java
        + de
           + somepackage
           + somepackage2

Initiall in the directory structure only the src node is visible. when i click
on the src node, the main node gets visible, and so on. 
It would be nice if the click on the src, would open the tree until the algorithm enocunters a node with two children. because then the ide does not
know which node to open. but it would be save to open main, java, and de, because those node do not have siblings. 
btw. intellij has this feature in the tree views.