User Guide update as of Bug 316703 - [help] update user guide for 0.7.0
(see comment 1)
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/quickassist.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/quickassist.html
new file mode 100644
index 0000000..47c57ca
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/quickassist.html
@@ -0,0 +1,21 @@
+<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">
+ <link rel=stylesheet type="text/css" href="otguide.css">
+ <title>OT/J content/code assist</title>
+ <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ </head>
+ <body>
+ <h1 align="center">OT/J quick assist</h1>
+ <u>Specific <a href="/help/topic/org.eclipse.jdt.doc.user/reference/ref-java-editor-quickassist.htm">quick assists</a> are available for typical changes in OT/J programs, including:</u>
+ <dl>
+ <dt>method bindings
+ <dd>
+ – remove signatures in method bindings (<a href="otjld/def/s3.html#s3.1.c"><img src="../icons/ot_paragraph.gif"> 3.1(c)</a>, <a href="otjld/def/s4.html#s4.1.c"><img src="../icons/ot_paragraph.gif"> 4.1(c)</a>),<br />
+ – add signatures to method bindings (<i>inverse of the above</i>),<br />
+ <img style="margin-top:10px;" src="images/screenshots/RemoveSignatures-QuickAssist.png">
+ </dl>
+ </body>
+</html>