[Solved] Qt Creator disable autoscroll
-
I am using Qt Creator in ubuntu with splits and I can't find anyway to disable automatic scrolling. (Or maybe there's another title for 'automatic scrolling' of which I'm unaware and so looked over in preferences?)
CIP: Let's say there is a split producing two windows: A and B. If I scroll to a position in window A, then start typing or click on a place to edit in window B, the editor automatically scrolls window A to wherever the cursor was. If I want window A to stay where it is, I must move the cursor to a line in that window.
Is there any way to turn off this behavior?
-
I don't see this behaviour on my side. Are you using the newest version of Qt Creator?
-
It's the one from the ubuntu software center.
Qt Creator 3.0.1
Based on Qt 5.2.1 (GCC 4.8.2, 64 bit)
Built on Apr 9 2014 at 09:12:59 -
I think there was a bug like that in this Qt Creator version. Please update QtC (you do not need to download the whole Qt again - just get the newer Qt Creator)
-
Great, happy coding!