Hi,
Is there a way to reset the search start position?
SyntaxEditor.ActiveView.Searcher.FindCurrentOrNext(editorSearchOptions);
Thanks,
Naama
Hi,
Is there a way to reset the search start position?
SyntaxEditor.ActiveView.Searcher.FindCurrentOrNext(editorSearchOptions);
Thanks,
Naama
Hi Naama,
The search start offset gets reset any time the view's selection changes (e.g. caret moves) unless specifically designated not to reset by callers. There isn't anything in the public API to specifically reset it but any selection change should do it.
thanks
[Modified 2 years ago]
Please log in to a validated account to post comments.