Updated Scintilla to add GetTargetTextRaw (closes #17426).
This commit is contained in:
@@ -6357,6 +6357,11 @@ public:
|
||||
*/
|
||||
wxCharBuffer GetSelectedTextRaw();
|
||||
|
||||
/**
|
||||
Retrieve the target text.
|
||||
*/
|
||||
wxCharBuffer GetTargetTextRaw();
|
||||
|
||||
/**
|
||||
Retrieve a range of text.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user