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 118464 - add a complete project view to navigator
Summary: add a complete project view to navigator
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 23:43 UTC by jamespb
Modified: 2011-01-28 20:11 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 jamespb 2007-10-10 23:43:27 UTC
Right now navigator only shows the current file.  Add a navigator-type pane that includes every file in the project, or
a user-selectable subset of files/classes/modules.
Comment 1 Torbjorn Norbye 2007-10-10 23:49:21 UTC
I'm probably missing something... isn't this exactly what the projects view does?

Also, in case it's not clear, you can drag the projects view to the navigator view to redock the window layout in case
what you're after is a single tall navigator area that can hold either the projects view or the navigator view.
Comment 2 Torbjorn Norbye 2007-10-10 23:49:56 UTC
...or are you perhaps just looking for a flattened (and sortable) file list?
Comment 3 jamespb 2007-10-11 00:16:40 UTC
I'm thinking of the Navigator (ctrl-7) logical view - the tree of modules/classes/fields/methods, not files.  It'd be
useful to see every class/module in the project at once.
Comment 4 jamespb 2007-10-11 00:20:17 UTC
Although an option to the Files pane that said something like 'sort by name/sort by hierarchy' would be handy.  I don't
know that it's really worth it though, since i think what I'd want from that I already get through the alt-shift-O dialog.