mmanela / diffplex

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

Wrap lines in WPF control? #113

Open TobiasS79 opened 10 months ago

TobiasS79 commented 10 months ago

Is there a way to wrap lines in the WPF control of diffplex? Didn't find anything.

Would be very helpful as doing much text comparison.

Am using:

Comparison_LineWrapping

I wouldn't care about whether the whole wrapped line would be marked or not.

Aurelien-Dev commented 8 months ago

I’m looking for the same feature to compare JSON, but I found nothing. Have you found a solution?

TobiasS79 commented 8 months ago

No unfortunately not

mmanela commented 6 months ago

@kingcean would this be hard to add?

heulendoch commented 6 months ago

Is there a way to wrap lines in the WPF control of diffplex? Didn't find anything.

Would be very helpful as doing much text comparison.

Yes, would like it too!

pcinfogmach commented 3 months ago
Is there a way to wrap lines in the WPF control of diffplex? Didn't find anything.

Would be very helpful doing side by side text comparison to make it readable.