Open aelij opened 8 years ago
+1
have you also seen: https://www.codeproject.com/Articles/173509/A-Universal-WPF-Find-Replace-Dialog
i've created a nuget of this: https://github.com/dotnetprojects/UniversalFindReplace
@dgrunwald what du you think about this change? should a pull req. be created?
@aelij could you share the code ?
A search and replace pane is really missing from avalon edit.
@DevidCIC see this pull request for the avalon: https://github.com/icsharpcode/AvalonEdit/pull/99 I have being using it, and it is working just fine!
I've inherited from
SearchPanel
and added replace functionality to it. Would you be interested in a PR integrating it to the original panel? It requires very few code changes. This could be useful for anyone using AvalonEdit.Thanks for making such a great control!