mmanela / diffplex

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

ToString override on DiffPiece (and possibly others) #84

Open xlsupport opened 3 years ago

xlsupport commented 3 years ago

Please add a ToString override or [DebuggerDisplay] on the Model.DiffPiece e.g. $"Pos:{Pos,-6} Subs:{SubPieces.Count,-6} {Type,-16} {Text}"

Then expanding a DiffPaneModel's Lines would actually show most of what you need.