How to show Intellisense List on Ctrl+Space?

SyntaxEditor for Windows Forms Forum

Posted 15 years ago by Adnan Ahmad
Version: 4.0.0276
Avatar
I am trying to show a list of items when the user presses CTRL+Space in the syntax editor. I am using the SQL language and have already used the triggers to show Intellisense items for other purposes. But the triggers don't handle CTRL+Space. How to provide an intellisense list on Ctrl+space keys?

Thanks,

Anan

Comments (2)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Triggers are really only for character presses. You can handle the KeyTyped event to show member lists. Or alternatively we have a command that is set up by default to call the CompleteWord method on the current SyntaxLanguage when Ctrl+Space is pressed. So if you have a custom language implementation and have implemented an override of CompleteWord, it will be called automatically.


Actipro Software Support

Posted 15 years ago by Adnan Ahmad
Avatar
Thanks, I used to CompleteWord route.
The latest build of this product (v23.1.2) was released 11 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.