Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2016-09-06 16:12:24 +0000
committerMarkus Keller2016-09-06 16:12:24 +0000
commit52b991b05b26bbd694c9455f79b802b77becb678 (patch)
treef3984f38395a0f65c4e7fb853906c1da2565b7ce
parent5b698ebeb49b4ef590e7911423b13851f85fc563 (diff)
downloadeclipse.platform.common-52b991b05b26bbd694c9455f79b802b77becb678.tar.gz
eclipse.platform.common-52b991b05b26bbd694c9455f79b802b77becb678.tar.xz
eclipse.platform.common-52b991b05b26bbd694c9455f79b802b77becb678.zip
-rw-r--r--bundles/org.eclipse.platform.doc.user/tips/platform_tips.html8
1 files changed, 4 insertions, 4 deletions
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 6aae124a6..4dcbcc0e4 100644
--- a/bundles/org.eclipse.platform.doc.user/tips/platform_tips.html
+++ b/bundles/org.eclipse.platform.doc.user/tips/platform_tips.html
@@ -903,13 +903,13 @@ productivity. They are divided into the following sections:</p>
<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 Annotations command</b></td>
+ <td width="20%" valign="top" align="left"><b>Determining who last modified a line with the Show Annotation command</b></td>
<td width="80%" valign="top" align="left">
- The <b>Show Annotations</b> command allows you to pick any file and get a listing of who changed what line.
+ 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 action works in a Quick Diff flavor and displays the annotations in the annotations bar of the editor.
+ 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, you have to select <b>Revisions &gt; Hide Revision Information</b> from the annotations bar context menu.
+ To turn off the annotations, select <b>Revisions &gt; Hide Revision Information</b> from the ruler context menu.
</td>
</tr>
<tr>

Back to the top