Is it possible to have the space only complete the member list if it doesn't match an entry in the list?
For example, if the list includes:
FirstString
Second String
Then if I have typed "Second" then hit the space, it could match the space in second string in the list. But right now, it dismisses the member list. This is only really an issue if the list included things like:
String One
String Two
In this case, if I have typed "String" then hit space, it selects the first entry even though I was about to type "T".
Fyi, I'm still on the 3.1.x code base.
Thanks
Tom