blob: 30eaa9fb18edcdec06d91089ac263a04e51e6726 [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>
Stephan Herrmann2be84c12012-06-04 01:02:48 +020011 <p>The <a href="/help/topic/org.eclipse.jdt.doc.user/reference/ref-java-editor-code-assist.htm">content/code
Stephan Herrmann01664412010-04-01 20:28:43 +000012 assist (code completions)</a> inherent in the
Stephan Herrmann2be84c12012-06-04 01:02:48 +020013 <a href="/help/topic/org.eclipse.jdt.doc.user/concepts/concepts-java-editor.htm">Java editor</a>
Stephan Herrmann01664412010-04-01 20:28:43 +000014 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>