[Github-comments] [geany/geany] Smaller horizontal auto-scroll jump when typing (#1952)
VictorelPetrovich
notifications at xxxxx
Sat Sep 15 16:38:23 UTC 2018
I read https://www.scintilla.org/ScintillaDoc.html#ScrollingAndAutomaticScrolling and I understood that, for this particular Issue, it would suffice to expose the `CARET_JUMPS` variable.
If `CARET_EVEN` if left as is (value 1), then when typed character goes out of visibility / reaches limit, display will :
* move by one position when `CARET_JUMPS=0`
* jump and centre on the caret (last typed character) when `CARET_JUMPS=1`
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1952#issuecomment-421596645
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180915/c62eeeba/attachment.html>
More information about the Github-comments
mailing list