diff -r 7180fb8677e5 -r 52990830b13f src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html --- a/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html Tue Sep 20 18:33:03 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html Wed Sep 21 10:38:52 2022 +0200 @@ -83,6 +83,10 @@ <td>Private method to perform some actions after the run was performed or canceled.</td> </tr> <tr> +<td><a href="#BlackFormattingDialog.__formatButtonClicked">__formatButtonClicked</a></td> +<td>Private slot handling the selection of the 'Format Code' button.</td> +</tr> +<tr> <td><a href="#BlackFormattingDialog.__formatManyFiles">__formatManyFiles</a></td> <td>Private method to format the list of files according the configuration using multiple processes in parallel.</td> </tr> @@ -95,6 +99,10 @@ <td>Private slot to handle the result of a black reformatting action.</td> </tr> <tr> +<td><a href="#BlackFormattingDialog.__performAction">__performAction</a></td> +<td>Private method to exceute the requested formatting action.</td> +</tr> +<tr> <td><a href="#BlackFormattingDialog.__populateStatusFilterCombo">__populateStatusFilterCombo</a></td> <td>Private method to populate the status filter combo box with allowed selections.</td> </tr> @@ -205,6 +213,13 @@ <p> Private method to perform some actions after the run was performed or canceled. </p> +<a NAME="BlackFormattingDialog.__formatButtonClicked" ID="BlackFormattingDialog.__formatButtonClicked"></a> +<h4>BlackFormattingDialog.__formatButtonClicked</h4> +<b>__formatButtonClicked</b>(<i></i>) + +<p> + Private slot handling the selection of the 'Format Code' button. +</p> <a NAME="BlackFormattingDialog.__formatManyFiles" ID="BlackFormattingDialog.__formatManyFiles"></a> <h4>BlackFormattingDialog.__formatManyFiles</h4> <b>__formatManyFiles</b>(<i>files</i>) @@ -257,6 +272,13 @@ action data (error message or unified diff) </dd> </dl> +<a NAME="BlackFormattingDialog.__performAction" ID="BlackFormattingDialog.__performAction"></a> +<h4>BlackFormattingDialog.__performAction</h4> +<b>__performAction</b>(<i></i>) + +<p> + Private method to exceute the requested formatting action. +</p> <a NAME="BlackFormattingDialog.__populateStatusFilterCombo" ID="BlackFormattingDialog.__populateStatusFilterCombo"></a> <h4>BlackFormattingDialog.__populateStatusFilterCombo</h4> <b>__populateStatusFilterCombo</b>(<i></i>)