correosdelbosque / progressive-scroll

Automatically exported from code.google.com/p/progressive-scroll
1 stars 0 forks source link

Same line break point and highlight #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Place a break point and a highlight on the same line.
2.
3.

What is the expected output? What do you see instead?
On the scroll-bar, for the small right dot, the break point color will appear 
over the highlight color. I consider more useful if the highlight color will 
appear over the break point color.

What version of the product are you using? On what operating system?
Visual studio 2010, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by gabi.fra...@gmail.com on 7 Aug 2013 at 7:58

GoogleCodeExporter commented 8 years ago
That's a difference of opinion I guess. Personally I like the breakpoints on 
top of the   highlights.

Maybe I could make the breakpoints 1 pixel less wide? That way you'd still see 
the highlight even though the breakpoint is on top of it. 

Let me know what you think.

Original comment by freaksken on 9 Aug 2013 at 10:21

GoogleCodeExporter commented 8 years ago
It would be great to be able to differentiate both. I have tried to see how it 
would look with just one pixel difference and I believe that it's very hard to 
notice the highlight, especially on a high pixel density display.

I consider that more pixels(at least three) or an option with the order of 
appearance would be more useful.

Thanks.

Original comment by gabi.fra...@gmail.com on 12 Aug 2013 at 1:10

GoogleCodeExporter commented 8 years ago
All right. I've been really busy lately, so excuse my lack of follow up.

The main reason I don't want to shrink breakpoints too much is that syntax 
errors have to show up on top of them as well.

I'm also not really sure how to properly expose the display options. Ideally 
I'd like to expose pretty much everything (alignment, distance from border, 
height, width, Z-order) so everyone can just tweak it to display however they 
want. But adding 5 settings per mark type just seems clumsy and verbose.

Another reason is that I've somehow messed up my experimental VS instances. I 
can't seem to reset them and I'm reluctant to reinstall them all since that 
would probably take half a day. [End Rant]

Original comment by freaksken on 26 Aug 2013 at 3:45