Glen
I’ve been on the hunt lately for some JavaScript based diffing routines.I’ve had a look at a few of them, and the one I’ve settled on is google-diff-match-patch which they use in the Grails wiki! (Thanks Peter Ledbrook for the pointer!)
My particular need was around diffing a fairly complex “tree” structure. These tree structures are actually imported from files that 3rd party...