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

From version 18.1
edited by Mike Schrag
on 2010/10/03 00:47
Change comment: There is no comment for this version
To version 17.1
edited by pyu
on 2010/10/05 00:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mschrag
1 +XWiki.pyu
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,7 +13,7 @@
13 13  
14 14  If you want JadClipse (to decompile class file):
15 15  Select Uncategorized => JadClipse Feature
16 -(also install jad from http:~/~/www.varaneckas.com/jad into /usr/local/bin/jad)
31 +(also install jad from [[http://www.varaneckas.com/jad]] into /usr/local/bin/jad)
17 17  
18 18  If you want to use WOLips Groovy Support:
19 19  Select Groovy-Eclipse => Groovy-Eclipse Feature
... ... @@ -38,6 +38,10 @@
38 38  
39 39  If you want shared workspace settings:
40 40  Download [[^WorkspaceMechanicExamples.zip]]
41 -Unzip into ,,/.eclipse (make it if it doesn't exist),,
56 +Unzip into /.eclipse (make it if it doesn't exist)
42 42  
43 43  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"]]