diff -r 99eb1cb030a5 -r 1c5cf2022c7e src/eric7/Documentation/Source/eric7.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html Thu Jul 07 16:38:26 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html Thu Jul 07 17:08:18 2022 +0200 @@ -94,6 +94,10 @@ <td><a href="#EricapiConfigDialog.on_outputFilePicker_textChanged">on_outputFilePicker_textChanged</a></td> <td>Private slot to enable/disable the "OK" button.</td> </tr> +<tr> +<td><a href="#EricapiConfigDialog.on_startDirPicker_pathSelected">on_startDirPicker_pathSelected</a></td> +<td>Private slot handling the selection of a start directory.</td> +</tr> </table> <h3>Static Methods</h3> @@ -161,8 +165,14 @@ <dl> <dt>Return:</dt> <dd> -a tuple of the commandline parameters and non default - parameters (list of strings, dictionary) +a tuple containing the commandline parameters, non default + parameters and the start directory +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (list of str, dict, str) </dd> </dl> <a NAME="EricapiConfigDialog.on_addButton_clicked" ID="EricapiConfigDialog.on_addButton_clicked"></a> @@ -232,6 +242,20 @@ name of the file (string) </dd> </dl> +<a NAME="EricapiConfigDialog.on_startDirPicker_pathSelected" ID="EricapiConfigDialog.on_startDirPicker_pathSelected"></a> +<h4>EricapiConfigDialog.on_startDirPicker_pathSelected</h4> +<b>on_startDirPicker_pathSelected</b>(<i>path</i>) + +<p> + Private slot handling the selection of a start directory. +</p> +<dl> + +<dt><i>path</i> (str)</dt> +<dd> +path of the start directory +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file