Posted 17 years ago
by shark92651
I have some code in an IntelliPromptMemberListClosing event that will manipuate the selected item's AutoComplatePreText prior to the text being inserted into the editor. This code works great but I cannot find an event or way to manipulate the text prior to insertion if there is only one item in the list that matches when using CompleteWord since the list itself is never shown and therefore the closing event does not fire. Is there a way for me to handle this case?