Mimicking Ctrl+Shift+F with the Find API call

Is there a way to use the Find API call from the Alternet Editor to mimic CTRL+Shift+F from Visual Studio?

Hi,

SyntaxEdit/TextEditor supports searching through multiple documents; you can see how it works in the SearchReplace quick start project when turning on Multi-Document search.

We will extend this example with the Find in Files dialog and will post an updated example here shortly.

Kind regards,
Dmitry

Thank you, an example would be well appreciated

Hi,

I’ve uploaded a simple example showing how Find in Files can be implemented here:

We will look at extending Code Editor with the built-in Find in Files dialog in the next updates.

Kind regards,
Dmitry