
Is there a way to customize the Scope combo box that appears on EditorSearchView? I would like to replace "Document" with something else.
Best Regards,
Gustavo Guerra
[Modified at 06/14/2009 10:17 AM]
Hello,
I also need to have project scope and solution scope with the EditorSearchView. But the EditorSearchView is explicitly bound to a SyntaxEditor and does the search only in its document. It would have been smarter to also bind it to an IEnumerable<ITextDocument> for example, so that a solution/project scope search could be previously made in several documents with the same form used to search in the SyntaxEditor displayed then, after a user click on a file result somewhere.
Like it is made, I cannot have the same behaviour and the same search form for a find/replace in a file scope or in a solution/project scope. So, in a solution/project environment, what is claimed to be the target of actipro SyntaxEditor and .net addon, the EditorSearchView is useless.
Or I don't see the point.
[Modified 13 years ago]
Please log in to a validated account to post comments.