blob: a8fb9025cfef5e73ca3cb3c48ff9265eb94337ce [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001<html>
2 <head>
3 <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" />
4 <link rel=stylesheet type="text/css" href="../css/book.css">
5 <link rel=stylesheet type="text/css" href="otjld/css/ot.css">
6 <title>OT/J content/code assist</title>
7 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
8 </head>
9 <body style="margin:10px">
10 <h1 align="center">OT/J content/code assist</h1>
11 <p>The <a href="/help/topic/org.eclipse.jdt.doc.user/reference/ref-143.htm">content/code
12 assist (code completions)</a> inherent in the
13 <a href="/help/topic/org.eclipse.jdt.doc.user/concepts/concepts-7.htm">Java editor</a>
14 has been extended in order to provide for Object Teams specific keywords and modifiers (e.g.
15 <code class="keyword">team, playedBy, callin, before, after, replace</code> etc.) as well.
16 Code completion and quick fixes provide more specific assistance depending on the current context of editing.
17 <p>
18 <u>OT/J specific content assist comprises:</u>
19 <ul>
20 <li><a href="completion.html">Completion</a> (<a href="completion.html#completeMapping">callout, callin</a>, <a href="completion.html#completeBase">base class</a>).
21 <li><a href="quickfix.html">Quick fixes</a>
Stephan Herrmann7736a712010-07-01 16:47:30 +000022 <li><a href="quickassist.html">Quick assists</a>
Stephan Herrmann01664412010-04-01 20:28:43 +000023 </ul>
24 </p>
25
26 </body>
27</html>