Would you consider doing a reversible diff option?
Basically add "previous value" for replace and delete.
Diff can be easily inverted to "undo" the diff.
Diff can also be easily changed to one-way diff, for network transaction, or strict regulated format, etc.
Would you consider doing a reversible diff option? Basically add "previous value" for
replace
anddelete
.Diff can be easily inverted to "undo" the diff. Diff can also be easily changed to one-way diff, for network transaction, or strict regulated format, etc.
Would be very useful for undo-redo concepts.