"Pause" sign auto completion issue

SyntaxEditor for Universal Windows Forum

Posted 8 years ago by Mateusz Hoffman
Version: 14.1.0306
Avatar

Dear Support Team,

I've got a problem with a Syntax Editor's Intellisense auto submitting/completion with a "pause" sign. When trying to type html attribute with '-' in it, intellisense automaticly submits first suggestion. Is is possible to add '-' to "ignored signs" or do something else to let user continue typing with rest of auto-suggestions?

Sincerely,

Mateusz

Comments (1)

Posted 8 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Mateusz,

Yes, when your completion provider service is creating the completion session, add a line like this:

session.AllowedCharacters.Add('-');

That tells it to not auto-match the selected item if "-" is typed.  That will fix this for you.


Actipro Software Support

The latest build of this product (v22.1 build 0365) was released 11 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.