| 17 | {{{#!th |
| 18 | [[Image(eclipse-ide.PNG, 100%, left, margin-right=30)]] |
| 19 | }}} |
| 20 | {{{#!td |
| 21 | 1. '''Tools bar:''' we can import/export a project, change the preferences or install plugins. |
| 22 | 1. '''Shortcuts bar:''' a quick way to access to the most used functionalities. |
| 23 | 1. '''Project explorer:''' list the projects and allow exploration. |
| 24 | 1. '''Main window:''' window to edit programmes or classes. It is composed by tabs. |
| 25 | 1. '''Outline:''' view of methods and attributes of your classes. |
| 26 | 1. Has important information relative to the app. You will see errors, problems, logs, etc. |
| 27 | 1. '''Views''': it is composed by different views such as Java, debug or remote repositories. |
| 28 | }}} |
| 29 | |
| 30 | === How to add a plugin to Eclipse === |
| 31 | |
| 32 | |
| 33 | |
| 34 | |
| 35 | |
| 36 | === Eclipse integrations === |
| 37 | |
| 38 | Eclipse IDE working with Java and Apache Maven |
| 39 | |
| 40 | Eclipse IDE working with remote repositories (Subversion and git) |
| 41 | |
| 42 | Eclipse IDE working with python |