diff -r b5fe898e171f -r db53a9efe7ef src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html --- a/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html Thu Jul 14 16:08:57 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html Thu Jul 14 16:09:37 2022 +0200 @@ -47,7 +47,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>DataRole</td></tr><tr><td>DataTypeRole</td></tr> +<tr><td>DataRole</td></tr><tr><td>DataTypeRole</td></tr><tr><td>FileNameColumn</td></tr><tr><td>StatusColumn</td></tr> </table> <h3>Class Methods</h3> @@ -79,6 +79,10 @@ <td>Private method to format the list of files according the configuration.</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> +<tr> <td><a href="#BlackFormattingDialog.__resizeColumns">__resizeColumns</a></td> <td>Private method to resize the columns of the result list.</td> </tr> @@ -88,7 +92,7 @@ </tr> <tr> <td><a href="#BlackFormattingDialog.__updateStatistics">__updateStatistics</a></td> -<td>Private method to update the statistics about the recent formatting run.</td> +<td>Private method to update the statistics about the recent formatting run and make them visible.</td> </tr> <tr> <td><a href="#BlackFormattingDialog.addResultEntry">addResultEntry</a></td> @@ -106,6 +110,10 @@ <td><a href="#BlackFormattingDialog.on_resultsList_itemDoubleClicked">on_resultsList_itemDoubleClicked</a></td> <td>Private slot handling a double click of a result item.</td> </tr> +<tr> +<td><a href="#BlackFormattingDialog.on_statusFilterComboBox_currentTextChanged">on_statusFilterComboBox_currentTextChanged</a></td> +<td>Private slot handling the selection of a status for items to be shown.</td> +</tr> </table> <h3>Static Methods</h3> @@ -115,7 +123,7 @@ <a NAME="BlackFormattingDialog.__init__" ID="BlackFormattingDialog.__init__"></a> <h4>BlackFormattingDialog (Constructor)</h4> -<b>BlackFormattingDialog</b>(<i>configuration, filesList, project=None, action=BlackFormattingAction.Format, parent=None</i>) +<b>BlackFormattingDialog</b>(<i>configuration, filesList, project=None, action=BlackFormattingAction.Format, parent=None, </i>) <p> Constructor @@ -211,6 +219,13 @@ <p> Private method to format the list of files according the configuration. </p> +<a NAME="BlackFormattingDialog.__populateStatusFilterCombo" ID="BlackFormattingDialog.__populateStatusFilterCombo"></a> +<h4>BlackFormattingDialog.__populateStatusFilterCombo</h4> +<b>__populateStatusFilterCombo</b>(<i></i>) + +<p> + Private method to populate the status filter combo box with allowed selections. +</p> <a NAME="BlackFormattingDialog.__resizeColumns" ID="BlackFormattingDialog.__resizeColumns"></a> <h4>BlackFormattingDialog.__resizeColumns</h4> <b>__resizeColumns</b>(<i></i>) @@ -230,7 +245,8 @@ <b>__updateStatistics</b>(<i></i>) <p> - Private method to update the statistics about the recent formatting run. + Private method to update the statistics about the recent formatting run and + make them visible. </p> <a NAME="BlackFormattingDialog.addResultEntry" ID="BlackFormattingDialog.addResultEntry"></a> <h4>BlackFormattingDialog.addResultEntry</h4> @@ -305,6 +321,20 @@ column number that was double clicked </dd> </dl> +<a NAME="BlackFormattingDialog.on_statusFilterComboBox_currentTextChanged" ID="BlackFormattingDialog.on_statusFilterComboBox_currentTextChanged"></a> +<h4>BlackFormattingDialog.on_statusFilterComboBox_currentTextChanged</h4> +<b>on_statusFilterComboBox_currentTextChanged</b>(<i>status</i>) + +<p> + Private slot handling the selection of a status for items to be shown. +</p> +<dl> + +<dt><i>status</i> (str)</dt> +<dd> +selected status +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />