var fDesc=new Array(); fDesc[0] = "EasyEclipse for PHP contains the tools needed to start developing PHP code: the PHPEclipse IDE, some database tools, as well as Subclipse providing connectivity to Subversion.
This is the core of the Eclipse platform. It includes the user interface framework and widgetry (called SWT - Standard Widget Toolkit), the skeleton of the Eclipse application (the "Workbench") with its views, basic editor, button bars and menus, and shared IDE services such as: help; project navigation, search and management; team and CVS support; and related utilities.
The program have more plugins they are:
Java for Windows
Java for Linux
Eclipse Java Development Tools
Eclipse Tools
AnyEdit Tools
Color Editor
PHP Eclipse
Eclipse Web tools editors
Amateras HTML and XML editor
Eclipse Database tools
Eclipse Data Tools
QuantumDB
Subclipse"; 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 = ''; } }