mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
996 stars 183 forks source link

Word Level Diffing in the SideBySideDiffViewer WPF Control #53

Closed DavidJSnyder closed 4 years ago

DavidJSnyder commented 4 years ago

Is there a way to do Word level diffing in the SideBySideDiffViewer WPF Control that I'm missing, or does that only support line level?

mmanela commented 4 years ago

@kingcean Can you help?

kingcean commented 4 years ago

@mmanela OK. I will add word level diffing.

kingcean commented 4 years ago

Hi @DavidJSnyder You can update DiffPlex.Wpf to version 1.1.1 which we have enabled word level diffing in SideBySideDiffViewer and DiffViewer by default. https://www.nuget.org/packages/DiffPlex.Wpf

DavidJSnyder commented 4 years ago

Thanks, I will try it.