New issue 334 by txprog: Textarea: invalid drawing of text out of the
bounds (like textinput before)
http://code.google.com/p/pymt/issues/detail?id=334
Should be fixed same as textinput.
Comment #1 on issue 334 by txprog: Textarea: invalid drawing of text out of
the bounds (like textinput before)
http://code.google.com/p/pymt/issues/detail?id=334#c1
Closed via GitHub:
http://github.com/tito/pymt/commit/279334fccf027e41798260bca71274cc9d4e3f6e
textarea: first pass to prevent drawing out of the bounds. correctly adapt
the view to the cursor position, and make line splitting more smarter.
(fixes issue 334)
TODO: add scrollbar + really speedup processing.