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

Summary: add a complete project view to navigator
Product: ruby Reporter: jamespb <jamespb>
Component: CodeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.