code compare
- Started
- Last post
- 7 Responses
- mrock
I have about 100 lines of code that i need to compare and was wondering if anyone has used or is there a good code comaparison tool out there that someone can share. Currently using Dreamweaver MX but don't know if it's capable of doing that. Thanks in advance!!!
- mijlee0
BBEdit 8 has some good functionality on this but you need to have OS X. If your on a PC haven't got a clue?
- mrock0
ah sum I have both. I'll try it thanks!!!
- rabattski0
older bbedit versions (for classic os 9) can compare docs as well.
- mrock0
Thank you. That help very much. I actually have ver 6 and you can do a "find difference" under search menu. Good tool to have why don't the other editors have it? I'd use it a lot.
- rabattski0
even older versions already have it. comparing folders is also an extremely nice option.
- san_lee0
Printscreen -> photoshop -> top layer mode: 'difference'
:-)
- sparker0
vim has vimdiff a difference editor for code.
it allows you to collapse matching sections and it highlights sections that are different from file to file.
you can merge the two together, or edit manually...