
Hello,
We just added the .NET languages add-on to our app. I want to be able to use the automatic IntelliPrompt features for the .NET framework classes, but I need to be able to customize the member lists and quick info for certain objects. Previously, I was displaying the member lists and quick info by handling the TriggerActivated and ViewMouseHover events. These events no longer fire when I'm using the CSharpSyntaxLanguage. I see how I can edit the member list by handling the SyntaxEditorIntelliPromptMemberListPreFilter event, but is there a way to customize the quick info tooltip? Also, is there a way to make the TriggerActivated and ViewMouseHover events fire so I could keep the same code for both .NET and non-.NET languages?
Thanks,
Lisa
We just added the .NET languages add-on to our app. I want to be able to use the automatic IntelliPrompt features for the .NET framework classes, but I need to be able to customize the member lists and quick info for certain objects. Previously, I was displaying the member lists and quick info by handling the TriggerActivated and ViewMouseHover events. These events no longer fire when I'm using the CSharpSyntaxLanguage. I see how I can edit the member list by handling the SyntaxEditorIntelliPromptMemberListPreFilter event, but is there a way to customize the quick info tooltip? Also, is there a way to make the TriggerActivated and ViewMouseHover events fire so I could keep the same code for both .NET and non-.NET languages?
Thanks,
Lisa