Hi.
I'm building a diff editor for our product and I'm interested in tagging document lines instead of tokens. What would you recommend as a simple solution to tagging lines of the document as one of
- deleted
- inserted
- changed
I'm having a bit of trouble switching from the tokenizing way of doing things to simply tagging (if that's the right term in this case) the lines.
Cheers,
Dave
BTW, if anyone wants it when I'm done I'd be happy to furnish it to your customers, no charge :)