jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
964 stars 242 forks source link

Find in files feature #540

Open maxmontgmx opened 8 months ago

maxmontgmx commented 8 months ago

Hi all, I would like to add the usefull feature "find in files" in my IDE app. I know that it already exists a package https://github.com/Stumpii/ScintillaNET-FindReplaceDialog But, there is no option search in all files in directory and sub directories.

Does this feature exist anywhere? or do I have to code myself?

Thanks for your help