Comparison tool with easy line insertion
Posted
by
Miro Kropacek
on Stack Overflow
See other posts from Stack Overflow
or by Miro Kropacek
Published on 2011-01-04T12:42:49Z
Indexed on
2011/01/04
12:54 UTC
Read the original article
Hit count: 159
difference
Back in good old days I used to use a tool for file comparison with one incredible feature -- you open file1, file2, see a difference, no magic here. But then you could insert an empty line(s) into file1 with one keyboard combo and into file2 with another keyboard combo. So you could easily adjust how are C / asm function aligned in case diff engine failed to recognize similar stuff. Of course, after the adjust (insertion / removal of one or more lines in either file) whole diff was "recalculated".
I fail to find similar feature in diff, KDiff, ... I'd prefer Linux app but I'm OK with Windows app as last resort...
Thanks for any hint!
© Stack Overflow or respective owner