eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html

branch
eric7
changeset 9031
8c9013b363bc
parent 8652
8cacde11f4fd
--- a/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html	Wed Apr 20 15:10:04 2022 +0200
+++ b/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html	Fri Apr 22 16:43:25 2022 +0200
@@ -266,6 +266,10 @@
 <td>Private method to store the list of hidden plug-ins to the settings.</td>
 </tr>
 <tr>
+<td><a href="#PluginRepositoryWidget.__updateList">__updateList</a></td>
+<td>Private slot to download a new list and display the contents.</td>
+</tr>
+<tr>
 <td><a href="#PluginRepositoryWidget.__updateStatus">__updateStatus</a></td>
 <td>Private method to check the given archive update status.</td>
 </tr>
@@ -298,8 +302,8 @@
 <td>Private slot to set the read only status of the repository URL line edit.</td>
 </tr>
 <tr>
-<td><a href="#PluginRepositoryWidget.updateList">updateList</a></td>
-<td>Public slot to download a new list and display the contents.</td>
+<td><a href="#PluginRepositoryWidget.reloadList">reloadList</a></td>
+<td>Public method to reload the list of plugins.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -650,6 +654,13 @@
             (list of string)
 </dd>
 </dl>
+<a NAME="PluginRepositoryWidget.__updateList" ID="PluginRepositoryWidget.__updateList"></a>
+<h4>PluginRepositoryWidget.__updateList</h4>
+<b>__updateList</b>(<i></i>)
+
+<p>
+        Private slot to download a new list and display the contents.
+</p>
 <a NAME="PluginRepositoryWidget.__updateStatus" ID="PluginRepositoryWidget.__updateStatus"></a>
 <h4>PluginRepositoryWidget.__updateStatus</h4>
 <b>__updateStatus</b>(<i>filename, version</i>)
@@ -799,12 +810,12 @@
 state of the push button (boolean)
 </dd>
 </dl>
-<a NAME="PluginRepositoryWidget.updateList" ID="PluginRepositoryWidget.updateList"></a>
-<h4>PluginRepositoryWidget.updateList</h4>
-<b>updateList</b>(<i></i>)
+<a NAME="PluginRepositoryWidget.reloadList" ID="PluginRepositoryWidget.reloadList"></a>
+<h4>PluginRepositoryWidget.reloadList</h4>
+<b>reloadList</b>(<i></i>)
 
 <p>
-        Public slot to download a new list and display the contents.
+        Public method to reload the list of plugins.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial