[wxpython-users] wxStc rendering with word-wrap on on OS-X
Christopher Barker
Chris.Barker at noaa.gov
Wed Apr 2 12:10:22 PDT 2008
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??
The enclosed screen shots might help:
PeppyWrap1 is a shot after typing a bunch on line 33. Note that the line
is wrapped, but the line numbers in the margin don't indicate the
current line numbers anymore. Note, it's not jsut hte line numbers -- =
the lines below the one being typed on don't move down when a new =
wrapped line is added. The line numbers do correspond to the lines being =
displayed.
PeppyWrap2 is the same buffer, after scrolling up and down, so that it
now shows it correctly.
-Chris
-- =
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google =
Groups "peppy-dev" group.
To post to this group, send email to peppy-dev at googlegroups.com
To unsubscribe from this group, send email to =
peppy-dev-unsubscribe at googlegroups.com
For more options, visit this group at =
http://groups.google.com/group/peppy-dev?hl=3Den
-~----------~----~----~----~------~----~------~--~---
-- =
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PeppyWrap1.png
Type: image/png
Size: 24773 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20080=
402/3a1f6958/PeppyWrap1-0001.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PeppyWrap2.png
Type: image/png
Size: 25579 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20080=
402/3a1f6958/PeppyWrap2-0001.png
More information about the wxpython-users
mailing list