stefanceriu / SCXcodeMiniMap

Sublime Text like Minimap for Xcode
GNU General Public License v3.0
1.03k stars 91 forks source link

Add option to disable scroll animation #42

Closed mike-lischke closed 9 years ago

mike-lischke commented 9 years ago

Looks like minimap uses an animation to scroll to a given position. Can this be made optional? The animation significantly slows down quick navigation. Thank you.

stefanceriu commented 9 years ago

I disabled the animations while dragging on the minimap and only left them for when clicking. If you would like to disable then completely then change the shouldAnimateContentOffset bool in the handleMouseEvent: method and rebuild the project.