[Github-comments] [geany/geany] Spell checking almost invisible on the last line (#1116)

elextr notifications at xxxxx
Wed Jul 6 10:59:23 UTC 2016


The Scintilla editing component that Geany uses always starts with a line boundary at the top of the screen and shows lines down from there, which can leave a fractional line at the bottom that the cursor won't enter, or if you are lucky(?) and have the window an exact multiple of the line height the cursor can go right to the bottom.

Github switches the fractional line to the top of the screen if the cursor enters the last line and vice versa.  This change would have to be made in Scintilla as Geany has no control over that.  

Scintilla is a separate project and you can request it at their feature request [tracker](https://sourceforge.net/p/scintilla/feature-requests/).

---
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/1116#issuecomment-230741660
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160706/0b6692ea/attachment.html>


More information about the Github-comments mailing list