Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Smooth scrolling in code view #112

Open
mkurdej opened this issue Jul 1, 2016 · 4 comments
Open

Smooth scrolling in code view #112

mkurdej opened this issue Jul 1, 2016 · 4 comments
Labels

Comments

@mkurdej
Copy link

mkurdej commented Jul 1, 2016

A nice to have: ability to change in preferences how many lines a mouse roll scrolls.
Current scrolling seems quite slow to me (and it seems to "jump", i.e. not being continuous).

@egraether
Copy link
Contributor

@mkurdej Should the scrolling speed affect scrolling everywhere in the app, or just scrolling in the code view, or just scrolling vertically in the code view?

@mkurdej
Copy link
Author

mkurdej commented Jul 25, 2016

I'll say that in the 1st iteration, it may be a global setting for the whole app. If a need be, it may be detailed in the future, what do you think?

@egraether
Copy link
Contributor

Implemented scroll speed setting with 0.7.1.38

Added a scroll speed multiplier to the preferences that changes the QScrollBar::singleStep for code, graph and search views. It seems that the singleStep field is ignored in graph and search view however, at least on my Mac.

The scrolling is still jagged and should change speed according to scroll amounts.

@egraether egraether changed the title Feature request: scrolling speed Smooth scrolling Aug 18, 2016
@mkurdej
Copy link
Author

mkurdej commented Aug 22, 2016

Nice! Thank you.

@egraether egraether changed the title Smooth scrolling Smooth scrolling in code view Nov 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants