[Github-comments] [geany/geany] Smaller horizontal auto-scroll jump when typing (#1952)

elextr notifications at xxxxx
Sun Sep 16 01:57:06 UTC 2018


You need to understand the Scintilla terminology.

`In this document, 'character' normally refers to a byte even when multi-byte characters are used.`

`Positions within the Scintilla document refer to a character or the gap before that character.`

`There are places where the caret can not go where two character bytes make up one character.`

All of which means "move the caret one position" is to the next legal byte location the caret can occupy.  Approximately one display character.

-- 
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-421671164
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180915/28eb27f7/attachment.html>


More information about the Github-comments mailing list