Use ACO_AUTOAPPEND option for text completion in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Apr 2011 17:27:26 +0000 (17:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Apr 2011 17:27:26 +0000 (17:27 +0000)
commitb9a46ea5a205d5959cb5f9c3e4fa1b229182af61
treec88c21de34b2b29a87e0ca7b5483577b9f69c36d
parent1afe4f9b47b9ee020cc21e12ed603409f60a59dc
Use ACO_AUTOAPPEND option for text completion in wxMSW.

This option appends the first candidate completion value to the text control
itself making it more user-friendly as it reduces the amount of typing needed
to enter it.

See #11465.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/textentry.cpp