
I have a scenario where I want to display IntelliPrompt after a particular keypress. For example, when the user enters the dot character.
I'm using a class that extends EditorViewInputProcessorBase to capture the text input by implementing OnTextInput and, when appropriate, displaying the intelliprompt list. My problem is that when I select an item in the list, its text replaces the editor's text instead of being inserted at the caret.
This seems like a bug since when I use Ctrl+Space to access IntelliPrompt, selecting an item inserts the text as expected.
Is there something special I need to do to ensure that non Ctrl+Space display of intelliprompt also performs text insertion?
Thanks,
-Craig
[Modified at 06/05/2009 06:58 PM]
I'm using a class that extends EditorViewInputProcessorBase to capture the text input by implementing OnTextInput and, when appropriate, displaying the intelliprompt list. My problem is that when I select an item in the list, its text replaces the editor's text instead of being inserted at the caret.
This seems like a bug since when I use Ctrl+Space to access IntelliPrompt, selecting an item inserts the text as expected.
Is there something special I need to do to ensure that non Ctrl+Space display of intelliprompt also performs text insertion?
Thanks,
-Craig
[Modified at 06/05/2009 06:58 PM]