Hello,
I'm using the WinForms SyntaxEditor with the VBSyntaxLanguage add-on. IntelliPrompt is working great, but I need to make modifications to the Description property of the IntelliPromptMemberListItem before it is displayed to the user. I've subscribed to both the IntelliPromptMemberListSelectedItemChanged and the SyntaxEditorIntelliPromptMemberListPreFilter events, but it seems the IntelliPromptMemberListItem.Description property is null at both of the event points. I assume this property is later created by a concealed method, as I can trace it no further than DotNetSyntaxLanguage.ShowIntelliPromptMemberList(). If I set the property to a value, let's say "test", then "test" is displayed correctly, so I'm fairly confident I'm looking at the correct property. Can I access this property once it is initialized with its default content? Basically, how do I go about editing the member list item's description?
Thank you for your help,
Rich
[Modified at 01/13/2010 10:19 AM]
I'm using the WinForms SyntaxEditor with the VBSyntaxLanguage add-on. IntelliPrompt is working great, but I need to make modifications to the Description property of the IntelliPromptMemberListItem before it is displayed to the user. I've subscribed to both the IntelliPromptMemberListSelectedItemChanged and the SyntaxEditorIntelliPromptMemberListPreFilter events, but it seems the IntelliPromptMemberListItem.Description property is null at both of the event points. I assume this property is later created by a concealed method, as I can trace it no further than DotNetSyntaxLanguage.ShowIntelliPromptMemberList(). If I set the property to a value, let's say "test", then "test" is displayed correctly, so I'm fairly confident I'm looking at the correct property. Can I access this property once it is initialized with its default content? Basically, how do I go about editing the member list item's description?
Thank you for your help,
Rich
[Modified at 01/13/2010 10:19 AM]