intelliprompt member list

SyntaxEditor for Windows Forms Forum

Posted 14 years ago by Nassim Farhat
Version: 4.0.0283
Avatar
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

Comments (2)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
You can add '#' to the editor.IntelliPrompt.MemberList.AllowedCharacters property.


Actipro Software Support

Posted 14 years ago by Nassim Farhat
Avatar
Thank you... that worked nicely
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.