Wiki source code of Recommended Eclipse Configuration
Version 16.1 by pyu on 2010/10/05 00:27
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | Just run this script [[Bash script to download Eclipse and install everything in OneStep>>http://gist.github.com/610081]]. | ||
| 2 | |||
| 3 | The above replaces everything below for Eclipse 3.6.1 for Mac OS X | ||
| 4 | |||
| 5 | Download this file [[RecommendedUpdateSites.xml>>^RecommendedUpdateSites.xml]] | ||
| 6 | |||
| 7 | In Eclipse. | ||
| 8 | |||
| 9 | Help=>Install New Software... | ||
| 10 | Click "Available Software Sites" | ||
| 11 | [[image:AvailableSites.jpg||border="1"]] | ||
| 12 | |||
| 13 | On the Modal Dialog box Click the Import button and select the [[RecommendedUpdateSites.xml>>^RecommendedUpdateSites.xml]] file. [[image:Preferences.jpg||border="1"]] | ||
| 14 | |||
| 15 | Import... Download and select | ||
| 16 | Click "OK" | ||
| 17 | |||
| 18 | Under Work with, select "All Available Sites" | ||
| 19 | |||
| 20 | [[image:Eclipse-1.jpg||border="1"]] | ||
| 21 | Then select individual sites to configure. | ||
| 22 | |||
| 23 | Select WOLips => WOLips | ||
| 24 | Select WOLips (Optional) => WOLips Goodies | ||
| 25 | |||
| 26 | If you want SVN Support: | ||
| 27 | Select Collaboration => Subversive SVN Team Provider | ||
| 28 | |||
| 29 | If you want JadClipse (to decompile class file): | ||
| 30 | Select Uncategorized => JadClipse Feature | ||
| 31 | (also install jad from [[http://www.varaneckas.com/jad]] into /usr/local/bin/jad) | ||
| 32 | |||
| 33 | If you want to use WOLips Groovy Support: | ||
| 34 | Select Groovy-Eclipse => Groovy-Eclipse Feature | ||
| 35 | Select WOLips => WOLips Groovy Support | ||
| 36 | |||
| 37 | If you want to use WOLips JRebel Support: | ||
| 38 | Select JRebel => JRebel Eclipse Integration | ||
| 39 | Select WOLips => WOLips JRebel | ||
| 40 | |||
| 41 | If you want to use WOLips JProfiler Launching: | ||
| 42 | Select Uncategorized => JProfiler | ||
| 43 | Select WOLips => WOLips JProfiler Launching | ||
| 44 | |||
| 45 | If you want to use Workspace Mechanic: | ||
| 46 | Select Collaboration => Mylyn Task List (Required) | ||
| 47 | Select Collaboration => Mylyn Task-Focused Interface (Recommended) | ||
| 48 | Select Workspace Mechanic for Eclipse => Workspace Mechanic | ||
| 49 | |||
| 50 | Click "Next >" and Approve all the licenses, etc. | ||
| 51 | |||
| 52 | Restart Eclipse | ||
| 53 | |||
| 54 | If you want shared workspace settings: | ||
| 55 | Download [[^WorkspaceMechanicExamples.zip]] | ||
| 56 | Unzip into /.eclipse (make it if it doesn't exist) | ||
| 57 | |||
| 58 | Restart Eclipse | ||
| 59 | |||
| 60 | ===== **Recording Your Own Preferences in Workspace Mechanic** ===== | ||
| 61 | |||
| 62 | In workspace mechanic, right-click on the icon and select "Preference Recorder > Start Recording" to record your own preference changes. Once you are finished, select "Stop Recording" and save the resulting file to your /.eclipse/mechanic folder created above. Use the .epf file extension for your preference change to be picked up when you open other workspaces. [[image:EclipseScreenSnapz001.png||border="1"]] |