From: arpin <ar...@ki...> - 2008-11-26 18:18:33
|
If you do not use the TypeSeparator in completion then add the following line of code to your editor initialization. editor:AutoCompSetTypeSeparator(0) this will set the separator to null which is not likely to be a valid character in your string. If you do not do that and you have a ? in your completion string then you will simply crash in UserListShow. Andre PS: As you probably already know I found this the hard way. |