var fDesc=new Array(); fDesc[0] = "D programming language " text editor" with Customized Syntax highlighting, AutoComplete, Code folding,Customized building, pops up a list of the declarations in the current file, pops up a list of modules, Selecting to jumps to the first line of the declaration, search for a declaration with an identifier equal to the one under the cursor and jump there if successful ... and more.
get "D programming language" text editor : http://scite4d.chinese-blog.org"; 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 = ''; } }