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 79713 - Show flat packages instead of folders in Classes view
Summary: Show flat packages instead of folders in Classes view
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks: 89617
  Show dependency tree
 
Reported: 2006-07-04 15:35 UTC by _ sandipchitale
Modified: 2006-11-30 23:14 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 _ sandipchitale 2006-07-04 15:35:26 UTC
It is easier to view the flat packages in the Classes view instead of folders 
for each package level. For example show:

[-] System Class Loader
    [-] javax.swing
        :
        [ ] JButton
        :

instead of:

[-] System Class Loader
    [-] javax
        [-] swing
            :
            [ ] JButton

This will make it more consistent with Projects view. May be this should be 
controlled by the same option that controls the project view.


        :
Comment 1 Martin Entlicher 2006-08-31 18:46:10 UTC
This will definitely improve the usability, scheduling for NetBeans 6.0.
Comment 2 Martin Entlicher 2006-10-04 11:08:06 UTC
The packages are displayed flat by default and an action is added, which allows
to select between list and tree view:

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.33; previous revision: 1.32

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/ClassesActionsProvider.java,v
 <--  ClassesActionsProvider.java
initial revision: 1.1

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/ClassesNodeModel.java,v
 <--  ClassesNodeModel.java
new revision: 1.8; previous revision: 1.7

/cvs/debuggerjpda/ui/src/META-INF/debugger/netbeans-JPDASession/ClassesView/org.netbeans.spi.viewmodel.NodeActionsProvider,v
 <--  org.netbeans.spi.viewmodel.NodeActionsProvider
initial revision: 1.1
Comment 3 Jiri Kovalsky 2006-10-19 12:20:22 UTC
The feature is implemented in M4 build of NetBeans 6.0.