Posted 18 years ago
by Jerry
This is a Pattern Group I am testing. How can I make additions to it on the fly?
For example it has Test1 and test2 but what if at run time I wanted to add Test3?
Can this be done?
<ExplicitPatternGroup TokenKey="ReservedWordMyToken" Style="ReservedWordMyStyle" LookBehind="[^\.]" LookAhead="{NonWordMacro}" CaseSensitivity="AutoCorrect">
<ExplicitPatterns>
Test1 test2
</ExplicitPatterns>
</ExplicitPatternGroup>
For example it has Test1 and test2 but what if at run time I wanted to add Test3?
Can this be done?
<ExplicitPatternGroup TokenKey="ReservedWordMyToken" Style="ReservedWordMyStyle" LookBehind="[^\.]" LookAhead="{NonWordMacro}" CaseSensitivity="AutoCorrect">
<ExplicitPatterns>
Test1 test2
</ExplicitPatterns>
</ExplicitPatternGroup>