var fDesc=new Array(); fDesc[0] = "Simple and universal Development Environment (IDE), which target platform depends on command line tools used.
The program allows to use almost all possible command line tools. Experienced programmers will be able to gain access to that possibilities of instruments, which often inaccessible for standard IDEs oriented on concrete command line tools. This program is a beautiful firing range for checking any command line tool. Program contains of editor with the color syntax highlighting (for C++, Assembler, Pascal languages), project manager, internal C++ preprocessor, manager of instruments."; 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 = ''; } }