Remove squiggle lines in csharp syntax

SyntaxEditor for WPF Forum

Posted 6 years ago by Mike
Version: 18.1.0670
Avatar

Hi,

how can I disable the parse error tagger service in the default csharp syntax language? I would like to get rid of the squiggle lines.

I've tried the following in constructor but it didn't worked:

editor.Document.Language.UnregisterService(typeof(ParseErrorTagger));

Comments (1)

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

Hi Mike,

I believe this is the line you'd want:

this.UnregisterService(typeof(CodeDocumentTaggerProvider<ParseErrorTagger>));


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.