DiffPlex
Gets the default singleton instance of the chunker.
Gets the default singleton instance of the chunker.
Gets the default singleton instance of the chunker.
Gets the default singleton instance of the chunker.
Gets the default singleton instance of the inline diff builder.
Gets the inline textual diffs.
The old text to diff.
The new text.
true if ignore the white space; othewise, false.
true if case-insensitive; otherwise, false.
The chunker.
The diffs result.
Gets the inline textual diffs.
The differ instance.
The old text to diff.
The new text.
true if ignore the white space; othewise, false.
true if case-insensitive; otherwise, false.
The chunker.
The diffs result.
Provides methods that generate differences between texts for displaying in a side by side view.
Builds a diff model for displaying diffs in a side by side view
The old text.
The new text.
The side by side diff model
A model which represents differences between to texts to be shown side by side
Gets the default singleton instance.
Gets the side-by-side textual diffs.
The old text to diff.
The new text.
true if ignore the white space; othewise, false.
true if case-insensitive; otherwise, false.
The diffs result.
Gets the side-by-side textual diffs.
The differ instance.
The old text to diff.
The new text.
true if ignore the white space; othewise, false.
true if case-insensitive; otherwise, false.
The line chunker.
The word chunker.
The diffs result.
Gets the default singleton instance of differ instance.
Finds the middle snake and the minimum length of the edit script comparing string A and B
Lower bound inclusive
Upper bound exclusive
lower bound inclusive
upper bound exclusive
Responsible for how to turn the document into pieces
Divide text into sub-parts
Responsible for generating differences between texts
Creates a diff by comparing text line by line.
The old text.
The new text.
if set to true will ignore white space when determining if lines are the same.
Determine if the text comparision is case sensitive or not
Component responsible for tokenizing the compared texts
A DiffResult object which details the differences
A block of consecutive edits from A and/or B
Position where deletions in A begin
The number of deletions in A
Position where insertion in B begin
The number of insertions in B
The result of diffing two peices of text
The chunked peices of the old text
The chunked peices of the new text
A collection of DiffBlocks which details deletions and insertions