diff -r f254ab0d42fa -r ce2034bc1c6e eric7/Documentation/Source/eric7.UI.UserInterface.html --- a/eric7/Documentation/Source/eric7.UI.UserInterface.html Sat Sep 11 19:59:21 2021 +0200 +++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html Sun Sep 12 17:30:38 2021 +0200 @@ -491,6 +491,10 @@ <td>Private slot to initialize the various tool menus.</td> </tr> <tr> +<td><a href="#UserInterface.__installDownloadedPlugins">__installDownloadedPlugins</a></td> +<td>Private slot to handle the installation of plugins downloaded via the plugin repository viewer.</td> +</tr> +<tr> <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> <td>Private slot to show a dialog to install a new plugin.</td> </tr> @@ -683,6 +687,10 @@ <td>Private slot to show the Plugin Tools menu.</td> </tr> <tr> +<td><a href="#UserInterface.__showPluginsAvailable">__showPluginsAvailable</a></td> +<td>Private slot to show the plugins available for download.</td> +</tr> +<tr> <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td> <td>Private slot used to show the previous tab or file.</td> </tr> @@ -915,6 +923,10 @@ <td>Public slot to handle the activation of the debug viewer.</td> </tr> <tr> +<td><a href="#UserInterface.activatePluginRepositoryViewer">activatePluginRepositoryViewer</a></td> +<td>Public slot to activate the plugin repository viewer.</td> +</tr> +<tr> <td><a href="#UserInterface.addEricActions">addEricActions</a></td> <td>Public method to add actions to the list of actions.</td> </tr> @@ -1099,10 +1111,6 @@ <td>Public method to show a desktop notification.</td> </tr> <tr> -<td><a href="#UserInterface.showPluginsAvailable">showPluginsAvailable</a></td> -<td>Public slot to show the plugins available for download.</td> -</tr> -<tr> <td><a href="#UserInterface.showPreferences">showPreferences</a></td> <td>Public slot to set the preferences.</td> </tr> @@ -1799,6 +1807,14 @@ reference to the parent menu </dd> </dl> +<a NAME="UserInterface.__installDownloadedPlugins" ID="UserInterface.__installDownloadedPlugins"></a> +<h4>UserInterface.__installDownloadedPlugins</h4> +<b>__installDownloadedPlugins</b>(<i></i>) + +<p> + Private slot to handle the installation of plugins downloaded via the + plugin repository viewer. +</p> <a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a> <h4>UserInterface.__installPlugins</h4> <b>__installPlugins</b>(<i>pluginFileNames=None</i>) @@ -2326,6 +2342,13 @@ <p> Private slot to show the Plugin Tools menu. </p> +<a NAME="UserInterface.__showPluginsAvailable" ID="UserInterface.__showPluginsAvailable"></a> +<h4>UserInterface.__showPluginsAvailable</h4> +<b>__showPluginsAvailable</b>(<i></i>) + +<p> + Private slot to show the plugins available for download. +</p> <a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a> <h4>UserInterface.__showPrevious</h4> <b>__showPrevious</b>(<i></i>) @@ -2947,6 +2970,13 @@ <p> Public slot to handle the activation of the debug viewer. </p> +<a NAME="UserInterface.activatePluginRepositoryViewer" ID="UserInterface.activatePluginRepositoryViewer"></a> +<h4>UserInterface.activatePluginRepositoryViewer</h4> +<b>activatePluginRepositoryViewer</b>(<i></i>) + +<p> + Public slot to activate the plugin repository viewer. +</p> <a NAME="UserInterface.addEricActions" ID="UserInterface.addEricActions"></a> <h4>UserInterface.addEricActions</h4> <b>addEricActions</b>(<i>actions, actionType</i>) @@ -3718,13 +3748,6 @@ (None = use configured timeout, 0 = indefinitely) </dd> </dl> -<a NAME="UserInterface.showPluginsAvailable" ID="UserInterface.showPluginsAvailable"></a> -<h4>UserInterface.showPluginsAvailable</h4> -<b>showPluginsAvailable</b>(<i></i>) - -<p> - Public slot to show the plugins available for download. -</p> <a NAME="UserInterface.showPreferences" ID="UserInterface.showPreferences"></a> <h4>UserInterface.showPreferences</h4> <b>showPreferences</b>(<i>pageName=None</i>)