schmidt-florian / progressive-scroll

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

Progressive scroll is not syncrhonised with the opened file. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a big file of C# source code
2. Scroll to the end of the file
3. Then the right pannel showming minimized source code is not synchronised 
with the file. The dark grey block is not a the end of the display.

What version of the product are you using? On what operating system?
I'm using professive-scroll v0.4 and the same problem happens on v0.3 and v0.2.
OS = SEVEN x64 Entreprise
Visual Studio = 2010 Pro

Original issue reported on code.google.com by maxin...@gmail.com on 26 Sep 2012 at 9:44

Attachments:

GoogleCodeExporter commented 9 years ago
Hmm,

first thing i notice here is that you're probably using another plugin that 
influences the scrollbar since there is a regular scrollbar visible as well. 
Progressive scroll overrides the behaviour of the scrollbar (and sort of paints 
on top of it), so any other plugins that do this may conflict with it.

If you're using the productivity power tools for instance, make sure you have 
the enhanced scroll bar turned off in the options.

Can you confirm if this is the case? (That you're using other scrollbar plugins)

Original comment by freaksken on 26 Sep 2012 at 9:47

GoogleCodeExporter commented 9 years ago
Hello,

indeed, it seems there are 2 scroll bar managers :
- "Productivity  Power Tool"
- "Progressive scroll"

Like on the screenshot, I found an option that displays a "Progressive scroll 
like" : "Show Full Mode".

Then, i think I will use thie option instead of your plugin :-(, to keep 
"Produc Power Tool" working.

Cheers.

Original comment by maxin...@gmail.com on 27 Sep 2012 at 7:18

Attachments:

GoogleCodeExporter commented 9 years ago
There's no need to disable all of the productivity power tools. Under Tools > 
Options > productivity power tools, there's a setting to disable only the 
enhanced scrollbar. If you turn that off, Progressive Scroll should work 
properly.

So yeah, I know it doesn't play nice with other margin extensions, but I made 
it to replace any margin extensions (the one from PPT is terrible actually).

Original comment by freaksken on 27 Sep 2012 at 8:30

GoogleCodeExporter commented 9 years ago
Copy that ;-)
Thank you for your time.

Original comment by maxin...@gmail.com on 27 Sep 2012 at 10:12