--- a/PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PluginPrintRemover.html Thu Jan 01 13:28:48 2015 +0100 +++ b/PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PluginPrintRemover.html Mon Jan 05 19:26:52 2015 +0100 @@ -75,6 +75,9 @@ <td><a href="#PrintRemoverPlugin.__editorOpened">__editorOpened</a></td> <td>Private slot called, when a new editor was opened.</td> </tr><tr> +<td><a href="#PrintRemoverPlugin.__editorShowMenu">__editorShowMenu</a></td> +<td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> +</tr><tr> <td><a href="#PrintRemoverPlugin.__initMenu">__initMenu</a></td> <td>Private method to initialize the menu.</td> </tr><tr> @@ -137,6 +140,23 @@ <dd> reference to the new editor (QScintilla.Editor) </dd> +</dl><a NAME="PrintRemoverPlugin.__editorShowMenu" ID="PrintRemoverPlugin.__editorShowMenu"></a> +<h4>PrintRemoverPlugin.__editorShowMenu</h4> +<b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) +<p> + Private slot called, when the the editor context menu or a submenu is + about to be shown. +</p><dl> +<dt><i>menuName</i></dt> +<dd> +name of the menu to be shown (string) +</dd><dt><i>menu</i></dt> +<dd> +reference to the menu (QMenu) +</dd><dt><i>editor</i></dt> +<dd> +reference to the editor +</dd> </dl><a NAME="PrintRemoverPlugin.__initMenu" ID="PrintRemoverPlugin.__initMenu"></a> <h4>PrintRemoverPlugin.__initMenu</h4> <b>__initMenu</b>(<i></i>)