How to disable the code editor's mouse wheel scrolling animation? After recovering from a system crash and re-installed Delphi, I noticed a phenomenon when scrolling the source code in the IDE through mouse wheeling - the scrolling has some ease-in animation. How to disable that? It's Delphi xe4 under windows 7, thanks.

Comments

  1. This may be in mouse driver (not OS) settings

    ReplyDelete
  2. Alexander Sviridenkov Thanks for the hint, but there is no such easy-in animation when scrolling in the windows Explorer. Kinda strange and I'm still keeping an eye on the issue...

    ReplyDelete
  3. I'd be interested to know if that is possible: using Delphi on remote desktop with a 3 monitors setup causes the IDE scroll to be horribly slow. I didn't find any settings (Windows or Delphi) to avoid that and Delphi is the only application with this behavior :(

    ReplyDelete
  4. It turned out that the slow down is caused by MMX (not Uwe Raabe's new version but the last before the transition), I changed the values for 'General Refresh Delay' and 'Track entity at cursor position' from 0.02 the default value to 0.75 second, the issue's gone away!

    ReplyDelete

Post a Comment