diff-match-patch icon indicating copy to clipboard operation
diff-match-patch copied to clipboard

Diff Match Patch is a high-performance library in multiple languages that manipulates plain text.

Results 100 diff-match-patch issues
Sort by recently updated
recently updated
newest added

In the first sentence in the section about a word mode: https://github.com/google/diff-match-patch/wiki/Line-or-Word-Diffs#word-mode > Computing a word-mode diff is exactly the same as the line-mode diff, except you will have to...

Fixes https://github.com/google/diff-match-patch/issues/10, https://github.com/google/diff-match-patch/issues/59, https://github.com/google/diff-match-patch/issues/68 Alternate to https://github.com/google/diff-match-patch/pull/69 Fixes for **Java**, **JavaScript**, **Objective C**, **Python2**, **Python3** ## Status - Please scrutinize the code and think of any test cases not covered...

Hi, I yesterday ran into a problem that my diff implementation (adopted from the internet) in some cases actually doesn't work reliably. Suppose I have a bit stream of zeros...

I was wonder how could diff-match-patch generate a unified formate, so that we could use this unified formate to generate a beautiful diff side-by-side using [diff2html]`https://github.com/rtfpessoa/diff2html` For now, the text...

Right now I'm working with a [vendorized copy of diff-match-patch](https://github.com/sagemathinc/cocalc/blob/master/src/packages/util/dmp.js) as part of [CoCalc](https://cocalc.com/app)'s code base. I'm considering converting `diff-match-patch` to typescript as the rest of cocalc's repository is switching...

- Added a solution file to contain the C# library & associated tests - Added a .NET Standard 2.0 class library project to house the main library file - Added...

As described here: https://github.com/google/diff-match-patch/wiki/Line-or-Word-Diffs

We're about 2.5 years out from the last commit. There are seemingly viable PRs to be merged, but no activity from maintainers. Is there an active fork somewhere?

Dear all, Thanks for sharing a source code text diff. As API has been developed to identify differences among only two textual strings. I would like to identify difference set,...

We have used **objective-C code for iOS and Java code for Android from library**. We are using **same set of function to find the difference of string** in Android and...