Advertisement

My mouswheel beats VS2010! :D (Yep, thats a problem)

Started by June 30, 2010 02:39 PM
6 comments, last by daviangel 14 years, 4 months ago
Hi!

Now I'm bored, and hey, a new thread pops up!

My mousewheel Vs. MSVC++ 2010 express editon


And the winner is....My mousewheel!

When I scoll it fast, the dragbar of the code editor just jumps around, from the top to the botton, to the middle and back, and then to the top again, and so on.

In VS2008 I had no problems at all with my free scrolling mousewheel.
Is there something I can disable/enable that I'm not limited in scroll-speed anymore?
wut.

edit: OH JEEZ!!! You mean the wheel on your computer mouse. For some odd reason I thought you meant a wheel in which a pet mouse would run! That's what I get for using a trackball.

Anyway, sorry.

[Formerly "capn_midnight". See some of my projects. Find me on twitter tumblr G+ Github.]

Advertisement
No repro. Perhaps my scroll wheel is not intense enough.
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.
@capn_midnight: Lol, get a coffee :)

In "faster" editors I can jump over around 5000 codelines when I just push my mousewheel. It also keeps scrolling when I take my fingers away. :)Pretty funny thing, thought. You also can enable those stoppers by pressing it, thats better for playing games. ;)

But anyways: VS2010 is to slow for it. :( It also takes around 30 seconds to find a deceleration :(
I'm guessing you're using a Logitech MX Revolution or some other Logitech mouse that has that kind of scroll wheel that keeps spinning. I've noticed that scrollbar behavior in so many applications I just started to think of it as normal behavior =/
Cannot reproduce. I have the Logitech MX Performance which also has the free spinning wheel. Visual Studio 2008 and 2010 behave exactly the same, they bottom out on the file almost immediately and the wheel continues to spin. It's a smooth scroll both up and down.

Do you routinely have 5000+ lines of code in a file where such scrolling is needed? I had to simulate such a large code file with a lot of copy & paste.

Edit: On a side note. Apparently Visual Studio 2010 doesn't like me pasting thousands of lines repeatedly. 10000 lines is really bogging things down.
Advertisement
http://www.logitech.com/en-us/428/4611?WT.z_sp=Image&hub=1

Thats my mouse.
Not all of my files have 5000+ codelines, but there are a few around.
Quote: Original post by tstrimp
Cannot reproduce. I have the Logitech MX Performance which also has the free spinning wheel. Visual Studio 2008 and 2010 behave exactly the same, they bottom out on the file almost immediately and the wheel continues to spin. It's a smooth scroll both up and down.

Do you routinely have 5000+ lines of code in a file where such scrolling is needed? I had to simulate such a large code file with a lot of copy & paste.

Edit: On a side note. Apparently Visual Studio 2010 doesn't like me pasting thousands of lines repeatedly. 10000 lines is really bogging things down.

Don't know if this is related but there is a hotfix out for VS2010 when you get memory errors when cutting/pasting large amounts of code.
"Please note that both before and after hotfix installation, there are cases where Visual Studio accurately reports that not enough memory is available to complete a given operation. You may still see out of memory dialogs when attempting to make a very large cut or copy (50+ MB of data at once)."



[size="2"]Don't talk about writing games, don't write design docs, don't spend your time on web boards. Sit in your house write 20 games when you complete them you will either want to do it the rest of your life or not * Andre Lamothe

This topic is closed to new replies.

Advertisement