Bug 553296: Update JDT Tips & Tricks for 4.14

Change-Id: I992039b901b0ccf14c4f1c9e5575e7b7b73eaa4d
diff --git a/bundles/org.eclipse.jdt.doc.user/tips/images/postfix-templates.png b/bundles/org.eclipse.jdt.doc.user/tips/images/postfix-templates.png
new file mode 100644
index 0000000..79357a9
--- /dev/null
+++ b/bundles/org.eclipse.jdt.doc.user/tips/images/postfix-templates.png
Binary files differ
diff --git a/bundles/org.eclipse.jdt.doc.user/tips/jdt_tips.html b/bundles/org.eclipse.jdt.doc.user/tips/jdt_tips.html
index d113b2c..44bfbd3 100644
--- a/bundles/org.eclipse.jdt.doc.user/tips/jdt_tips.html
+++ b/bundles/org.eclipse.jdt.doc.user/tips/jdt_tips.html
@@ -338,6 +338,15 @@
 			</td>
 		</tr>
 		<tr>
+			<td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Java Postfix Templates</b></td>
+			<td valign="top" align="left" width="80%">
+			Postfix completion allows certain kinds of language constructs to be applied to the previously entered text. For example, 
+			entering <code>"input text".var</code> and selecting the <strong>var - Creates a new variable</strong> postfix template
+			will result in <code>String name = "input text"</code>.
+            <p> <img src="images/postfix-templates.png" alt="Java Postfix Templates"> </p>
+			</td>
+		</tr>
+		<tr>
 			<td width="20%" valign="top" align="left"><b>Create your own
 			templates</b></td>
 			<td width="80%" valign="top">