diff -r 698660ef7350 -r c6afba2049cf eric7/Documentation/Source/eric7.Project.Project.html --- a/eric7/Documentation/Source/eric7.Project.Project.html Fri Jun 03 12:09:02 2022 +0200 +++ b/eric7/Documentation/Source/eric7.Project.Project.html Fri Jun 03 19:54:57 2022 +0200 @@ -285,6 +285,10 @@ <td>Private method to close all project related windows.</td> </tr> <tr> +<td><a href="#Project.__createSBOMFile">__createSBOMFile</a></td> +<td>Private slot to create a SBOM file of the project dependencies.</td> +</tr> +<tr> <td><a href="#Project.__createSnapshotSource">__createSnapshotSource</a></td> <td>Private method to create a snapshot plugin version.</td> </tr> @@ -433,6 +437,10 @@ <td>Private slot called before the make menu is shown.</td> </tr> <tr> +<td><a href="#Project.__showContextMenuOthers">__showContextMenuOthers</a></td> +<td>Private slot called before the 'Other Tools' menu is shown.</td> +</tr> +<tr> <td><a href="#Project.__showContextMenuPackagers">__showContextMenuPackagers</a></td> <td>Private slot called before the packagers menu is shown.</td> </tr> @@ -1241,6 +1249,13 @@ <p> Private method to close all project related windows. </p> +<a NAME="Project.__createSBOMFile" ID="Project.__createSBOMFile"></a> +<h4>Project.__createSBOMFile</h4> +<b>__createSBOMFile</b>(<i></i>) + +<p> + Private slot to create a SBOM file of the project dependencies. +</p> <a NAME="Project.__createSnapshotSource" ID="Project.__createSnapshotSource"></a> <h4>Project.__createSnapshotSource</h4> <b>__createSnapshotSource</b>(<i>filename</i>) @@ -1685,6 +1700,13 @@ <p> Private slot called before the make menu is shown. </p> +<a NAME="Project.__showContextMenuOthers" ID="Project.__showContextMenuOthers"></a> +<h4>Project.__showContextMenuOthers</h4> +<b>__showContextMenuOthers</b>(<i></i>) + +<p> + Private slot called before the 'Other Tools' menu is shown. +</p> <a NAME="Project.__showContextMenuPackagers" ID="Project.__showContextMenuPackagers"></a> <h4>Project.__showContextMenuPackagers</h4> <b>__showContextMenuPackagers</b>(<i></i>)