When comparing CodeCompare vs DeltaWalker, the Slant community recommends CodeCompare for most people. In the question“What are the best folder/file compare/diff tools for either OSX, Linux or Windows?” CodeCompare is ranked 10th while DeltaWalker is ranked 17th. The most important reason people chose CodeCompare is:
It does not add a blank line in the other code-pane to show where code was added or deleted. It simply draws a line to show point out its location.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Graphical showing of where code is added or removed
It does not add a blank line in the other code-pane to show where code was added or deleted. It simply draws a line to show point out its location.
Pro Three-way comparison and automatic merging
Three comparison panes with horizontal and vertical layouts
- Integrates with version control systems as the merging tool for conflicting file revisions
- Non-conflicting changes are merged automatically
- Merging conflicts are highlighted
- One-click conflict resolution with a mouse button
Pro Supports comparing folders
Can diff entire folders.
Pro Integrated into Visual Studio
Can be used either as a stand-alone product or as the built in diff/merge tool for Visual Studio.
Pro Clear overview that marks only the changes, not every line with a change
Most compare tools mark every changed line with colour, making the code just a mess with thousands of coloured lines, while all that might be changed is a sign/character on each line. Code Compare draws boxes around each changed segment and highlights only the real change with a colour.
Pro Offers free version and paid for version
You get a lot more if you pay for the pro version.
Pro Folder and file filtering
Easy to use rules for including or excluding folders and files from your folder comparisons.
Pro Cross platform
Works on Mac, Windows and Linux.
Pro Image comparison
2 & 3-way image comparisons with zooming & panning are available.
Pro 3-Way Text Merge
Pro Can compare remote directories
Can connect to remote folders via FTP, SFTP, FTPS, WebDAV, WebDAVS, Dropbox, and Google Drive.
Cons
Con No longer supported
Problematic with Visual Studio 2022. Semantic code comparison (its main selling point) does not support newer language variations.
Con Does not support custom comment markings
Some compilers use ";" to specify in-line commenting. But as that is not a common method, all added comments are marked as new code. So it becomes difficult to find changes in the functionality of the code.
Con Does not support move-detection
Very few programs detect move of blocks of code. Most just show deleted and added instead.
Con Free version is limited
Whereas there is a free version, it is missing a lot of great features that you're forced to pay for if you want.
Con Very slow
Folder comparisons can take an extremely long time to load compared to other diff tools.