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 198398 - Split Project view - nodes up, leaves down
Summary: Split Project view - nodes up, leaves down
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-06 15:50 UTC by pekarna
Modified: 2011-05-16 21:50 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 pekarna 2011-05-06 15:50:41 UTC
Once upon a time, there was a web IDE called Allaire HomeSite.

One feature I really miss from that was it's equivalent of NetBeans' Project view.
It was split vertically. The upper part contained nodes - for Java, it would be down to package names. Lower part contained leaves of the selected node in upper part. Here's a screenshot:
http://img.brothersoft.com/screenshots/softimage/m/macromedia_homesite-67076-1.jpeg

The whole idea is that the tree, when expanded, can get very tall, and user needs to scroll like hell. Scrolling sucks. From my experience, the HomeSite way much more convenient to use. In NetBeans, the parts could even be separate views; "leaves view" visibility would toggle with "nodes view" visibility.

This view mode could be optional (editable in preferences).

Thanks for considering.
Comment 1 pekarna 2011-05-06 16:04:00 UTC
Addition to the reasoning:

The usual use case is:
1) user looks for a file in some package
2) so he needs to expand the package
3) user opens the file, or more files
4) the package contains many files, so it makes the list confused, it's hard to track the structure since one screen height can't fit whole project
5) So the user needs to close the package again

and this repeats...

With the split views, expanding, scrolling and closing would be replaced by two clicks.

Because users are not interested in leaves when they are not looking for them at the moment,
I could even imagine using only the nodes tree, and when a node would be clicked, a "popup panel" would appear (aligned with the nodes view) with the list of leaves. The popup would remain visible until it or the nodes view looses focus.
Comment 2 Marian Mirilovic 2011-05-16 21:50:34 UTC
Nice, but we do not plan to create such feature. You can use Favorites if you would like to see the list of your favorite nodes...