[wxpython-users] wxStc rendering with word-wrap on on OS-X
Robin Dunn
robin at alldunn.com
Thu Apr 3 15:42:03 PDT 2008
Christopher Barker wrote:
> Hi all,
>
> I've noticed a word wrap bug with the Peppy Editor. After talking with
> Rob about it, he suggested that it may be a wxStc bug, rather than
> something Peppy-specific, so I tried Editra too, and found the same bug.
> It appears in multiple modes that word wrap.
>
> So it looks like it's an Stc issue.
>
> It seems that when I add to a line that is wrapped, such that it has to
> add another line to the wrapped part, the area of the buffer below that
> isn't re-rendered. All the lines below the one I'm working on should get
> moved down one, but that doesn't happen until I move the cursor down to
> that location.
>
> Clear as mud??
Sounds like there is a missing refresh somewhere... I'll check into it.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list