Fixed bug 493063: Update Platform Tips & Tricks for Neon (4.6)

Change-Id: Iaa7d5eda0348ef53230e2902adfc720de1a66cec
diff --git a/bundles/org.eclipse.platform.doc.user/tips/images/autosave-preference-page.png b/bundles/org.eclipse.platform.doc.user/tips/images/autosave-preference-page.png
new file mode 100644
index 0000000..9e34173
--- /dev/null
+++ b/bundles/org.eclipse.platform.doc.user/tips/images/autosave-preference-page.png
Binary files differ
diff --git a/bundles/org.eclipse.platform.doc.user/tips/images/launch-preference-history-relaunch.png b/bundles/org.eclipse.platform.doc.user/tips/images/launch-preference-history-relaunch.png
new file mode 100644
index 0000000..459ee0b
--- /dev/null
+++ b/bundles/org.eclipse.platform.doc.user/tips/images/launch-preference-history-relaunch.png
Binary files differ
diff --git a/bundles/org.eclipse.platform.doc.user/tips/platform_tips.html b/bundles/org.eclipse.platform.doc.user/tips/platform_tips.html
index eeb2588..2bd74d7 100644
--- a/bundles/org.eclipse.platform.doc.user/tips/platform_tips.html
+++ b/bundles/org.eclipse.platform.doc.user/tips/platform_tips.html
@@ -3,7 +3,7 @@
 
 <head>
 
-<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2015. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2016. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
 
 <meta http-equiv="Content-Language" content="en-us">
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -51,14 +51,20 @@
   <tr>
     <td width="20%" valign="top" align="left"><b>Quick access as a popup</b></td>
     <td width="80%" valign="top" align="left">
-      If you find the <b>Quick Access</b> field in the toolbar takes up too much space, you can hide it via <b>Window &gt; Hide Toolbar</b>.
-      Or select <b>Hide</b> from the context menu in the toolbar.
+      If you find the <b>Quick Access</b> field in the toolbar takes up too much space, you can hide it by selecting <b>Hide</b> from the context menu in the toolbar.
       <p><img src="images/quick-access-hide.png" alt="Hiding quick access"></p>
       <p>Once hidden, pressing <b>Ctrl+3</b> will instead show a popup dialog.</p>
       <p><img src="images/quick-access-dialog.png" alt="Quick access dialog"></p>
     </td>
   </tr>
 
+  <tr>
+    <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Full Screen mode</b></td>
+    <td width="80%" valign="top" align="left">
+      You can toggle the Eclipse full screen mode via shortcut (<b>Alt+F11</b>) or menu (<b>Window &gt; Appearance &gt; Toggle Full Screen</b>).
+    </td>
+  </tr>
+
   <tr> 
     <td width="20%" valign="top" align="left"><b>Ctrl+E editor list</b></td>
     <td width="80%" valign="top" align="left">You can quickly switch editors using 
@@ -80,6 +86,15 @@
   </tr>
 
   <tr>
+    <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Automatic Save of dirty editors</b></td>
+    <td width="80%" valign="top" align="left">
+      You can configure the automatic save of dirty editors in Eclipse via the <b>General &gt; Editors &gt; Autosave</b> preference page 
+      which allows you to enable/disable the autosave and change the interval of autosave.
+      <p><img src="images/autosave-preference-page.png" alt=""></p>
+    </td>
+  </tr>
+
+  <tr>
     <td width="20%" valign="top" align="left"><b>Prevent in-place OLE editors</b></td>
     <td width="80%" valign="top" align="left">By default, on Windows, OLE applications like Microsoft Word or Excel open as in-place editors inside of Eclipse.
     You can force OLE applications to open as stand-alone applications by unchecking the "Allow in-place system editors" option on the
@@ -246,7 +261,7 @@
   </tr>
   
   <tr>
-    <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Close Tabs to the Left/Right</b></td>
+    <td width="20%" valign="top" align="left"><b>Close Tabs to the Left/Right</b></td>
     <td width="80%" valign="top" align="left">The context menu of editor and view tabs offers <b>Close Tabs to the Left</b> and <b>Close Tabs to the Right</b> menu to close the corresponding tabs.</td>
   </tr>
 
@@ -523,7 +538,7 @@
     </td>
   </tr>
     <tr>
-    <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Show workspace path</b>
+    <td width="20%" valign="top" align="left"><b>Show workspace path</b>
     </td>
     <td width="80%" valign="top" align="left">The
           
@@ -581,7 +596,7 @@
     </td>
   </tr>
   <tr>
-    <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Debug option for resource change notifications</b></td>
+    <td width="20%" valign="top" align="left"><b>Debug option for resource change notifications</b></td>
     <td width="80%" valign="top" align="left">
       In order to help troubleshooting problems with resource change listeners and to print information about which event triggers which listener, 
       you can use the given debug option. To get a better picture of the flow of all workspace change events and how other plug-ins react to those changes, 
@@ -592,6 +607,22 @@
       in your <b>.options file</b> or using the <b>General &gt; Tracing</b> preference page.
     </td>
   </tr>
+  <tr>
+    <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Terminate and Relaunch from history</b></td>
+    <td width="80%" valign="top" align="left">
+      You can use the <b>Terminate and Relaunch while launching from history</b> option on <b>Run/Debug &gt; Launching</b> preference page
+      to configure automatic termination of previous launches while launching from history.      
+      <p>
+        The behavior not selected on the preference page can also be activated on-demand by holding
+        the <b>Shift</b> key while launching the configuration from history.
+      </p>
+	  <p><img src="images/launch-preference-history-relaunch.png" alt=""></p>
+      <p>
+        Hint: You can still open the dialog to <b>edit a launch configuration</b> by holding
+        the <b>Ctrl</b> key while selecting the configuration from history.
+      </p>  
+    </td>
+  </tr>
   </table>
 
 <h3><a name="Editing">Editing</a></h3>
@@ -715,7 +746,38 @@
         a file first: select <strong>File &gt; New &gt; Untitled Text File</strong>.
         </td> 
     </tr>
-  
+	
+	<tr> 
+      <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Commands to zoom in text editors</b></td>
+      <td width="80%" valign="top" align="left">
+    	In text editors, you can use <b>Zoom In</b> (<b>Ctrl++</b> or <b>Ctrl+=</b>) and <b>Zoom Out</b> (<b>Ctrl+-</b>) commands
+    	to increase and decrease the font size.
+    	<p>
+      	Like a change in the <b>General &gt; Appearance &gt; Colors and Fonts</b> preference page, the commands persistently
+      	change the font size in all editors of the same type. If the editor type's font is configured to use a default font,
+      	then that default font will be zoomed.
+    	</p>
+      </td> 
+    </tr>
+    
+    <tr> 
+      <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Pinch to zoom in text editors</b></td>
+      <td width="80%" valign="top" align="left">
+      	To temporarily zoom the editor font in text editors, use a "<b>pinch</b>" gesture on a touchpad.
+      	Put two fingers on the touchpad and move them apart or together.
+      	<p>
+        	To reset the original font size, rotate two fingers by at least 45<sup>o</sup>, or close and reopen the editor (<b>Navigate &gt; Back</b>).
+      	</p>
+      	<p>
+        	Those gestures only affect the current editor. Changes are neither propagated to other editors nor persisted.
+      	</p>
+      	<p>
+        	Note: SWT currently only supports these gestures on OS X and on Windows systems that use the native
+        	multi-touch support. Touchpads that emulate mouse move/scroll events don't support gestures.
+        	Gesture support on GTK is not implemented yet.
+      	</p>
+      </td> 
+    </tr>
 
 </table>