-
-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Uh oh, it's me again!
This bug has been reported by one of my users, after they have put in a paint (resulting in a complete token that looks like :PaintRange/PaintName:) when they backspace, and then type a character the autocomplete opens again:
I tried to rectify this by using the afterWhitespace: true option, which I understand to mean that a trigger will only open the autocomplete if it is preceded by a character of whitespace, but for some reason that means that I can no longer open the autocomplete at all using the ":" trigger.
I also looked to see if I could do something by passing in a different regex, but it still looks like it is quite hard to override the actual trigger matching functionality.
I guess I kind of want a look back, to see if the current triggering ":" is actually part of a complete token, but I'm not sure that's going to be easy.
Any ideas?
