Updated Scintilla to add GetTargetTextRaw (closes #17426).

This commit is contained in:
Paul Kulchenko
2016-05-23 21:37:21 -07:00
parent c03ce59b86
commit 36c5b5f9ca
6 changed files with 38 additions and 0 deletions

View File

@@ -6357,6 +6357,11 @@ public:
*/
wxCharBuffer GetSelectedTextRaw();
/**
Retrieve the target text.
*/
wxCharBuffer GetTargetTextRaw();
/**
Retrieve a range of text.
*/