Changes for page WOLips-Eclipse beginner mistakes and questions
Last modified by Ray Kiddy on 2010/02/27 14:51
From version 114.1
edited by Johan Henselmans
on 2007/06/19 22:19
on 2007/06/19 22:19
Change comment:
There is no comment for this version
To version 118.1
edited by Johan Henselmans
on 2007/06/19 22:48
on 2007/06/19 22:48
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -WOLips-Eclipse beginner mistakes 1 +WOLips-Eclipse beginner mistakes and questions - Content
-
... ... @@ -50,6 +50,10 @@ 50 50 51 51 [[image:filters.png]] 52 52 53 +As you can see, quite a lot of files are excluded from the view. 54 + 55 +[[image:FilterProperties.png]] 56 + 53 53 ==== Where did all my code go? ==== 54 54 55 55 Suppose you suddenly ended up with something like this: ... ... @@ -104,6 +104,20 @@ 104 104 105 105 [[image:Launchsaving.png]] 106 106 111 +==== I want to open EntityModeler in a new window, so it does not get in the way of WOLips ==== 112 + 113 +There is a setting in the WOLips preferences, which will get your EOModel started in a separate EntityModelere window: 114 + 115 +[[image:OpenEntityModelerInNewWindowAnnot.png]] 116 + 117 +==== I see all that magic typing with code completion going on. How do you do that? ==== 118 + 119 +The shortcut is CMD-space on the Mac, by default. It is also known as contextual assist. 120 + 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 + 123 +[[image:ContextualContentAssist.png]] 124 + 107 107 ==== Which shortcuts are available? ==== 108 108 109 109 I don't know. It depends on the plugins you are running. Fortunately, there is a shortcut to end all shortcuts: