Posted 16 years ago
by Richard Carlin

I am using the DocumentTextChanged event to check the latest typed character and show the appropriate intelliprompt menu. The user clicks on a choice and the new code is added. The problem is that I want to immediately pop a new intelliprompt menu based on the users prior choice but the prior intellisense insert doesnt fire the DocumentTextChanged event.
Is there another event I should be using to trigger a new intelliprompt menu.
Is there another event I should be using to trigger a new intelliprompt menu.