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

@@ -5020,6 +5020,9 @@ public:
// Retrieve the selected text.
wxCharBuffer GetSelectedTextRaw();
// Retrieve the target text.
wxCharBuffer GetTargetTextRaw();
// Retrieve a range of text.
wxCharBuffer GetTextRangeRaw(int startPos, int endPos);