Disable error highliting

SyntaxEditor for WPF Forum

Posted 9 years ago by sheshidar
Version: 16.1.0632
Avatar

Hi All,

 

I am working on WPF syntax editor.

If I typed invalid code, editor highliting errors, with red line. I need to disable this feature.

 

Can you please let me know how can I do this?

 

Thanks,

Sheshidar

Comments (2)

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

Hello,

You should be able to do a line like this to remove squiggle lines from parse errors:

language.UnregisterService<CodeDocumentTaggerProvider<ParseErrorTagger>>();


Actipro Software Support

Posted 9 years ago by sheshidar
Avatar

Thanks ..iits working..

The latest build of this product (v25.1.0) was released 27 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.