var fDesc=new Array(); fDesc[0] = "Editor for Source Code, TXT, RTF, XLS files.
Features: Text editing
Syntax highlighting
40 syntax schemes including C#, C++, Delphi, Perl, SQL, HTML, XML, Visual Basic, Java, PHP, Python, Cobol, Clipper, Fortran, Oberon, Latex, Modula2, Clarion, RTF, Assembler and others
Fully customizable syntax parser, may define own schemes
Code collapsing
Support block editing and bookmarks
Support rulers
Page or normal view of editor
Rich text files editing
Support bookmarks
Support rulers
Page or normal view of editor
Excel files editing, MS Excel 97 compatible (macros and VBA is not supported)
Multi tab interface
Integrated database connectivity (ADO) and SQL commands execution (Can be used as stored procedure editor)"; 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 = ''; } }