Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html

changeset 178
dd9f0bca5e2f
parent 58
37f0444c3479
child 409
0ea528e80202
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html	Mon Apr 12 17:45:51 2010 +0000
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html	Mon Apr 12 18:00:42 2010 +0000
@@ -61,7 +61,7 @@
 <td>Private slot called when the process finished or the user pressed the button.</td>
 </tr><tr>
 <td><a href="#SvnBlameDialog.__generateItem">__generateItem</a></td>
-<td>Private method to generate a tag item in the taglist.</td>
+<td>Private method to generate a blame item in the blame list.</td>
 </tr><tr>
 <td><a href="#SvnBlameDialog.__resizeColumns">__resizeColumns</a></td>
 <td>Private method to resize the list columns.</td>
@@ -98,20 +98,20 @@
 <h4>SvnBlameDialog.__generateItem</h4>
 <b>__generateItem</b>(<i>revision, author, lineno, text</i>)
 <p>
-        Private method to generate a tag item in the taglist.
+        Private method to generate a blame item in the blame list.
 </p><dl>
 <dt><i>revision</i></dt>
 <dd>
-revision string (integer)
+revision string (string)
 </dd><dt><i>author</i></dt>
 <dd>
-author of the tag (string)
+author of the change (string)
 </dd><dt><i>lineno</i></dt>
 <dd>
-line number (integer)
+linenumber (string)
 </dd><dt><i>text</i></dt>
 <dd>
-text of the line (string)
+line of text from the annotated file (string)
 </dd>
 </dl><a NAME="SvnBlameDialog.__resizeColumns" ID="SvnBlameDialog.__resizeColumns"></a>
 <h4>SvnBlameDialog.__resizeColumns</h4>

eric ide

mercurial