var fDesc=new Array(); fDesc[0] = "Devart T4 Editor is a Visual Studio add-in for editing T4 templates with syntax highlighting, intellisense and code outlining. A T4 text template is a series of code that can generate a text file (which can be a web page, a settings file, or whatever we need).

Intellisense which is a feature of Visual Studio, helps you in completing the words that you type. Devart T4 Editor provides intellisense including all Visual Studio C# and Visual Basic intellisense features. So, you can speed-up your application development."; 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 = ''; } }