--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.html Tue Oct 18 17:48:03 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.html Wed Oct 19 13:39:16 2022 +0200 @@ -63,6 +63,14 @@ <td>Private slot called by the context menu to show the annotations of a file.</td> </tr> <tr> +<td><a href="#GitProjectBrowserHelper.__GitBlameSkip">__GitBlameSkip</a></td> +<td>Private slot called by the context menu to show the annotations of a file with a project specific skip list.</td> +</tr> +<tr> +<td><a href="#GitProjectBrowserHelper.__GitBlameSkipListFile">__GitBlameSkipListFile</a></td> +<td>Private method to create an empty 'git blame' skip list file.</td> +</tr> +<tr> <td><a href="#GitProjectBrowserHelper.__GitConfigure">__GitConfigure</a></td> <td>Private method to open the configuration dialog.</td> </tr> @@ -99,6 +107,10 @@ <td>Private slot to unstage changes.</td> </tr> <tr> +<td><a href="#GitProjectBrowserHelper.__skipListFileName">__skipListFileName</a></td> +<td>Private method to generate the file name for a 'git blame' skip list file.</td> +</tr> +<tr> <td><a href="#GitProjectBrowserHelper._addVCSMenu">_addVCSMenu</a></td> <td>Protected method used to add the VCS menu to all project browsers.</td> </tr> @@ -184,6 +196,21 @@ Private slot called by the context menu to show the annotations of a file. </p> +<a NAME="GitProjectBrowserHelper.__GitBlameSkip" ID="GitProjectBrowserHelper.__GitBlameSkip"></a> +<h4>GitProjectBrowserHelper.__GitBlameSkip</h4> +<b>__GitBlameSkip</b>(<i></i>) + +<p> + Private slot called by the context menu to show the annotations of a + file with a project specific skip list. +</p> +<a NAME="GitProjectBrowserHelper.__GitBlameSkipListFile" ID="GitProjectBrowserHelper.__GitBlameSkipListFile"></a> +<h4>GitProjectBrowserHelper.__GitBlameSkipListFile</h4> +<b>__GitBlameSkipListFile</b>(<i></i>) + +<p> + Private method to create an empty 'git blame' skip list file. +</p> <a NAME="GitProjectBrowserHelper.__GitConfigure" ID="GitProjectBrowserHelper.__GitConfigure"></a> <h4>GitProjectBrowserHelper.__GitConfigure</h4> <b>__GitConfigure</b>(<i></i>) @@ -257,6 +284,25 @@ <p> Private slot to unstage changes. </p> +<a NAME="GitProjectBrowserHelper.__skipListFileName" ID="GitProjectBrowserHelper.__skipListFileName"></a> +<h4>GitProjectBrowserHelper.__skipListFileName</h4> +<b>__skipListFileName</b>(<i></i>) + +<p> + Private method to generate the file name for a 'git blame' skip list file. +</p> +<dl> +<dt>Return:</dt> +<dd> +name of the skip list file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="GitProjectBrowserHelper._addVCSMenu" ID="GitProjectBrowserHelper._addVCSMenu"></a> <h4>GitProjectBrowserHelper._addVCSMenu</h4> <b>_addVCSMenu</b>(<i>mainMenu</i>)