var fDesc=new Array(); fDesc[0] = "Code Compare is a powerful file and folder merge tool that demonstrates a new level of code comparison. Code Compare is a free tool designed to compare and merge differing files and folders. Code Compare integrates with all popular source control systems: TFS, SVN, Git, Mercurial, and Perforce. Code Compare is shipped both as a standalone file diff tool and an extension for Microsoft Visual Studio.

Key features:

*Folder comparison and merge
*Visual Studio 2010, 2012, 2013, 2015, 2017 and 2019 supported
*Command line interface and VCS integration
*File editor with search and bookmarks
*Use Intellisense while comparing code
*Syntax highlighting for multiple languages
*Show changes within compared code lines
*3-way comparison and merge
*Structure code comparison
*Changes navigation window
*Difference Explorer
*Unchanged regions collapsing
*Word-by-word file comparison
*Support for source control systems
*Detection of similar lines
*Syntax highlighting for Less, Sass, and TypeScript files
*Interface scaling support on high-DPI monitors"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }