90 <td><a href="#AssistantJedi.__editorOpened">__editorOpened</a></td> |
90 <td><a href="#AssistantJedi.__editorOpened">__editorOpened</a></td> |
91 <td>Private slot called, when a new editor was opened.</td> |
91 <td>Private slot called, when a new editor was opened.</td> |
92 </tr> |
92 </tr> |
93 <tr> |
93 <tr> |
94 <td><a href="#AssistantJedi.__editorShowMenu">__editorShowMenu</a></td> |
94 <td><a href="#AssistantJedi.__editorShowMenu">__editorShowMenu</a></td> |
95 <td></td> |
95 <td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> |
96 </tr> |
96 </tr> |
97 <tr> |
97 <tr> |
98 <td><a href="#AssistantJedi.__initRefactoringMenu">__initRefactoringMenu</a></td> |
98 <td><a href="#AssistantJedi.__initRefactoringMenu">__initRefactoringMenu</a></td> |
99 <td>Private method to initialize the Refactoring menu.</td> |
99 <td>Private method to initialize the Refactoring menu.</td> |
100 </tr> |
100 </tr> |
266 </dl> |
266 </dl> |
267 <a NAME="AssistantJedi.__editorShowMenu" ID="AssistantJedi.__editorShowMenu"></a> |
267 <a NAME="AssistantJedi.__editorShowMenu" ID="AssistantJedi.__editorShowMenu"></a> |
268 <h4>AssistantJedi.__editorShowMenu</h4> |
268 <h4>AssistantJedi.__editorShowMenu</h4> |
269 <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) |
269 <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) |
270 |
270 |
|
271 <p> |
|
272 Private slot called, when the the editor context menu or a submenu is |
|
273 about to be shown. |
|
274 </p> |
|
275 <dl> |
|
276 |
|
277 <dt><i>menuName</i> (str)</dt> |
|
278 <dd> |
|
279 name of the menu to be shown |
|
280 </dd> |
|
281 <dt><i>menu</i> (QMenu)</dt> |
|
282 <dd> |
|
283 reference to the menu |
|
284 </dd> |
|
285 <dt><i>editor</i> (Editor)</dt> |
|
286 <dd> |
|
287 reference to the editor |
|
288 </dd> |
|
289 </dl> |
271 <a NAME="AssistantJedi.__initRefactoringMenu" ID="AssistantJedi.__initRefactoringMenu"></a> |
290 <a NAME="AssistantJedi.__initRefactoringMenu" ID="AssistantJedi.__initRefactoringMenu"></a> |
272 <h4>AssistantJedi.__initRefactoringMenu</h4> |
291 <h4>AssistantJedi.__initRefactoringMenu</h4> |
273 <b>__initRefactoringMenu</b>(<i></i>) |
292 <b>__initRefactoringMenu</b>(<i></i>) |
274 |
293 |
275 <p> |
294 <p> |