Karthikeyanacaq / progressive-scroll

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

Resharper + progressive-scroll #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using Resharper 7's own parser.
2. Open any file for Resharper to mark errors/hints in the scrollbar area.
3. Compare the actual lines marked with the code representation in 
progressive's drawing area.

What is the expected output? What do you see instead?
The mark/code preview is mismatched, most likely because the original VS 
scrollbar accounts for the entire file + one blank screen, while progressive's 
code preview doesn't stretch vertically to fit the same area.

What version of the product are you using? On what operating system?
Visual Studio 2012 Update 2, progressive 0.7.3, Resharper 7

Please provide any additional information below.
Great extension!

Original issue reported on code.google.com by z.darkm...@gmail.com on 6 Jun 2013 at 4:48

GoogleCodeExporter commented 8 years ago
I know the scrollbar behaves differently than the regular one. Stretching the 
image wouldn't be very pretty, but I'll see if I can add an option for it in 
the next release. 

This isn't a high priority to me as I don't use resharper, so I can't commit to 
when this will be.

Original comment by freaksken on 7 Jun 2013 at 9:00