mmanela / diffplex

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

Allow text wrapping in WPF controls #142

Open SebastianDevelops opened 1 month ago

SebastianDevelops commented 1 month ago

Added the ability to wrap text by calling DiffView.EnableTextWrapping(). This addresses issue #113


Below is an example of the text wrapping: https://github.com/user-attachments/assets/53d3d13e-6338-4336-92f9-a566412f1fbc

image

SebastianDevelops commented 1 month ago

@mmanela any progress on this PR?