You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(maybe add pagedown/up? Though in the general case you can't detect all cursor moving keys and will also fail on non-key cursor movements)
Or maybe a better option would be to record time since last caret position change and allow user to set the threshold of what counts as "caret stopped moving"
The text was updated successfully, but these errors were encountered:
Due to polling delay, the caret indicator is "continuously jumpy", but since you can't type while moving the caret, this is just visual noise
CaretDelayNo.mp4
I think a configurable option could be to not update the indicator until the caret has stopped moving
CaretDelayYes.mp4
Maybe a rudimentary "is any cursor key down" check could work?
(maybe add pagedown/up? Though in the general case you can't detect all cursor moving keys and will also fail on non-key cursor movements)
Or maybe a better option would be to record time since last caret position change and allow user to set the threshold of what counts as "caret stopped moving"
The text was updated successfully, but these errors were encountered: