|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper</h1> |
|
12 <p> |
|
13 Module implementing the VCS project browser helper for subversion. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#SvnProjectBrowserHelper">SvnProjectBrowserHelper</a></td> |
|
23 <td>Class implementing the VCS project browser helper for subversion.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="SvnProjectBrowserHelper" ID="SvnProjectBrowserHelper"></a> |
|
32 <h2>SvnProjectBrowserHelper</h2> |
|
33 <p> |
|
34 Class implementing the VCS project browser helper for subversion. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 VcsProjectBrowserHelper |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#SvnProjectBrowserHelper.__init__">SvnProjectBrowserHelper</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#SvnProjectBrowserHelper.__SVNAddToChangelist">__SVNAddToChangelist</a></td> |
|
49 <td>Private slot called by the context menu to add files to a changelist.</td> |
|
50 </tr><tr> |
|
51 <td><a href="#SvnProjectBrowserHelper.__SVNBlame">__SVNBlame</a></td> |
|
52 <td>Private slot called by the context menu to show the blame of a file.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#SvnProjectBrowserHelper.__SVNBreakLock">__SVNBreakLock</a></td> |
|
55 <td>Private slot called by the context menu to break lock files in the repository.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#SvnProjectBrowserHelper.__SVNConfigure">__SVNConfigure</a></td> |
|
58 <td>Private method to open the configuration dialog.</td> |
|
59 </tr><tr> |
|
60 <td><a href="#SvnProjectBrowserHelper.__SVNCopy">__SVNCopy</a></td> |
|
61 <td>Private slot called by the context menu to copy the selected file.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#SvnProjectBrowserHelper.__SVNDelProp">__SVNDelProp</a></td> |
|
64 <td>Private slot called by the context menu to delete a subversion property of a file.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#SvnProjectBrowserHelper.__SVNExtendedDiff">__SVNExtendedDiff</a></td> |
|
67 <td>Private slot called by the context menu to show the difference of a file to the repository.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#SvnProjectBrowserHelper.__SVNInfo">__SVNInfo</a></td> |
|
70 <td>Private slot called by the context menu to show repository information of a file or directory.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#SvnProjectBrowserHelper.__SVNListProps">__SVNListProps</a></td> |
|
73 <td>Private slot called by the context menu to list the subversion properties of a file.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#SvnProjectBrowserHelper.__SVNLock">__SVNLock</a></td> |
|
76 <td>Private slot called by the context menu to lock files in the repository.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#SvnProjectBrowserHelper.__SVNLogBrowser">__SVNLogBrowser</a></td> |
|
79 <td>Private slot called by the context menu to show the log browser for a file.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#SvnProjectBrowserHelper.__SVNLogLimited">__SVNLogLimited</a></td> |
|
82 <td>Private slot called by the context menu to show the limited log of a file.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#SvnProjectBrowserHelper.__SVNMove">__SVNMove</a></td> |
|
85 <td>Private slot called by the context menu to move the selected file.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#SvnProjectBrowserHelper.__SVNRemoveFromChangelist">__SVNRemoveFromChangelist</a></td> |
|
88 <td>Private slot called by the context menu to remove files from their changelist.</td> |
|
89 </tr><tr> |
|
90 <td><a href="#SvnProjectBrowserHelper.__SVNResolve">__SVNResolve</a></td> |
|
91 <td>Private slot called by the context menu to resolve conflicts of a file.</td> |
|
92 </tr><tr> |
|
93 <td><a href="#SvnProjectBrowserHelper.__SVNSetProp">__SVNSetProp</a></td> |
|
94 <td>Private slot called by the context menu to set a subversion property of a file.</td> |
|
95 </tr><tr> |
|
96 <td><a href="#SvnProjectBrowserHelper.__SVNStealLock">__SVNStealLock</a></td> |
|
97 <td>Private slot called by the context menu to steal lock files in the repository.</td> |
|
98 </tr><tr> |
|
99 <td><a href="#SvnProjectBrowserHelper.__SVNUnlock">__SVNUnlock</a></td> |
|
100 <td>Private slot called by the context menu to unlock files in the repository.</td> |
|
101 </tr><tr> |
|
102 <td><a href="#SvnProjectBrowserHelper.__SVNUrlDiff">__SVNUrlDiff</a></td> |
|
103 <td>Private slot called by the context menu to show the difference of a file of two repository URLs.</td> |
|
104 </tr><tr> |
|
105 <td><a href="#SvnProjectBrowserHelper.__itemsHaveFiles">__itemsHaveFiles</a></td> |
|
106 <td>Private method to check, if items contain file type items.</td> |
|
107 </tr><tr> |
|
108 <td><a href="#SvnProjectBrowserHelper._addVCSMenu">_addVCSMenu</a></td> |
|
109 <td>Protected method used to add the VCS menu to all project browsers.</td> |
|
110 </tr><tr> |
|
111 <td><a href="#SvnProjectBrowserHelper._addVCSMenuBack">_addVCSMenuBack</a></td> |
|
112 <td>Protected method used to add the VCS menu to all project browsers.</td> |
|
113 </tr><tr> |
|
114 <td><a href="#SvnProjectBrowserHelper._addVCSMenuDir">_addVCSMenuDir</a></td> |
|
115 <td>Protected method used to add the VCS menu to all project browsers.</td> |
|
116 </tr><tr> |
|
117 <td><a href="#SvnProjectBrowserHelper._addVCSMenuDirMulti">_addVCSMenuDirMulti</a></td> |
|
118 <td>Protected method used to add the VCS menu to all project browsers.</td> |
|
119 </tr><tr> |
|
120 <td><a href="#SvnProjectBrowserHelper._addVCSMenuMulti">_addVCSMenuMulti</a></td> |
|
121 <td>Protected method used to add the VCS menu for multi selection to all project browsers.</td> |
|
122 </tr><tr> |
|
123 <td><a href="#SvnProjectBrowserHelper.showContextMenu">showContextMenu</a></td> |
|
124 <td>Slot called before the context menu is shown.</td> |
|
125 </tr><tr> |
|
126 <td><a href="#SvnProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td> |
|
127 <td>Slot called before the context menu is shown.</td> |
|
128 </tr><tr> |
|
129 <td><a href="#SvnProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td> |
|
130 <td>Slot called before the context menu is shown.</td> |
|
131 </tr><tr> |
|
132 <td><a href="#SvnProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td> |
|
133 <td>Slot called before the context menu (multiple selections) is shown.</td> |
|
134 </tr> |
|
135 </table> |
|
136 <a NAME="SvnProjectBrowserHelper.__init__" ID="SvnProjectBrowserHelper.__init__"></a> |
|
137 <h4>SvnProjectBrowserHelper (Constructor)</h4> |
|
138 <b>SvnProjectBrowserHelper</b>(<i>vcsObject, browserObject, projectObject, isTranslationsBrowser, parent = None, name = None</i>) |
|
139 <p> |
|
140 Constructor |
|
141 </p><dl> |
|
142 <dt><i>vcsObject</i></dt> |
|
143 <dd> |
|
144 reference to the vcs object |
|
145 </dd><dt><i>browserObject</i></dt> |
|
146 <dd> |
|
147 reference to the project browser object |
|
148 </dd><dt><i>projectObject</i></dt> |
|
149 <dd> |
|
150 reference to the project object |
|
151 </dd><dt><i>isTranslationsBrowser</i></dt> |
|
152 <dd> |
|
153 flag indicating, the helper is requested for the |
|
154 translations browser (this needs some special treatment) |
|
155 </dd><dt><i>parent</i></dt> |
|
156 <dd> |
|
157 parent widget (QWidget) |
|
158 </dd><dt><i>name</i></dt> |
|
159 <dd> |
|
160 name of this object (string) |
|
161 </dd> |
|
162 </dl><a NAME="SvnProjectBrowserHelper.__SVNAddToChangelist" ID="SvnProjectBrowserHelper.__SVNAddToChangelist"></a> |
|
163 <h4>SvnProjectBrowserHelper.__SVNAddToChangelist</h4> |
|
164 <b>__SVNAddToChangelist</b>(<i></i>) |
|
165 <p> |
|
166 Private slot called by the context menu to add files to a changelist. |
|
167 </p><a NAME="SvnProjectBrowserHelper.__SVNBlame" ID="SvnProjectBrowserHelper.__SVNBlame"></a> |
|
168 <h4>SvnProjectBrowserHelper.__SVNBlame</h4> |
|
169 <b>__SVNBlame</b>(<i></i>) |
|
170 <p> |
|
171 Private slot called by the context menu to show the blame of a file. |
|
172 </p><a NAME="SvnProjectBrowserHelper.__SVNBreakLock" ID="SvnProjectBrowserHelper.__SVNBreakLock"></a> |
|
173 <h4>SvnProjectBrowserHelper.__SVNBreakLock</h4> |
|
174 <b>__SVNBreakLock</b>(<i></i>) |
|
175 <p> |
|
176 Private slot called by the context menu to break lock files in the repository. |
|
177 </p><a NAME="SvnProjectBrowserHelper.__SVNConfigure" ID="SvnProjectBrowserHelper.__SVNConfigure"></a> |
|
178 <h4>SvnProjectBrowserHelper.__SVNConfigure</h4> |
|
179 <b>__SVNConfigure</b>(<i></i>) |
|
180 <p> |
|
181 Private method to open the configuration dialog. |
|
182 </p><a NAME="SvnProjectBrowserHelper.__SVNCopy" ID="SvnProjectBrowserHelper.__SVNCopy"></a> |
|
183 <h4>SvnProjectBrowserHelper.__SVNCopy</h4> |
|
184 <b>__SVNCopy</b>(<i></i>) |
|
185 <p> |
|
186 Private slot called by the context menu to copy the selected file. |
|
187 </p><a NAME="SvnProjectBrowserHelper.__SVNDelProp" ID="SvnProjectBrowserHelper.__SVNDelProp"></a> |
|
188 <h4>SvnProjectBrowserHelper.__SVNDelProp</h4> |
|
189 <b>__SVNDelProp</b>(<i></i>) |
|
190 <p> |
|
191 Private slot called by the context menu to delete a subversion property of a file. |
|
192 </p><a NAME="SvnProjectBrowserHelper.__SVNExtendedDiff" ID="SvnProjectBrowserHelper.__SVNExtendedDiff"></a> |
|
193 <h4>SvnProjectBrowserHelper.__SVNExtendedDiff</h4> |
|
194 <b>__SVNExtendedDiff</b>(<i></i>) |
|
195 <p> |
|
196 Private slot called by the context menu to show the difference of a file to |
|
197 the repository. |
|
198 </p><p> |
|
199 This gives the chance to enter the revisions to compare. |
|
200 </p><a NAME="SvnProjectBrowserHelper.__SVNInfo" ID="SvnProjectBrowserHelper.__SVNInfo"></a> |
|
201 <h4>SvnProjectBrowserHelper.__SVNInfo</h4> |
|
202 <b>__SVNInfo</b>(<i></i>) |
|
203 <p> |
|
204 Private slot called by the context menu to show repository information of |
|
205 a file or directory. |
|
206 </p><a NAME="SvnProjectBrowserHelper.__SVNListProps" ID="SvnProjectBrowserHelper.__SVNListProps"></a> |
|
207 <h4>SvnProjectBrowserHelper.__SVNListProps</h4> |
|
208 <b>__SVNListProps</b>(<i></i>) |
|
209 <p> |
|
210 Private slot called by the context menu to list the subversion properties of |
|
211 a file. |
|
212 </p><a NAME="SvnProjectBrowserHelper.__SVNLock" ID="SvnProjectBrowserHelper.__SVNLock"></a> |
|
213 <h4>SvnProjectBrowserHelper.__SVNLock</h4> |
|
214 <b>__SVNLock</b>(<i></i>) |
|
215 <p> |
|
216 Private slot called by the context menu to lock files in the repository. |
|
217 </p><a NAME="SvnProjectBrowserHelper.__SVNLogBrowser" ID="SvnProjectBrowserHelper.__SVNLogBrowser"></a> |
|
218 <h4>SvnProjectBrowserHelper.__SVNLogBrowser</h4> |
|
219 <b>__SVNLogBrowser</b>(<i></i>) |
|
220 <p> |
|
221 Private slot called by the context menu to show the log browser for a file. |
|
222 </p><a NAME="SvnProjectBrowserHelper.__SVNLogLimited" ID="SvnProjectBrowserHelper.__SVNLogLimited"></a> |
|
223 <h4>SvnProjectBrowserHelper.__SVNLogLimited</h4> |
|
224 <b>__SVNLogLimited</b>(<i></i>) |
|
225 <p> |
|
226 Private slot called by the context menu to show the limited log of a file. |
|
227 </p><a NAME="SvnProjectBrowserHelper.__SVNMove" ID="SvnProjectBrowserHelper.__SVNMove"></a> |
|
228 <h4>SvnProjectBrowserHelper.__SVNMove</h4> |
|
229 <b>__SVNMove</b>(<i></i>) |
|
230 <p> |
|
231 Private slot called by the context menu to move the selected file. |
|
232 </p><a NAME="SvnProjectBrowserHelper.__SVNRemoveFromChangelist" ID="SvnProjectBrowserHelper.__SVNRemoveFromChangelist"></a> |
|
233 <h4>SvnProjectBrowserHelper.__SVNRemoveFromChangelist</h4> |
|
234 <b>__SVNRemoveFromChangelist</b>(<i></i>) |
|
235 <p> |
|
236 Private slot called by the context menu to remove files from their changelist. |
|
237 </p><a NAME="SvnProjectBrowserHelper.__SVNResolve" ID="SvnProjectBrowserHelper.__SVNResolve"></a> |
|
238 <h4>SvnProjectBrowserHelper.__SVNResolve</h4> |
|
239 <b>__SVNResolve</b>(<i></i>) |
|
240 <p> |
|
241 Private slot called by the context menu to resolve conflicts of a file. |
|
242 </p><a NAME="SvnProjectBrowserHelper.__SVNSetProp" ID="SvnProjectBrowserHelper.__SVNSetProp"></a> |
|
243 <h4>SvnProjectBrowserHelper.__SVNSetProp</h4> |
|
244 <b>__SVNSetProp</b>(<i></i>) |
|
245 <p> |
|
246 Private slot called by the context menu to set a subversion property of a file. |
|
247 </p><a NAME="SvnProjectBrowserHelper.__SVNStealLock" ID="SvnProjectBrowserHelper.__SVNStealLock"></a> |
|
248 <h4>SvnProjectBrowserHelper.__SVNStealLock</h4> |
|
249 <b>__SVNStealLock</b>(<i></i>) |
|
250 <p> |
|
251 Private slot called by the context menu to steal lock files in the repository. |
|
252 </p><a NAME="SvnProjectBrowserHelper.__SVNUnlock" ID="SvnProjectBrowserHelper.__SVNUnlock"></a> |
|
253 <h4>SvnProjectBrowserHelper.__SVNUnlock</h4> |
|
254 <b>__SVNUnlock</b>(<i></i>) |
|
255 <p> |
|
256 Private slot called by the context menu to unlock files in the repository. |
|
257 </p><a NAME="SvnProjectBrowserHelper.__SVNUrlDiff" ID="SvnProjectBrowserHelper.__SVNUrlDiff"></a> |
|
258 <h4>SvnProjectBrowserHelper.__SVNUrlDiff</h4> |
|
259 <b>__SVNUrlDiff</b>(<i></i>) |
|
260 <p> |
|
261 Private slot called by the context menu to show the difference of a file of |
|
262 two repository URLs. |
|
263 </p><p> |
|
264 This gives the chance to enter the repository URLs to compare. |
|
265 </p><a NAME="SvnProjectBrowserHelper.__itemsHaveFiles" ID="SvnProjectBrowserHelper.__itemsHaveFiles"></a> |
|
266 <h4>SvnProjectBrowserHelper.__itemsHaveFiles</h4> |
|
267 <b>__itemsHaveFiles</b>(<i>items</i>) |
|
268 <p> |
|
269 Private method to check, if items contain file type items. |
|
270 </p><dl> |
|
271 <dt><i>items</i></dt> |
|
272 <dd> |
|
273 items to check (list of QTreeWidgetItems) |
|
274 </dd> |
|
275 </dl><dl> |
|
276 <dt>Returns:</dt> |
|
277 <dd> |
|
278 flag indicating items contain file type items (boolean) |
|
279 </dd> |
|
280 </dl><a NAME="SvnProjectBrowserHelper._addVCSMenu" ID="SvnProjectBrowserHelper._addVCSMenu"></a> |
|
281 <h4>SvnProjectBrowserHelper._addVCSMenu</h4> |
|
282 <b>_addVCSMenu</b>(<i>mainMenu</i>) |
|
283 <p> |
|
284 Protected method used to add the VCS menu to all project browsers. |
|
285 </p><dl> |
|
286 <dt><i>mainMenu</i></dt> |
|
287 <dd> |
|
288 reference to the menu to be amended |
|
289 </dd> |
|
290 </dl><a NAME="SvnProjectBrowserHelper._addVCSMenuBack" ID="SvnProjectBrowserHelper._addVCSMenuBack"></a> |
|
291 <h4>SvnProjectBrowserHelper._addVCSMenuBack</h4> |
|
292 <b>_addVCSMenuBack</b>(<i>mainMenu</i>) |
|
293 <p> |
|
294 Protected method used to add the VCS menu to all project browsers. |
|
295 </p><dl> |
|
296 <dt><i>mainMenu</i></dt> |
|
297 <dd> |
|
298 reference to the menu to be amended |
|
299 </dd> |
|
300 </dl><a NAME="SvnProjectBrowserHelper._addVCSMenuDir" ID="SvnProjectBrowserHelper._addVCSMenuDir"></a> |
|
301 <h4>SvnProjectBrowserHelper._addVCSMenuDir</h4> |
|
302 <b>_addVCSMenuDir</b>(<i>mainMenu</i>) |
|
303 <p> |
|
304 Protected method used to add the VCS menu to all project browsers. |
|
305 </p><dl> |
|
306 <dt><i>mainMenu</i></dt> |
|
307 <dd> |
|
308 reference to the menu to be amended |
|
309 </dd> |
|
310 </dl><a NAME="SvnProjectBrowserHelper._addVCSMenuDirMulti" ID="SvnProjectBrowserHelper._addVCSMenuDirMulti"></a> |
|
311 <h4>SvnProjectBrowserHelper._addVCSMenuDirMulti</h4> |
|
312 <b>_addVCSMenuDirMulti</b>(<i>mainMenu</i>) |
|
313 <p> |
|
314 Protected method used to add the VCS menu to all project browsers. |
|
315 </p><dl> |
|
316 <dt><i>mainMenu</i></dt> |
|
317 <dd> |
|
318 reference to the menu to be amended |
|
319 </dd> |
|
320 </dl><a NAME="SvnProjectBrowserHelper._addVCSMenuMulti" ID="SvnProjectBrowserHelper._addVCSMenuMulti"></a> |
|
321 <h4>SvnProjectBrowserHelper._addVCSMenuMulti</h4> |
|
322 <b>_addVCSMenuMulti</b>(<i>mainMenu</i>) |
|
323 <p> |
|
324 Protected method used to add the VCS menu for multi selection to all |
|
325 project browsers. |
|
326 </p><dl> |
|
327 <dt><i>mainMenu</i></dt> |
|
328 <dd> |
|
329 reference to the menu to be amended |
|
330 </dd> |
|
331 </dl><a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a> |
|
332 <h4>SvnProjectBrowserHelper.showContextMenu</h4> |
|
333 <b>showContextMenu</b>(<i>menu, standardItems</i>) |
|
334 <p> |
|
335 Slot called before the context menu is shown. |
|
336 </p><p> |
|
337 It enables/disables the VCS menu entries depending on the overall |
|
338 VCS status and the file status. |
|
339 </p><dl> |
|
340 <dt><i>menu</i></dt> |
|
341 <dd> |
|
342 reference to the menu to be shown |
|
343 </dd><dt><i>standardItems</i></dt> |
|
344 <dd> |
|
345 array of standard items that need activation/deactivation |
|
346 depending on the overall VCS status |
|
347 </dd> |
|
348 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a> |
|
349 <h4>SvnProjectBrowserHelper.showContextMenuDir</h4> |
|
350 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) |
|
351 <p> |
|
352 Slot called before the context menu is shown. |
|
353 </p><p> |
|
354 It enables/disables the VCS menu entries depending on the overall |
|
355 VCS status and the directory status. |
|
356 </p><dl> |
|
357 <dt><i>menu</i></dt> |
|
358 <dd> |
|
359 reference to the menu to be shown |
|
360 </dd><dt><i>standardItems</i></dt> |
|
361 <dd> |
|
362 array of standard items that need activation/deactivation |
|
363 depending on the overall VCS status |
|
364 </dd> |
|
365 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a> |
|
366 <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4> |
|
367 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) |
|
368 <p> |
|
369 Slot called before the context menu is shown. |
|
370 </p><p> |
|
371 It enables/disables the VCS menu entries depending on the overall |
|
372 VCS status and the directory status. |
|
373 </p><dl> |
|
374 <dt><i>menu</i></dt> |
|
375 <dd> |
|
376 reference to the menu to be shown |
|
377 </dd><dt><i>standardItems</i></dt> |
|
378 <dd> |
|
379 array of standard items that need activation/deactivation |
|
380 depending on the overall VCS status |
|
381 </dd> |
|
382 </dl><a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a> |
|
383 <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4> |
|
384 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) |
|
385 <p> |
|
386 Slot called before the context menu (multiple selections) is shown. |
|
387 </p><p> |
|
388 It enables/disables the VCS menu entries depending on the overall |
|
389 VCS status and the files status. |
|
390 </p><dl> |
|
391 <dt><i>menu</i></dt> |
|
392 <dd> |
|
393 reference to the menu to be shown |
|
394 </dd><dt><i>standardItems</i></dt> |
|
395 <dd> |
|
396 array of standard items that need activation/deactivation |
|
397 depending on the overall VCS status |
|
398 </dd> |
|
399 </dl> |
|
400 <div align="right"><a href="#top">Up</a></div> |
|
401 <hr /> |
|
402 </body></html> |