EasyEclipse
Par merouen le jeudi, mai 22 2008, 15:10 - PHP - Lien permanent
Si vous voulez développer en PHP voila EasyEclipse c'est un open source IDE Facile à installer
Puissant pre-compiler détection des erreurs...Personnellement j'utilise EasyEclipse for PHP. Cliquer ici pour télécharger

-
Pydev plugin
téléchargement par la: http://sourceforge.net/project/downloading.php?group_id=131065&filename=easy-pydev-1.3.3.tar.gz
INSTALLATION:
Décompresser l'archive
tar xszf easy-pydev-1.3.3.tar.gz
cd easy-pydev-1.3.3
./install.sh chemineasyeclipse
par example
# ./install.sh ~/easyeclipse-php-1.2.2.2
vous aurez un message de confirmation dans le terminal :Installation successful. Restart Eclipse and the plugin should be available.
après ça démarrer easyeclipse
pour que easyeclispe prend considération python faut lui indiquer le le chemin
dans le menu easyeclipse : window
preferences choisir interpreter python , new ( à droite)
mettre le chemin de python :/usr/bin/python
et voila .

