]> git.saurik.com Git - wxWidgets.git/commit
1. crash when deleting multi line selection fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Jun 1999 21:07:44 +0000 (21:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Jun 1999 21:07:44 +0000 (21:07 +0000)
commit668e4f17be1fdeab2d08fc6d472d585447894aa7
tree7eac7a97c1ef09fcc31e881e4821d3a1b14247ef
parent6b92f831b75e33c67f7993391bff95bc3efd0678
1. crash when deleting multi line selection fixed
2. BreakLine() does just discard the first line (wreaking total havoc) any
   more
3. ScrollToCursor() actually scrolls to cursor
4. style change affects the first line too - and since the first time, style
   doesn't change mysteriously any more after second Clear()
5. word cursor movement even better (did I get it right this time?)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/richedit/wxLayout.cpp
samples/richedit/wxllist.cpp
samples/richedit/wxllist.h
samples/richedit/wxlparser.cpp
samples/richedit/wxlwindow.cpp
samples/richedit/wxlwindow.h