src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.html

branch
eric7
changeset 9421
989ee2535d59
parent 9236
db53a9efe7ef
child 10070
9f5758c0fec1
equal deleted inserted replaced
9420:92810aebc909 9421:989ee2535d59
61 <tr> 61 <tr>
62 <td><a href="#GitProjectBrowserHelper.__GitBlame">__GitBlame</a></td> 62 <td><a href="#GitProjectBrowserHelper.__GitBlame">__GitBlame</a></td>
63 <td>Private slot called by the context menu to show the annotations of a file.</td> 63 <td>Private slot called by the context menu to show the annotations of a file.</td>
64 </tr> 64 </tr>
65 <tr> 65 <tr>
66 <td><a href="#GitProjectBrowserHelper.__GitBlameSkip">__GitBlameSkip</a></td>
67 <td>Private slot called by the context menu to show the annotations of a file with a project specific skip list.</td>
68 </tr>
69 <tr>
70 <td><a href="#GitProjectBrowserHelper.__GitBlameSkipListFile">__GitBlameSkipListFile</a></td>
71 <td>Private method to create an empty 'git blame' skip list file.</td>
72 </tr>
73 <tr>
66 <td><a href="#GitProjectBrowserHelper.__GitConfigure">__GitConfigure</a></td> 74 <td><a href="#GitProjectBrowserHelper.__GitConfigure">__GitConfigure</a></td>
67 <td>Private method to open the configuration dialog.</td> 75 <td>Private method to open the configuration dialog.</td>
68 </tr> 76 </tr>
69 <tr> 77 <tr>
70 <td><a href="#GitProjectBrowserHelper.__GitCopy">__GitCopy</a></td> 78 <td><a href="#GitProjectBrowserHelper.__GitCopy">__GitCopy</a></td>
95 <td>Private slot called by the context menu to show the difference of a file to the repository side-by-side.</td> 103 <td>Private slot called by the context menu to show the difference of a file to the repository side-by-side.</td>
96 </tr> 104 </tr>
97 <tr> 105 <tr>
98 <td><a href="#GitProjectBrowserHelper.__GitUnstage">__GitUnstage</a></td> 106 <td><a href="#GitProjectBrowserHelper.__GitUnstage">__GitUnstage</a></td>
99 <td>Private slot to unstage changes.</td> 107 <td>Private slot to unstage changes.</td>
108 </tr>
109 <tr>
110 <td><a href="#GitProjectBrowserHelper.__skipListFileName">__skipListFileName</a></td>
111 <td>Private method to generate the file name for a 'git blame' skip list file.</td>
100 </tr> 112 </tr>
101 <tr> 113 <tr>
102 <td><a href="#GitProjectBrowserHelper._addVCSMenu">_addVCSMenu</a></td> 114 <td><a href="#GitProjectBrowserHelper._addVCSMenu">_addVCSMenu</a></td>
103 <td>Protected method used to add the VCS menu to all project browsers.</td> 115 <td>Protected method used to add the VCS menu to all project browsers.</td>
104 </tr> 116 </tr>
182 194
183 <p> 195 <p>
184 Private slot called by the context menu to show the annotations of a 196 Private slot called by the context menu to show the annotations of a
185 file. 197 file.
186 </p> 198 </p>
199 <a NAME="GitProjectBrowserHelper.__GitBlameSkip" ID="GitProjectBrowserHelper.__GitBlameSkip"></a>
200 <h4>GitProjectBrowserHelper.__GitBlameSkip</h4>
201 <b>__GitBlameSkip</b>(<i></i>)
202
203 <p>
204 Private slot called by the context menu to show the annotations of a
205 file with a project specific skip list.
206 </p>
207 <a NAME="GitProjectBrowserHelper.__GitBlameSkipListFile" ID="GitProjectBrowserHelper.__GitBlameSkipListFile"></a>
208 <h4>GitProjectBrowserHelper.__GitBlameSkipListFile</h4>
209 <b>__GitBlameSkipListFile</b>(<i></i>)
210
211 <p>
212 Private method to create an empty 'git blame' skip list file.
213 </p>
187 <a NAME="GitProjectBrowserHelper.__GitConfigure" ID="GitProjectBrowserHelper.__GitConfigure"></a> 214 <a NAME="GitProjectBrowserHelper.__GitConfigure" ID="GitProjectBrowserHelper.__GitConfigure"></a>
188 <h4>GitProjectBrowserHelper.__GitConfigure</h4> 215 <h4>GitProjectBrowserHelper.__GitConfigure</h4>
189 <b>__GitConfigure</b>(<i></i>) 216 <b>__GitConfigure</b>(<i></i>)
190 217
191 <p> 218 <p>
255 <b>__GitUnstage</b>(<i></i>) 282 <b>__GitUnstage</b>(<i></i>)
256 283
257 <p> 284 <p>
258 Private slot to unstage changes. 285 Private slot to unstage changes.
259 </p> 286 </p>
287 <a NAME="GitProjectBrowserHelper.__skipListFileName" ID="GitProjectBrowserHelper.__skipListFileName"></a>
288 <h4>GitProjectBrowserHelper.__skipListFileName</h4>
289 <b>__skipListFileName</b>(<i></i>)
290
291 <p>
292 Private method to generate the file name for a 'git blame' skip list file.
293 </p>
294 <dl>
295 <dt>Return:</dt>
296 <dd>
297 name of the skip list file
298 </dd>
299 </dl>
300 <dl>
301 <dt>Return Type:</dt>
302 <dd>
303 str
304 </dd>
305 </dl>
260 <a NAME="GitProjectBrowserHelper._addVCSMenu" ID="GitProjectBrowserHelper._addVCSMenu"></a> 306 <a NAME="GitProjectBrowserHelper._addVCSMenu" ID="GitProjectBrowserHelper._addVCSMenu"></a>
261 <h4>GitProjectBrowserHelper._addVCSMenu</h4> 307 <h4>GitProjectBrowserHelper._addVCSMenu</h4>
262 <b>_addVCSMenu</b>(<i>mainMenu</i>) 308 <b>_addVCSMenu</b>(<i>mainMenu</i>)
263 309
264 <p> 310 <p>

eric ide

mercurial