orbitalquark / textadept

Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
https://orbitalquark.github.io/textadept
MIT License
640 stars 38 forks source link

Erratic scrolling after centering view #330

Closed snoopy closed 1 year ago

snoopy commented 1 year ago

When centering the current line via view:vertical_center_caret() and scrolling with the mouse afterwards the scrolling jumps unpredictably. Seems like scrolling is not done from the current line but some other position.

orbitalquark commented 1 year ago

This should be fixed via https://github.com/orbitalquark/textadept/commit/ee119292a1ceb301d098dfbfa612910a91584fe6. I've submitted an upstream patch to Scintilla for this issue.