AvalonEdit icon indicating copy to clipboard operation
AvalonEdit copied to clipboard

Search and replace panel

Open aelij opened this issue 8 years ago • 6 comments

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!

aelij avatar Jul 11 '16 12:07 aelij

+1

groogiam avatar May 11 '17 02:05 groogiam

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

jogibear9988 avatar Oct 14 '17 17:10 jogibear9988

@dgrunwald what du you think about this change? should a pull req. be created?

jogibear9988 avatar Oct 15 '17 05:10 jogibear9988

@aelij could you share the code ?

A search and replace pane is really missing from avalon edit.

DevidCIC avatar Jan 23 '18 13:01 DevidCIC

@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!

mfabruno avatar Jan 23 '18 14:01 mfabruno

My code is here: https://github.com/aelij/RoslynPad/blob/master/src/RoslynPad.Editor.Windows/SearchReplacePanel.cs https://github.com/aelij/RoslynPad/blob/master/src/RoslynPad.Editor.Windows/Themes/Generic.xaml

aelij avatar Jan 23 '18 17:01 aelij