Last modified by Pascal Robert on 2013/05/21 17:29

From version 39.1
edited by Mike Schrag
on 2010/10/03 00:47
Change comment: There is no comment for this version
To version 42.1
edited by Mike Schrag
on 2010/11/10 21:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,25 @@
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 +
1 1  Help=>Install New Software...
2 2  Click "Available Software Sites"
3 -Import... Download and select [[^RecommendedUpdateSites.xml]]
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
4 4  Click "OK"
5 5  
6 6  Under Work with, select "All Available Sites"
7 7  
20 +[[image:Eclipse-1.jpg||border="1"]]
21 +Then select individual sites to configure.
22 +
8 8  Select WOLips => WOLips
9 9  Select WOLips (Optional) => WOLips Goodies
10 10  
... ... @@ -13,6 +13,7 @@
13 13  
14 14  If you want JadClipse (to decompile class file):
15 15  Select Uncategorized => JadClipse Feature
31 +(also install jad from [[http://www.varaneckas.com/jad]] into /usr/local/bin/jad)
16 16  
17 17  If you want to use WOLips Groovy Support:
18 18  Select Groovy-Eclipse => Groovy-Eclipse Feature
... ... @@ -37,6 +37,10 @@
37 37  
38 38  If you want shared workspace settings:
39 39  Download [[^WorkspaceMechanicExamples.zip]]
40 -Unzip into ,,/.eclipse (make it if it doesn't exist),,
56 +Unzip into /.eclipse (make it if it doesn't exist)
41 41  
42 42  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"]]