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

Disabling vertical scroll bar also disables mouse wheel scrolling #317

Closed snoopy closed 1 year ago

snoopy commented 1 year ago

Disabling the vertical scroll bar via view.v_scroll_bar = false also disables mouse wheel scrolling for me. Tested with Textadept nightly (27 Dec 2022).

orbitalquark commented 1 year ago

Yes, I noticed that too. The Scintilla Qt component does this intentionally. I haven't yet asked on the Scintilla mailing list if this is still desired behavior.

orbitalquark commented 1 year ago

I've patched Scintilla to enable wheel scrolling even if scrollbars are disabled: https://github.com/orbitalquark/textadept/commit/e7f8a485de68baad44f703a4a1e3fda941d0a630

I've also inquired on the Scintilla mailing list if this default behavior can be changed.