Disable error highliting

SyntaxEditor for WPF Forum

Posted 8 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 8 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 8 years ago by sheshidar
Avatar

Thanks ..iits working..

The latest build of this product (v24.1.1) 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.