Fixed bug 516355: Update Platform Tips & Tricks for Oxygen (4.7)

Change-Id: Ib95f608bffb2d32257eddf47a3bd6a34929597e7
diff --git a/bundles/org.eclipse.platform.doc.user/tips/images/breakpoints-sort-by.png b/bundles/org.eclipse.platform.doc.user/tips/images/breakpoints-sort-by.png
new file mode 100644
index 0000000..c51b5f6
--- /dev/null
+++ b/bundles/org.eclipse.platform.doc.user/tips/images/breakpoints-sort-by.png
Binary files differ
diff --git a/bundles/org.eclipse.platform.doc.user/tips/images/copy-preferences-ws-switch.png b/bundles/org.eclipse.platform.doc.user/tips/images/copy-preferences-ws-switch.png
new file mode 100644
index 0000000..0b09ff5
--- /dev/null
+++ b/bundles/org.eclipse.platform.doc.user/tips/images/copy-preferences-ws-switch.png
Binary files differ
diff --git a/bundles/org.eclipse.platform.doc.user/tips/images/launch-groups.png b/bundles/org.eclipse.platform.doc.user/tips/images/launch-groups.png
new file mode 100644
index 0000000..ada0a40
--- /dev/null
+++ b/bundles/org.eclipse.platform.doc.user/tips/images/launch-groups.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 4dcbcc0..f75b429 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, 2016. 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, 2017. 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">
@@ -59,7 +59,7 @@
   </tr>
 
   <tr>
-    <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Full Screen mode</b></td>
+    <td width="20%" valign="top" align="left"><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>
@@ -86,7 +86,7 @@
   </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="20%" valign="top" align="left"><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.
@@ -417,6 +417,12 @@
     </td>
   </tr>
   <tr> 
+    <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Copy preferences during workspace switch</b></td>
+    <td width="80%" valign="top" align="left">You can copy preferences during a switch to a new or existing workspace.
+    <p><img src="images/copy-preferences-ws-switch.png" alt=""></p> 
+    </td>
+  </tr>
+  <tr> 
     <td width="20%" valign="top" align="left"><b>Workspace project management</b></td>
     <td width="80%" valign="top" align="left">Use the <b>Project &gt; Close Project</b> 
       command to manage projects within your workspace. When a project is closed, 
@@ -608,7 +614,7 @@
     </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="20%" valign="top" align="left"><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.      
@@ -623,6 +629,34 @@
       </p>  
     </td>
   </tr>
+  <tr>
+    <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Launch multiple launch configurations sequentially</b></td>
+    <td width="80%" valign="top" align="left">
+      You can create a <b>Launch Group</b> via the <b>Run &gt; Run Configurations...</b> or <b>Run &gt; Debug Configurations...</b> dialog to 
+      launch multiple launch configurations sequentially, with configurable actions after launching each group member:
+      <ul>
+      	<li>None: Continue launching the next member right away</li>
+      	<li>Wait until terminated: Continue launching the next member only after this member has terminated</li>
+      	<li>Delay: Delay launching the next member for a given amount of seconds.</li>
+      	<li>Wait for console output (regexp): Allows to delay further processing of launch group elements until 
+      	a certain output (matching a regular expression) appears on the console of the given group element.</li>
+      	<li>Adopt launch if already running: Allows to control the behaviour of the group when
+      	the launch configuration referenced by the launch group element is already running
+      	(no matter who launched it). If checked, the launch configuration will not be launched
+      	again if it is running already. The existing launch will be adopted by the group (i.e.
+      	terminating the group will also terminate this launch). Any configured post launch
+      	action will still be executed!</li>
+      </ul>
+	  <p><img src="images/launch-groups.png" alt=""></p>
+    </td>
+  </tr>
+  <tr>
+    <td width="20%" valign="top" align="left"><img src="images/new.png" alt=""><b>Sort breakpoints by creation time</b></td>
+    <td width="80%" valign="top" align="left">
+      You can use the <b>Sort By &gt; Creation Time</b> option in <b>Breakpoints</b> view's view menu to show the newly created breakpoints on top.
+	  <p><img src="images/breakpoints-sort-by.png" alt=""></p>
+    </td>
+  </tr>
   </table>
 
 <h3><a name="Editing">Editing</a></h3>
@@ -748,7 +782,7 @@
     </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="20%" valign="top" align="left"><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.
@@ -761,7 +795,7 @@
     </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="20%" valign="top" align="left"><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.
@@ -903,10 +937,10 @@
 
 <table border="1" cellpadding="10" cellspacing="0" width="670">
   <tr> 
-    <td width="20%" valign="top" align="left"><b>Determining who last modified a line with the Show Annotation command</b></td>
+    <td width="20%" valign="top" align="left"><b>Determining who last modified a line with the Show Revision Information command</b></td>
     <td width="80%" valign="top" align="left">
-    The <b>Show Annotation</b> command allows you to pick any file and get a listing of who changed what line and when.
-    The <b>Team &gt; Show Annotations</b> action is available from the Project and Package Explorers, and the text editor context menus.
+    The <b>Show Revision Information</b> command allows you to pick any file and get a listing of who changed what line and when.
+    The <b>Team &gt; Show Revision Information</b> action is available from the Project and Package Explorers, and the text editor context menus.
     The action works in a Quick Diff flavor and displays the annotations in the vertical ruler at the left of the editor.
     It can also be applied to a previous version file opened from the History view to get the annotations on that revision.
     To turn off the annotations, select <b>Revisions &gt; Hide Revision Information</b> from the ruler context menu.