On Wed, Nov 26, 2008 at 1:18 PM, arpin <[EMAIL PROTECTED]> wrote:
> 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.

I'm not sure I understand. Could you explain how to duplicate the
crash with the editor.wx.lua program? I would have thought that if you
have a ? in your string that the auto completion list would simply
break your string into two separate items in the list. Which isn't
want you want, but it shouldn't crash.

Thanks,
     John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to