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 113831 - Improve Sources&Breakpoints view
Summary: Improve Sources&Breakpoints view
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks: 90398
  Show dependency tree
 
Reported: 2007-08-27 11:04 UTC by tomzi
Modified: 2010-04-29 09:34 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 tomzi 2007-08-27 11:04:51 UTC
Please move the checkbox in Window/Debugger/Sources and Window/Debugger/Breakpoints from the extra column to the front
of each item. So instead of

|        Source Root/Filter        | Use for debugging |
 +-[Icon] E:\devlop\.....           [checkbox] 
 +-[Icon] E:\devlop\.....           [checkbox] 

put the checkbox in the front

|        Source Root/Filter        |

 +-[checkbox][Icon] E:\develop\....
 +-[checkbox][Icon] E:\develop\....

This would unify nb look, since in Refactoring view this is used also and IMHO this is a lot more useful.
It is really a waste of space to use an extra column there, it usually resizes to the length of the title.
Comment 1 tomzi 2007-08-27 11:08:12 UTC
And also in both views maybe you could consider to gray those items slightly out that are not selected.
Comment 2 Roman Ondruska 2007-08-27 13:41:31 UTC
I like the proposal; we plan to redesign the debugger UI for next release. 
Comment 3 Martin Entlicher 2009-03-12 15:44:48 UTC
Breakpoints view was changed in changeset:   119361:bf1b91ad9d8f, see issue #159545

http://hg.netbeans.org/main/rev/bf1b91ad9d8f
Comment 4 Martin Entlicher 2009-03-12 16:08:12 UTC
For Sources View it's fixed in changeset:   120002:b3309b2e1396

http://hg.netbeans.org/main/rev/b3309b2e1396
Comment 5 Quality Engineering 2009-03-18 22:41:36 UTC
Integrated into 'main-golden', will be available in build *200903181604* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b3309b2e1396
User: mentlicher@netbeans.org
Log: #113831 - Checkboxes moved next to the node icons in Sources View.
Comment 6 Quality Engineering 2010-04-29 09:34:53 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.