Hello,
When I press the character # when an intelliprompt memeber list is opened, this has for action to close the list and perform an autocompletion with the element that is selected in the list.
ex: Typing "T#", actualy does "TAN#" since TAN is one element in my list.
How can i tell the intelliprompt to consider this as just another character? I tried adding the '#' to my RegEx partterValue group IdentifierToken from
PatternValue="_|{AlphaMacro}({WordMacro})*"
to
PatternValue="#|_|{AlphaMacro}({WordMacro})*"
but that did not do it! Do you know how to fix this?
Regards
Nassim
When I press the character # when an intelliprompt memeber list is opened, this has for action to close the list and perform an autocompletion with the element that is selected in the list.
ex: Typing "T#", actualy does "TAN#" since TAN is one element in my list.
How can i tell the intelliprompt to consider this as just another character? I tried adding the '#' to my RegEx partterValue group IdentifierToken from
PatternValue="_|{AlphaMacro}({WordMacro})*"
to
PatternValue="#|_|{AlphaMacro}({WordMacro})*"
but that did not do it! Do you know how to fix this?
Regards
Nassim