Hi,
Been tinkering with the SyntaxEditor for a few days and it have been a pleasure.
I just got one thing that I havnt figure out.
I want to implement IntelliPrompt support for our own class libraries.
I know that I can override OnSyntaxEditorTriggerActivated() and show a member list based on the Trigger.key.
Here is the problem, is it possible to figure out the type of the current "token" and show a different member list depending on the class/type ?
Thanks!
Been tinkering with the SyntaxEditor for a few days and it have been a pleasure.
I just got one thing that I havnt figure out.
I want to implement IntelliPrompt support for our own class libraries.
I know that I can override OnSyntaxEditorTriggerActivated() and show a member list based on the Trigger.key.
Here is the problem, is it possible to figure out the type of the current "token" and show a different member list depending on the class/type ?
Thanks!