--- a/eric6/Documentation/Source/eric6.QScintilla.Shell.html Sat Jan 16 16:51:23 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Shell.html Sun Jan 17 12:40:19 2021 +0100 @@ -316,10 +316,6 @@ <td>Private method to test, if the history index is valid.</td> </tr> <tr> -<td><a href="#Shell.__middleMouseButton">__middleMouseButton</a></td> -<td>Private method to handle the middle mouse button press.</td> -</tr> -<tr> <td><a href="#Shell.__projectClosed">__projectClosed</a></td> <td>Private slot to restart the default shell when the project is closed.</td> </tr> @@ -1269,13 +1265,6 @@ bool </dd> </dl> -<a NAME="Shell.__middleMouseButton" ID="Shell.__middleMouseButton"></a> -<h4>Shell.__middleMouseButton</h4> -<b>__middleMouseButton</b>(<i></i>) - -<p> - Private method to handle the middle mouse button press. -</p> <a NAME="Shell.__projectClosed" ID="Shell.__projectClosed"></a> <h4>Shell.__projectClosed</h4> <b>__projectClosed</b>(<i></i>) @@ -2001,11 +1990,18 @@ </dl> <a NAME="Shell.paste" ID="Shell.paste"></a> <h4>Shell.paste</h4> -<b>paste</b>(<i></i>) +<b>paste</b>(<i>lines=None</i>) <p> Public slot to handle the paste action. </p> +<dl> + +<dt><i>lines</i> (list of str)</dt> +<dd> +list of lines to be inserted +</dd> +</dl> <a NAME="Shell.reloadHistory" ID="Shell.reloadHistory"></a> <h4>Shell.reloadHistory</h4> <b>reloadHistory</b>(<i></i>)