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

branch
eric7
changeset 9031
8c9013b363bc
parent 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.PluginManager.PluginManager.html	Wed Apr 20 15:10:04 2022 +0200
+++ b/eric7/Documentation/Source/eric7.PluginManager.PluginManager.html	Fri Apr 22 16:43:25 2022 +0200
@@ -66,6 +66,11 @@
 emitted just after
         a plugin was deactivated
 </dd>
+<dt>pluginRepositoryFileDownloaded()</dt>
+<dd>
+emitted to indicate a completed
+        download of the plugin repository file
+</dd>
 <dt>shutdown()</dt>
 <dd>
 emitted at shutdown of the IDE
@@ -164,6 +169,10 @@
 <td>Public method called to perform actions upon shutdown of the IDE.</td>
 </tr>
 <tr>
+<td><a href="#PluginManager.downLoadRepositoryFile">downLoadRepositoryFile</a></td>
+<td>Public method to download the plugin repository file.</td>
+</tr>
+<tr>
 <td><a href="#PluginManager.finalizeSetup">finalizeSetup</a></td>
 <td>Public method to finalize the setup of the plugin manager.</td>
 </tr>
@@ -627,6 +636,21 @@
 <p>
         Public method called to perform actions upon shutdown of the IDE.
 </p>
+<a NAME="PluginManager.downLoadRepositoryFile" ID="PluginManager.downLoadRepositoryFile"></a>
+<h4>PluginManager.downLoadRepositoryFile</h4>
+<b>downLoadRepositoryFile</b>(<i>url=None</i>)
+
+<p>
+        Public method to download the plugin repository file.
+</p>
+<dl>
+
+<dt><i>url</i> (QUrl or str (optional))</dt>
+<dd>
+URL to get the plugin repository file from
+            (defaults to None)
+</dd>
+</dl>
 <a NAME="PluginManager.finalizeSetup" ID="PluginManager.finalizeSetup"></a>
 <h4>PluginManager.finalizeSetup</h4>
 <b>finalizeSetup</b>(<i></i>)

eric ide

mercurial