How to clear indicator marks?

SyntaxEditor for Windows Forms Forum

Posted 19 years ago by shark92651
Avatar
How do I do the opposite of this action - i.e. to clear all indicators of a particular type in the editor?

resultSet = editor.SelectedView.FindReplace.MarkAll(options, typeof(GrammarErrorIndicator));

Comments (1)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
You can do something like:
editor.Document.Indicators.Clear(name);


Actipro Software Support

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.