wxWidgets/include/wx/stc
Vadim Zeitlin 933be2dc39 Fix wxStyledTextCtrl::WriteText() to replace the selection.
WriteText() must replace the selection, not just insert the new text,
otherwise SetValue() implementation inherited from the base class doesn't work
as it doesn't clear the old contents of the control before adding new text to
it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-09-30 22:27:21 +00:00
..
private.h No changes, just simplify the code using wx2stc() a little. 2012-05-13 21:37:23 +00:00
stc.h Fix wxStyledTextCtrl::WriteText() to replace the selection. 2012-09-30 22:27:21 +00:00