Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| info:eclipse [2016/02/03 11:57] – [php] radeff | info:eclipse [2023/06/01 11:22] (Version actuelle) – supprimée radeff | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== Eclipse ====== | ||
| - | {{tag> | ||
| - | http:// | ||
| - | |||
| - | Eclipse IDE est un environnement de développement intégré libre (le terme Eclipse désigne également le projet correspondant, | ||
| - | |||
| - | La spécificité d' | ||
| - | |||
| - | Plusieurs logiciels commerciaux sont basés sur ce logiciel libre, comme par exemple IBM Lotus Notes 8, IBM Symphony ou Websphere Studio Application Developer. | ||
| - | |||
| - | |||
| - | http:// | ||
| - | |||
| - | un conccurent sérieux: [[netbeans]] | ||
| - | |||
| - | ===== installation ubuntu ===== | ||
| - | |||
| - | Pour php: http:// | ||
| - | |||
| - | |||
| - | pour éditer à distance, chercher " | ||
| - | |||
| - | puis sélectionner : | ||
| - | |||
| - | * Remote System Explorer End-User Runtime | ||
| - | * Remote System Explorer User Actions | ||
| - | |||
| - | |||
| - | | ||
| - | ===== bug karmic ===== | ||
| - | |||
| - | #! /bin/bash | ||
| - | # | ||
| - | export GDK_NATIVE_WINDOWS=true | ||
| - | / | ||
| - | |||
| - | ===== doc ===== | ||
| - | |||
| - | http:// | ||
| - | |||
| - | http:// | ||
| - | |||
| - | http:// | ||
| - | |||
| - | |||
| - | http:// | ||
| - | |||
| - | ===== php ===== | ||
| - | http:// | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | ===== ftp / sftp ===== | ||
| - | faire un update dans eclipse avec | ||
| - | |||
| - | http:// | ||
| - | |||
| - | choisir seulement les paquets ssh et ftp et cliquer sur " | ||
| - | |||
| - | ===== svn / subversion ===== | ||
| - | utiliser svn / subvesion avec eclipse (plugin Subclipse) | ||
| - | |||
| - | http:// | ||
| - | |||
| - | http:// | ||
| - | |||
| - | http:// | ||
| - | |||
| - | http:// | ||
| - | |||
| - | ====== Tips ====== | ||
| - | |||
| - | ===== Indentation / tabulateurs ===== | ||
| - | |||
| - | Pour tout réindenter comme i faut sous éclipse tu peu faire un | ||
| - | ctrl+maj+F | ||
| - | |||
| - | |||
| - | |||
| - | ===== Word Wrap in Eclipse ===== | ||
| - | http:// | ||
| - | |||
| - | It is still very buggy but we can live with it; you can enable Word Wrap in Eclipse. It screws up the line number, line height, etc but they will get back to their normal state once you turn off Virtual Word Wrap. | ||
| - | |||
| - | How to install? | ||
| - | |||
| - | 1. Open Eclipse | ||
| - | 2. Help > Software Updates > Find and Install | ||
| - | 3. Search for New Features to Install | ||
| - | 4. New Remote Site | ||
| - | 5. Enter the url – http:// | ||
| - | 6. Install and Enjoy | ||
| - | |||
| - | It is available as a context-sensitive Menu “Virtual Word Wrap”. | ||