Add wxStyledTextCtrl::AutoCompGetCurrentText()

Added support for SCI_AUTOCGETCURRENTTEXT API.

Closes #16263.
This commit is contained in:
New Pagodi
2017-03-07 19:15:45 +01:00
committed by Artur Wieczorek
parent f33da324c0
commit 1bcb30f6d7
6 changed files with 45 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ All (GUI):
- Optimize font registration in PostScript code emitted by wxPostScriptDC.
- Fix drawing filled arc with wxPostScriptDC::DrawArc().
- Optimize PostScript code emitted by wxPostScriptDC to draw elliptic arcs.
- Add wxStyledTextCtrl::AutoCompGetCurrentText() (NewPagodi).
wxGTK: