Changes between Version 3 and Version 4 of EclipseDevelopment
- Timestamp:
- Mar 1, 2013 12:17:18 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EclipseDevelopment
v3 v4 30 30 === How to add a plugin to Eclipse === 31 31 32 A plugin improve eclipse functionality and allows the integration of frameworks and tools. There are two ways to add a plugin: 32 33 34 If we have an URL to download it, go to Help > Install new sofware and paste the url. Then click on the elements that you want to install and follow the process. 35 36 We can find a plugin by name. Go to Help > Eclipse Marketplace and download the plugin that you need. 33 37 34 38