vs2005 scrollbar not synchronised with error bar
In VS2003 and R# 1.5 this worked fine. The errors in the error bar were aligned with the scrollbar in the code window, so that if the error was in the middle of the scrollbar it would be in the middle of the code window. I've just moved to VS2005 and R# 3 and (presumably due to the fact that VS2005 now lets you scroll past the bottom of your code) the errors in the error bar are not synchronised. I have no collapsed regions.
Can this be fixed, or have I missed an option?
Please sign in to leave a comment.
This also affects VS2005 / R# 2.5.x and I would be a big +1 for seeing it fixed. It drives me nuts all the time, but especially when working with small to medium size files.
Hello,
This is a known problem, and the two things that cause it are virtual scrolling
space past the end of the file and collapsible regions.
We were not sure about the priority of this issue. That didn't seem to be
important. Also, if we track the regions, the marks on the error stripe will
be jumping while you're editing the code. Marks coming from a collapsed region
will be condensed in one location, also.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Scott Waye wrote:
> The errors in the error bar were aligned with the scrollbar in the
code window,
> so that if the error was in the middle of the scrollbar it would be
in the middle of the code window.
> I've just moved to VS2005 and R# 3 and (presumably due to the fact
that VS2005 now lets you scroll
> past the bottom of your code) the errors in the error bar are not
synchronised. I have no collapsed regions.
Unfortunately, it never worked the way you described. If you want it to
be solved, you may vote for RSRP-15221 :)
Regards,
Erwin
Thanks, it now has a total of 2 votes :(