Can I set autocomplete in wxTextCtrl to not complete the first suggested string Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
ioki9
Earned a small fee
Earned a small fee
Posts: 21
Joined: Tue Mar 09, 2021 5:25 pm

Can I set autocomplete in wxTextCtrl to not complete the first suggested string

Post by ioki9 »

I have a wxTextCtrl with autocomplete, but when i type anything, it not only shows the suggestions, but also completes the string from 1st suggestion. The problem is if i want to delete a character i have to do it twice and its pretty annoying... maybe someone knows how to deal with it.
autocomplete.png
autocomplete.png (3.65 KiB) Viewed 1530 times
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Can I set autocomplete in wxTextCtrl to not complete the first suggested string

Post by doublemax »

I don't think it's possible. And besides, this behavior is kind of standard and every user will be familiar with it.
Use the source, Luke!
Post Reply