Last modified by Ray Kiddy on 2010/02/27 14:51

From version 122.1
edited by Johan Henselmans
on 2007/06/19 22:47
Change comment: There is no comment for this version
To version 124.1
edited by Johan Henselmans
on 2007/06/19 23:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -WOLips-Eclipse beginner mistakes
1 +WOLips-Eclipse beginner mistakes and questions
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 15   go to /Applications/Utilities/Java/J2SE 5.0/Java Preferences. Select J2SE5.0
16 16  
17 -[[image:JavaPrefs.png]]
17 +[[image:JavaRunTimeApplicationSettings.png]]
18 18  
19 19  === The second most common error ===
20 20  
... ... @@ -28,7 +28,7 @@
28 28  
29 29  ==== WOLips does not behave like you describe. (Use nightly) ====
30 30  
31 -WOLips updates often. And although there is a stable version, the nightly version is where it's at. It is used in production by the wonderful people from MDimension and other WebObjects developers. If something brakes there, it gets fixed immediately.
31 +WOLips updates often. And although there is a stable version, the nightly version is where it's at. It is used in production by the wonderful people from MDimension who develop WOLips and other WebObjects developers. If something breaks in nightly, it gets fixed immediately. They depend on it themselves.
32 32  
33 33  http:~/~/webobjects.mdimension.com/wolips/nightly/ should be in your Eclipse update site, under Help->Software Update->Find and install->Search for new features to install
34 34  
... ... @@ -120,7 +120,7 @@
120 120  
121 121  Actually, it is real magic. The trick is that it works in a contextual way. So the program knows what kind code can be expected where. For instance, if you are inside the bindings of a WOComponent, it will know which bindings are there. Just press CMD-Space, and you will get the possible endings.
122 122  
123 -[[image:ContextualAssist.png]]
123 +[[image:ContextualContentAssist.png]]
124 124  
125 125  ==== Which shortcuts are available? ====
126 126  
... ... @@ -130,9 +130,9 @@
130 130  
131 131  Some general Eclipse shortcuts:
132 132  
133 -cmd-1= Quickfix: suggest you a fix for your errror
134 -cmd-e= quick switch to other open documents
135 -cmd-space= completion, also known as content assist. This one screws up with the standard settings for Spotlight, which are also cmd-space. Some have tried to move cmd-space to something else in Eclipse, but that does not seems to be picked up everywhere. Better replace Spotlight to something else.
133 +cmd-1 = Quickfix: suggest you a fix for your errror
134 +cmd-e = quick switch to other open documents
135 +cmd-space = completion, also known as content assist. This one screws up with the standard settings for Spotlight, which are also cmd-space. Some have tried to move cmd-space to something else in Eclipse, but that does not seems to be picked up everywhere. Better replace Spotlight to something else.
136 136  
137 137  Some shortcuts that are available from WOLips (gracefully donated by Mike Schrag):
138 138