--- a/eric7/Documentation/Source/eric7.UI.UserInterface.html Thu Sep 16 19:23:07 2021 +0200 +++ b/eric7/Documentation/Source/eric7.UI.UserInterface.html Thu Sep 16 19:31:00 2021 +0200 @@ -358,7 +358,7 @@ </tr> <tr> <td><a href="#UserInterface.__createObjects">__createObjects</a></td> -<td>Private method to create the various objects of the application.</td> +<td>Private method to create the various application objects.</td> </tr> <tr> <td><a href="#UserInterface.__createSidebarsLayout">__createSidebarsLayout</a></td> @@ -913,6 +913,10 @@ <td>Public slot to activate the plugin repository viewer.</td> </tr> <tr> +<td><a href="#UserInterface.activateVirtualenvManager">activateVirtualenvManager</a></td> +<td>Public slot to activate the virtual environments manager widget.</td> +</tr> +<tr> <td><a href="#UserInterface.addEricActions">addEricActions</a></td> <td>Public method to add actions to the list of actions.</td> </tr> @@ -1522,18 +1526,11 @@ </dl> <a NAME="UserInterface.__createObjects" ID="UserInterface.__createObjects"></a> <h4>UserInterface.__createObjects</h4> -<b>__createObjects</b>(<i>debugServer</i>) +<b>__createObjects</b>(<i></i>) <p> - Private method to create the various objects of the application. + Private method to create the various application objects. </p> -<dl> - -<dt><i>debugServer</i> (DebugServer)</dt> -<dd> -reference to the debug server object -</dd> -</dl> <a NAME="UserInterface.__createSidebarsLayout" ID="UserInterface.__createSidebarsLayout"></a> <h4>UserInterface.__createSidebarsLayout</h4> <b>__createSidebarsLayout</b>(<i></i>) @@ -2963,6 +2960,13 @@ <p> Public slot to activate the plugin repository viewer. </p> +<a NAME="UserInterface.activateVirtualenvManager" ID="UserInterface.activateVirtualenvManager"></a> +<h4>UserInterface.activateVirtualenvManager</h4> +<b>activateVirtualenvManager</b>(<i></i>) + +<p> + Public slot to activate the virtual environments manager widget. +</p> <a NAME="UserInterface.addEricActions" ID="UserInterface.addEricActions"></a> <h4>UserInterface.addEricActions</h4> <b>addEricActions</b>(<i>actions, actionType</i>)