Bug 369721 - Multiple Markers in Gutter
Summary: Multiple Markers in Gutter
Status: CLOSED DUPLICATE of bug 80089
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 13:36 EST by Nathan Reynolds CLA
Modified: 2012-01-25 15:48 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Reynolds CLA 2012-01-25 13:36:17 EST
Build Identifier: 20110916-0149

I am not sure if this is a PDT or JDT bug.  Please reassign if needed.

If I have a "// TODO" in code, the gutter on the left side of the editor shows a todo marker.  If I then but a breakpoint on that same line, the breakpoint marker is not visible because of the todo marker.

I can mouse over the marker and see that there are multiple markers for the line.  But, I don't want to have to mouse over to know that.

Please make it possible to see the breakpoint and todo marker and all other markers.  One solution would be to make the gutter wider so that each marker can be displayed.  Another solution would be to put a new icon that has the number of markers for that line.  This second solution would give me visual feedback when I place a new marker on the line.

Reproducible: Always

Steps to Reproduce:
1.  Open a Java file in an editor
2.  Add a // TODO in code
3.  Wait for the marker to appear
4.  Set a breakpoint
5.  Notice that the todo marker is visible but there is no visual cue that the breakpoint has been set.
Comment 1 Remy Suen CLA 2012-01-25 13:40:12 EST
I imagine this is a duplicate of some other bug.
Comment 2 Dani Megert CLA 2012-01-25 15:48:56 EST

*** This bug has been marked as a duplicate of bug 80089 ***