jaykimjinseo / progressive-scroll

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

Visible region does not compress with very large files #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a very large file (5313 lines in my case)
2. Notice that the representation of the file in progressive-scroll gets 
compressed, which is both expected and desirable.
3. However also notice that the 'visible region' representation does not get 
compressed, which makes it seem like I should be able to see a part of the file 
that I can't.

What is the expected output? What do you see instead?
I'd expect the visible region to get smaller. Otherwise when using 
progressive-scroll to navigate to a double-click-highlighted symbol, the 
visible region shows the symbol to be in my viewport when it actually isn't.

What version of the product are you using? On what operating system?
ProgressiveScroll-0.5-20120929.vsix on VS2010, Win7-Enterprise-64.

Original issue reported on code.google.com by keith.oc...@gmail.com on 5 Oct 2012 at 8:53

GoogleCodeExporter commented 8 years ago
You're right, looks like I forgot to scale it.

Original comment by freaksken on 6 Oct 2012 at 10:33

GoogleCodeExporter commented 8 years ago
Fixed in version 0.6.

Original comment by freaksken on 14 Oct 2012 at 3:57

GoogleCodeExporter commented 8 years ago

Original comment by freaksken on 15 May 2013 at 11:41