Extend FindText() to return end position of matched text in wxSTC
New 5th parameter of FindText() can be used to receive the end position of matched text returned by SCI_FINDTEXT API. Closes #17305. Closes https://github.com/wxWidgets/wxWidgets/pull/23
This commit is contained in:
committed by
Artur Wieczorek
parent
187c4692c8
commit
91a2869b0e
@@ -130,6 +130,8 @@ All (GUI):
|
||||
- Fix drawing filled arc with wxPostScriptDC::DrawArc().
|
||||
- Optimize PostScript code emitted by wxPostScriptDC to draw elliptic arcs.
|
||||
- Add wxStyledTextCtrl::AutoCompGetCurrentText() (NewPagodi).
|
||||
- Extend wxStyledTextCtrl::FindText() to return end position of matched
|
||||
text (NewPagodi).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user