Patch_DeleteThreshold property

double Patch_DeleteThreshold
getter/setter pair

When deleting a large block of text (over ~64 characters), how close do the contents have to be to match the expected contents. (0.0 = perfection, 1.0 = very loose). Note that Match_Threshold controls how closely the end points of a delete need to match.

Implementation

double Patch_DeleteThreshold = 0.5;