[Github-comments] [geany/geany] Document line breaking works incorrect with cyrillic text (#1958)

elextr notifications at xxxxx
Wed Sep 19 21:22:40 UTC 2018


Actually it uses Scintilla's SCI_GETCOLUMN which considers tabs and multibyte chars to decide if it needs to break, which is correct.

But then starts searching backwards for a space from a byte offset from line start instead of counting backward from current `pos` until its inside the column according to `SCI_GETCOLUMN`, then searching backwards for the space.

-- 
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/1958#issuecomment-422963280
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180919/761d2152/attachment.html>


More information about the Github-comments mailing list