OpenCoverUI / OpenCover.UI

Visual Studio Integration to OpenCover
MIT License
77 stars 46 forks source link

Code cover glyphs are over breakpoint glyph #141

Open MelleKoning opened 8 years ago

MelleKoning commented 8 years ago

Issue description:

Code coverage glyphs are over breakpoint glyph.

Can the glyph be placed elsewhere on the line?

Versions used:

image

MelleKoning commented 8 years ago

Instead of drawing glyphs on the existing margin where breakpoints glyphs re, it might be possible to create an extra margin next the line-numbers, when creating implementations for classes IWpfTextViewMargin and IWpfTextViewMarginProvider as described here:

https://msdn.microsoft.com/en-us/library/dd885244.aspx

pver commented 8 years ago

Sounds good, thanks, I'll have a look at it

ekolis commented 7 years ago

Additionally the glyphs are identical to the breakpoint glyphs when the are red due to lack of coverage.