Scroll with middle mousebutton?

Working on new editor enhancements?
User avatar
kenmo
Addict
Addict
Posts: 2043
Joined: Tue Dec 23, 2003 3:54 am

Scroll with middle mousebutton?

Post by kenmo »

Just a simple question: Why in newer versions of the IDE (at least in PB4) can't you use the "click-the-middle-mouse-button-and-drag-to-scroll-click-again-to-stop" trick? I am 100% sure that you could do this in older versions. Was it intentionally disabled or could it be fixed easily?
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

The used editing control changed in 3.94 from a RichEdit to a Scintilla control,
and this feature is unfortunately not supported there, sorry.
quidquid Latine dictum sit altum videtur
User avatar
kenmo
Addict
Addict
Posts: 2043
Joined: Tue Dec 23, 2003 3:54 am

Post by kenmo »

Ahh, all right. Not a big deal. Thanks for the quick and simple explanation.
Post Reply