var fDesc=new Array(); fDesc[0] = "PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development. Features editor, code completion, code analysis, refactoring, outline view, debugger, mark occurrences and other goodies.
It comes with many goodies such as:
-Django integration
-Code completion
-Code completion with auto import
-Syntax highlighting
-Code analysis
-Go to definition
-Refactoring
-Mark occurrences
-Debugger
-Remote debugger
-Tokens browser
-Interactive console
-Unittest integration
-Code coverage"; 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 = ''; } }