wxWidgets/include/wx/stc
Vadim Zeitlin ce364c4ecd Reimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl.
The version inherited from the base class does work already but calling
Scintilla SetText() directly should be more efficient than selecting
everything and then calling ReplaceSelection() as the base class version does,
less code is executed.

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