| <html> |
| <head> |
| <meta name="copyright" content="Copyright Technical University Berlin and others 2004, 2010. This page is made available under the Eclipse Public License v1.0. For full details see http://www.eclipse.org/legal/epl-v10.html" /> |
| <link rel=stylesheet type="text/css" href="../css/book.css"> |
| <link rel=stylesheet type="text/css" href="otjld/css/ot.css"> |
| <title>OT/J content/code assist</title> |
| <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| </head> |
| <body style="margin:10px"> |
| <h1 align="center">OT/J content/code assist</h1> |
| <p>The <a href="PLUGINS_ROOT/org.eclipse.jdt.doc.user/reference/ref-java-editor-code-assist.htm">content/code |
| assist (code completions)</a> inherent in the |
| <a href="PLUGINS_ROOT/org.eclipse.jdt.doc.user/concepts/concept-java-editor.htm">Java editor</a> |
| has been extended in order to provide for Object Teams specific keywords and modifiers (e.g. |
| <code class="keyword">team, playedBy, callin, before, after, replace</code> etc.) as well. |
| Code completion and quick fixes provide more specific assistance depending on the current context of editing. |
| <p> |
| <u>OT/J specific content assist comprises:</u> |
| <ul> |
| <li><a href="completion.html">Completion</a> (<a href="completion.html#completeMapping">callout, callin</a>, <a href="completion.html#completeBase">base class</a>). |
| <li><a href="quickfix.html">Quick fixes</a> |
| <li><a href="quickassist.html">Quick assists</a> |
| </ul> |
| </p> |
| |
| </body> |
| </html> |