var fDesc=new Array(); fDesc[0] = "VssConneXion provides an integration between CodeGear RAD Studio, Delphi and C Builder and Visual SourceSafe.

Features:

-Get Latest Version/Check Out/Check In/Undo Check Outfrom a menu inside the IDE
-Auto Checkout: automatically checks out a file when you start editing it
-Source History: an enhanced history viewer that combines a difference viewer. Allows you to quickly browse through the changes made to a file
-Show History:View history of any file in your project
-Share Files:share files from other projects from inside the IDE
-Multiple database support: automatically changes SourceSafe database according to project
-Editor Context Menu and Toolbar: for easier access to all the most used command
-Project Explorer: explore your project in SourceSafe. Add Labels, Purge/Recover files etc."; 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 = ''; } }