Computes and applies minimal single-range text replacement patches.
public static class MinimalTextDiff
kind:method, kind:property, kind:ctor. Press Esc to clear.ApplyPatch(String, MinimalTextPatch)Applies patch to originalText.CreatePatch(String, String)Computes a minimal single-range replacement patch from originalText to updatedText.