diffplex icon indicating copy to clipboard operation
diffplex copied to clipboard

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.

Results 42 diffplex issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this project! I noticed the following issue which may come up when, for example, entire code blocks are inserted. Consider these two simple .js files: File1: ```...

In addition to ignoring whitespace and differing case, I propose a third option to also ignore trailing commas. This would mainly be useful for diffing JSON files.

Similar to: https://github.com/mmanela/diffplex/issues/79 Visual Studio 2022 Targeting .Net 6.0 Windows Forms DiffPlex.Wpf 1.3.2 Tried modifying font, fore/back colors - no luck Tested in another older project targeting .Net 4.6.1 -...

have you considered using the new span APIs to get better perf and memory usage?

I'm looking to implement something similar in our application and came across this library which looks perfect for our use case. I would appreciate if someone can confirm that it...

If the diffs skips ahead because of ignore unchanged in the middle of the viewport then the list of visible lines will be trucated.

Follows up on issue: https://github.com/mmanela/diffplex/issues/139

When using the UI properties editor, when I try to set one of the inserted colors back or fore, the other one changes to it as well. I cannot alter...

In chinese text context, each character is a word, there is no space between words. One expect difference between "台灣好" and "臺灣好" is only the first character "台" against "臺"....