0
Declined

Make Changes-View Scrollspeed equal

Matthias Kolley 6 years ago updated 6 years ago 4

When scrolling the Changes-View the scroll speed depends on which side hase the focus (clicked with mouse) and on which side the mouse is currently scrolling.


When focus and scrolling is on the same side (focus is on left side and mouse currently is over left side when scrolling) then the scrolling speed of the changes is equal to scrolling speed of mouse.


When focus and scrolling is on different sides (foxus on left side and mouse currently is over right side when scrolling) then the scrolling speed of the changes is way smaller than the actual scrolling speed of the mouse.


Either make it that scrolling the mouse scrolls the focused side or switch to focus, so that scrolling speed of the changes is equal to scrolling speed of the mouse.

BAD, I'M UNSATISFIED
Satisfaction mark by Matthias Kolley 6 years ago
Declined

This is IMHO not possible.

When using p4merge and diffing the same file the side that is scrolled is getting the focus automatically (which resolves the issue of slow scrolling speed).


So I guess that this could be somehow possible.


EDIT: On mouse scroll I guess you need to identify which side to scroll. So gving this side the focus should be doable. But I don't know how smartgit is working for this kind of use case.

> On mouse scroll I guess you need to identify which side to scroll.

No, the control under the cursor gets the scroll event.


Have you already tried scrolling with the cursor over the connector between the left and right file?

Scrolling over the connector between left and right side works fine no matter which side has the focus.


So I guess I have to either set focus manually or scroll over the connector....