How to show Intellisense List on Ctrl+Space?

SyntaxEditor for Windows Forms Forum

Posted 16 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 16 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 16 years ago by Adnan Ahmad
Avatar
Thanks, I used to CompleteWord route.
The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.