Hello all together
Using autocomplete in a combobox is a nive and usefull feature. But playing around with this I stumbeld over the following:
If You have strings in the list of the items which only are containing numbers the autocomplete will only function with the numbers given from the numpad. Numbers given from the keys above the characters are excluded by the function "IsEditableTextKey" in LCLProc.
My opinion now is, that at least the numbers above the characters of the keyboard should be included to "IsEditableTextKey" so they can be used also. I don't think about other excluded characters like German Umlauts, because then there would be too much what should be included. Before giving this as a feature wish to the bugtracker I would like to hear the opinion of other people.
A nice feature would be, to be able to customize the "IsEditableTextKey" with additional own characters. I will think over this, but perhaps there is anybody who already did something like this?
At the moment i am using a changed version of "IsEditableTextKey" and this is working ok, but it is not good enough for the future.