Fixed a source docu typo.

Thu, 03 Mar 2011 19:23:07 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 03 Mar 2011 19:23:07 +0100
changeset 928
41f8bd4b1ed7
parent 927
7671dd6c35ce
child 929
ed471c1f23b8

Fixed a source docu typo.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Project.NewDialogClassDialog.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric5.Project.html file | annotate | diff | comparison | revisions
Project/NewDialogClassDialog.py file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Thu Mar 03 19:20:22 2011 +0100
+++ b/Documentation/Help/source.qhp	Thu Mar 03 19:23:07 2011 +0100
@@ -8519,6 +8519,7 @@
       <keyword name="HgLogBrowserDialog.__generateFileItem" id="HgLogBrowserDialog.__generateFileItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateFileItem" />
       <keyword name="HgLogBrowserDialog.__generateIcon" id="HgLogBrowserDialog.__generateIcon" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateIcon" />
       <keyword name="HgLogBrowserDialog.__generateLogItem" id="HgLogBrowserDialog.__generateLogItem" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__generateLogItem" />
+      <keyword name="HgLogBrowserDialog.__getClosedBranches" id="HgLogBrowserDialog.__getClosedBranches" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getClosedBranches" />
       <keyword name="HgLogBrowserDialog.__getColor" id="HgLogBrowserDialog.__getColor" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getColor" />
       <keyword name="HgLogBrowserDialog.__getLogEntries" id="HgLogBrowserDialog.__getLogEntries" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getLogEntries" />
       <keyword name="HgLogBrowserDialog.__getParents" id="HgLogBrowserDialog.__getParents" ref="eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html#HgLogBrowserDialog.__getParents" />
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Thu Mar 03 19:20:22 2011 +0100
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html	Thu Mar 03 19:23:07 2011 +0100
@@ -81,6 +81,9 @@
 <td><a href="#HgLogBrowserDialog.__generateLogItem">__generateLogItem</a></td>
 <td>Private method to generate a log tree entry.</td>
 </tr><tr>
+<td><a href="#HgLogBrowserDialog.__getClosedBranches">__getClosedBranches</a></td>
+<td>Private method to get the list of closed branches.</td>
+</tr><tr>
 <td><a href="#HgLogBrowserDialog.__getColor">__getColor</a></td>
 <td>Private method to get the (rotating) name of the color given an index.</td>
 </tr><tr>
@@ -351,7 +354,12 @@
 <dd>
 reference to the generated item (QTreeWidgetItem)
 </dd>
-</dl><a NAME="HgLogBrowserDialog.__getColor" ID="HgLogBrowserDialog.__getColor"></a>
+</dl><a NAME="HgLogBrowserDialog.__getClosedBranches" ID="HgLogBrowserDialog.__getClosedBranches"></a>
+<h4>HgLogBrowserDialog.__getClosedBranches</h4>
+<b>__getClosedBranches</b>(<i></i>)
+<p>
+        Private method to get the list of closed branches.
+</p><a NAME="HgLogBrowserDialog.__getColor" ID="HgLogBrowserDialog.__getColor"></a>
 <h4>HgLogBrowserDialog.__getColor</h4>
 <b>__getColor</b>(<i>n</i>)
 <p>
--- a/Documentation/Source/eric5.Project.NewDialogClassDialog.html	Thu Mar 03 19:20:22 2011 +0100
+++ b/Documentation/Source/eric5.Project.NewDialogClassDialog.html	Thu Mar 03 19:23:07 2011 +0100
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.Project.NewDialogClassDialog</h1>
 <p>
-Module implementing a dialog to ente the data for a new dialog class file.
+Module implementing a dialog to enter the data for a new dialog class file.
 </p>
 <h3>Global Attributes</h3>
 <table>
--- a/Documentation/Source/index-eric5.Project.html	Thu Mar 03 19:20:22 2011 +0100
+++ b/Documentation/Source/index-eric5.Project.html	Thu Mar 03 19:23:07 2011 +0100
@@ -61,7 +61,7 @@
 <td>Module implementing a dialog to enter lexer associations for the project.</td>
 </tr><tr>
 <td><a href="eric5.Project.NewDialogClassDialog.html">NewDialogClassDialog</a></td>
-<td>Module implementing a dialog to ente the data for a new dialog class file.</td>
+<td>Module implementing a dialog to enter the data for a new dialog class file.</td>
 </tr><tr>
 <td><a href="eric5.Project.NewPythonPackageDialog.html">NewPythonPackageDialog</a></td>
 <td>Module implementing a dialog to add a new Python package.</td>
--- a/Project/NewDialogClassDialog.py	Thu Mar 03 19:20:22 2011 +0100
+++ b/Project/NewDialogClassDialog.py	Thu Mar 03 19:23:07 2011 +0100
@@ -4,7 +4,7 @@
 #
 
 """
-Module implementing a dialog to ente the data for a new dialog class file.
+Module implementing a dialog to enter the data for a new dialog class file.
 """
 
 import os

eric ide

mercurial