Posted 19 years ago by phruby
Avatar
I currently use intellisense trigger after a command followed by a period. (ie. using System. <intellisense pops up> )

I would also like to have the intellisense popup after certain keywords also. (ie ALLOCATE <intellisense pops up> ) How can I do this? Is there an example somewhere?

Comments (3)

Posted 19 years ago by Oliver Mellet
Avatar
I've done it by registering " " <space> as a trigger.
Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Phruby,

It's pretty easy to do... get a TokenStream using the Document.GetTokenStream method and move back to the previous Token. If it is a KeywordToken, show the different member list.


Actipro Software Support

Posted 19 years ago by phruby
Avatar
Fantastic! Thanks guys.
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.