Add wxStyledTextCtrl::AutoCompGetCurrentText()
Added support for SCI_AUTOCGETCURRENTTEXT API. Closes #16263.
This commit is contained in:
committed by
Artur Wieczorek
parent
f33da324c0
commit
1bcb30f6d7
@@ -5757,6 +5757,13 @@ public:
|
||||
*/
|
||||
int AutoCompGetCurrent() const;
|
||||
|
||||
/**
|
||||
Get currently selected item text in the auto-completion list
|
||||
|
||||
@since 3.1.1
|
||||
*/
|
||||
wxString AutoCompGetCurrentText() const;
|
||||
|
||||
/**
|
||||
Set auto-completion case insensitive behaviour to either prefer case-sensitive matches or have no preference.
|
||||
|
||||
|
Reference in New Issue
Block a user