| | 1 | |
| | 2 | == Configure Eclipse with PyDev for Chimera == |
| | 3 | |
| | 4 | These notes used the Ubuntu 10.04 package for eclipse, which provided: |
| | 5 | Eclipse SDK 3.5.2 (Build id: M20100211-1343). See the |
| | 6 | [http://www.eclipse.org/platform eclipse site] for other downloads. |
| | 7 | |
| | 8 | === Eclipse Plugins === |
| | 9 | |
| | 10 | The [http://pydev.org/ PyDev] plugin was installed, using the |
| | 11 | Eclipse: Help > Install New Software utility, by adding |
| | 12 | the http://pydev.org/updates site. |
| | 13 | |
| | 14 | For a useful vi emulation in eclipse, |
| | 15 | see [http://www.viplugin.com/viplugin/ viplugin]. An |
| | 16 | alternative is [http://eclim.org/ eclim]. |
| | 17 | |