
LexicalState.Tag Problem
I'm attempting to create a very simple langauage based heavily on your SqlDynamicSyntaxLanguage example and have some newbie questions.
After selcting a Item in the IntelliPromptMemberList, I want to store the data about the item in the Token.LexicalState.Tag. I do this at the OnSyntaxEditorIntelliPromptMemberListClosed event.
Looking at the results in debug mode I can see that my data is stored in the LexicalState.Tag. But later when I call Document.Tokens evry Token.LexicalState.Tag in the collection has the Value 1(int)??
Is this the wrong way to use LexicalState?
Thanks,
Markus Hildebold
I'm attempting to create a very simple langauage based heavily on your SqlDynamicSyntaxLanguage example and have some newbie questions.
After selcting a Item in the IntelliPromptMemberList, I want to store the data about the item in the Token.LexicalState.Tag. I do this at the OnSyntaxEditorIntelliPromptMemberListClosed event.
Looking at the results in debug mode I can see that my data is stored in the LexicalState.Tag. But later when I call Document.Tokens evry Token.LexicalState.Tag in the collection has the Value 1(int)??
Is this the wrong way to use LexicalState?
Thanks,
Markus Hildebold