[Github-comments] [geany/geany] Finding with hidden text (#2815)

elextr notifications at xxxxx
Fri May 28 03:20:15 UTC 2021


Unlikely.  

1. Geany does not know how wide the text entry is, you can resize the dialog and it grows/shrinks
2. Geany does not know how wide the displayed text is, its Unicode, so number of bytes != number of code points != number of glyphs and those can be varying widths depending on font and font size chosen

So Geany would have to replicate most of the GTK layout code just to tell if the text exceeded the available width, pretty unlikely to happen, in fact (as best anyone can predict such things) won't ever happen unless its added to the text entry widget in GTK, sorry.

-- 
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/2815#issuecomment-850081902
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210527/19d330ff/attachment.htm>


More information about the Github-comments mailing list