Mon, 19 Sep 2022 19:44:55 +0200
Regenerated the source documentation.
--- a/src/eric7/Documentation/Help/source.qhp Mon Sep 19 19:44:38 2022 +0200 +++ b/src/eric7/Documentation/Help/source.qhp Mon Sep 19 19:44:55 2022 +0200 @@ -12023,6 +12023,7 @@ <keyword name="Project.__checkProjectFileGroup" id="Project.__checkProjectFileGroup" ref="eric7.Project.Project.html#Project.__checkProjectFileGroup" /> <keyword name="Project.__cleanupMake" id="Project.__cleanupMake" ref="eric7.Project.Project.html#Project.__cleanupMake" /> <keyword name="Project.__closeAllWindows" id="Project.__closeAllWindows" ref="eric7.Project.Project.html#Project.__closeAllWindows" /> + <keyword name="Project.__configureBlack" id="Project.__configureBlack" ref="eric7.Project.Project.html#Project.__configureBlack" /> <keyword name="Project.__configureEnvironment" id="Project.__configureEnvironment" ref="eric7.Project.Project.html#Project.__configureEnvironment" /> <keyword name="Project.__createEmbeddedEnvironment" id="Project.__createEmbeddedEnvironment" ref="eric7.Project.Project.html#Project.__createEmbeddedEnvironment" /> <keyword name="Project.__createSBOMFile" id="Project.__createSBOMFile" ref="eric7.Project.Project.html#Project.__createSBOMFile" />
--- a/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackConfigurationDialog.html Mon Sep 19 19:44:38 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackConfigurationDialog.html Mon Sep 19 19:44:55 2022 +0200 @@ -99,18 +99,23 @@ <a NAME="BlackConfigurationDialog.__init__" ID="BlackConfigurationDialog.__init__"></a> <h4>BlackConfigurationDialog (Constructor)</h4> -<b>BlackConfigurationDialog</b>(<i>withProject=True, parent=None</i>) +<b>BlackConfigurationDialog</b>(<i>withProject=True, onlyProject=False, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>withProject</i> (bool)</dt> +<dt><i>withProject</i> (bool (optional))</dt> <dd> flag indicating to look for project configurations (defaults to True) </dd> +<dt><i>onlyProject</i> (bool (optional))</dt> +<dd> +flag indicating to only look for project configurations + (defaults to False) +</dd> <dt><i>parent</i> (QWidget (optional))</dt> <dd> reference to the parent widget (defaults to None)
--- a/src/eric7/Documentation/Source/eric7.Debugger.BreakPointModel.html Mon Sep 19 19:44:38 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.BreakPointModel.html Mon Sep 19 19:44:55 2022 +0200 @@ -52,7 +52,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>Alignments</td></tr><tr><td>ConditionColumn</td></tr><tr><td>EnabledColumn</td></tr><tr><td>FilenameColumn</td></tr><tr><td>Header</td></tr><tr><td>IgnoreCountColumn</td></tr><tr><td>LineNumberColumn</td></tr><tr><td>TemporaryColumn</td></tr> </table> <h3>Class Methods</h3>
--- a/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html Mon Sep 19 19:44:38 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html Mon Sep 19 19:44:55 2022 +0200 @@ -52,7 +52,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>Alignments</td></tr><tr><td>ConditionColumn</td></tr><tr><td>EnabledColumn</td></tr><tr><td>Header</td></tr><tr><td>IgnoreCountColumn</td></tr><tr><td>SpecialColumn</td></tr><tr><td>TemporaryColumn</td></tr> </table> <h3>Class Methods</h3>
--- a/src/eric7/Documentation/Source/eric7.Project.Project.html Mon Sep 19 19:44:38 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Project.Project.html Mon Sep 19 19:44:55 2022 +0200 @@ -289,6 +289,10 @@ <td>Private method to close all project related windows.</td> </tr> <tr> +<td><a href="#Project.__configureBlack">__configureBlack</a></td> +<td>Private slot to enter the parameters for formatting the project sources with 'Black'.</td> +</tr> +<tr> <td><a href="#Project.__configureEnvironment">__configureEnvironment</a></td> <td>Private slot to configure the embedded environment.</td> </tr> @@ -1308,6 +1312,14 @@ <p> Private method to close all project related windows. </p> +<a NAME="Project.__configureBlack" ID="Project.__configureBlack"></a> +<h4>Project.__configureBlack</h4> +<b>__configureBlack</b>(<i></i>) + +<p> + Private slot to enter the parameters for formatting the project sources with + 'Black'. +</p> <a NAME="Project.__configureEnvironment" ID="Project.__configureEnvironment"></a> <h4>Project.__configureEnvironment</h4> <b>__configureEnvironment</b>(<i>environmentPath=""</i>)
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Sep 19 19:44:38 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Sep 19 19:44:55 2022 +0200 @@ -6817,9 +6817,10 @@ Public slot to toggle the comment of a block. </p> <p> - If the line of the cursor or the selection is not commented, it will - be commented. If it is commented, the comment block will be removed. - The later works independent of the current selection. + If the editor contains selected text and the start line is not commented, it + will be commented. Otherwise the selection will be un-commented. In case there + is no selected text and the current line is not commented, it will be commented. + If is commented, the comment block will be removed. </p> <a NAME="Editor.toggleCurrentFold" ID="Editor.toggleCurrentFold"></a> <h4>Editor.toggleCurrentFold</h4>