Hello,
the Autocompletion seems to bug for words that contain an underscore. If I have the following list:
test
test_2
testvar
and I enter "testv" then the Autocompletion list gets closed because no entry is found (AutoHide is enabled).
I allready checked Lexing.WordChars, here the underscore char is included correctly. Also AutoComplete.FillUpCharacters only contains ".([" and AutoComplete.StopCharacters doesn't contain any value, so it should work, right? Also AutoComplete.IsCaseSensitive is set to false.
The strange thing is that it sometimes does work, but I couldn't find out any regularity under which circumstances this happens.
Anyone knows how to fix this bug?
Greetings,
2mQ
the Autocompletion seems to bug for words that contain an underscore. If I have the following list:
test
test_2
testvar
and I enter "testv" then the Autocompletion list gets closed because no entry is found (AutoHide is enabled).
I allready checked Lexing.WordChars, here the underscore char is included correctly. Also AutoComplete.FillUpCharacters only contains ".([" and AutoComplete.StopCharacters doesn't contain any value, so it should work, right? Also AutoComplete.IsCaseSensitive is set to false.
The strange thing is that it sometimes does work, but I couldn't find out any regularity under which circumstances this happens.
Anyone knows how to fix this bug?
Greetings,
2mQ