--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Tue Mar 10 19:32:25 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Tue Mar 10 19:32:39 2020 +0100 @@ -82,6 +82,10 @@ <td>Private slot called when the process finished or the user pressed the button.</td> </tr> <tr> +<td><a href="#HgDialog.__getInput">__getInput</a></td> +<td>Private method to get some input from the user.</td> +</tr> +<tr> <td><a href="#HgDialog.__showError">__showError</a></td> <td>Private slot to show some error.</td> </tr> @@ -151,6 +155,37 @@ Private slot called when the process finished or the user pressed the button. </p> +<a NAME="HgDialog.__getInput" ID="HgDialog.__getInput"></a> +<h4>HgDialog.__getInput</h4> +<b>__getInput</b>(<i>size, message</i>) + +<p> + Private method to get some input from the user. +</p> +<dl> + +<dt><i>size</i> (int)</dt> +<dd> +maximum length of the requested input +</dd> +<dt><i>message</i> (str)</dt> +<dd> +message sent by the server +</dd> +</dl> +<dl> +<dt>Returns:</dt> +<dd> +tuple containing data entered by the user and + a flag indicating a password input +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, bool) +</dd> +</dl> <a NAME="HgDialog.__showError" ID="HgDialog.__showError"></a> <h4>HgDialog.__showError</h4> <b>__showError</b>(<i>out</i>)