
Looking at your Find/Replace samples for the SyntaxEditor, I see that the ISearchResultSet, that comes from the EditorViewSearch event, uses a SearchOperationType enum whose value can be FindAll or ReplaceAll.
My question is: how can the user get the FindAll or ReplaceAll behavior when searching? I don't see any checkboxes in the EditorSearchView to replace returning a single find result with returning all find results. If it can't be done in the UI, is there a way to do it programmatically?
Thanks,
-Craig
My question is: how can the user get the FindAll or ReplaceAll behavior when searching? I don't see any checkboxes in the EditorSearchView to replace returning a single find result with returning all find results. If it can't be done in the UI, is there a way to do it programmatically?
Thanks,
-Craig