--- a/PySide2PyQt/Documentation/source/Plugin_Tools_PySide2PyQt.PluginPySide2PyQt.html Thu Jan 01 13:29:02 2015 +0100 +++ b/PySide2PyQt/Documentation/source/Plugin_Tools_PySide2PyQt.PluginPySide2PyQt.html Mon Jan 05 19:32:53 2015 +0100 @@ -66,6 +66,9 @@ <td><a href="#PySide2PyQtPlugin.__editorOpened">__editorOpened</a></td> <td>Private slot called, when a new editor was opened.</td> </tr><tr> +<td><a href="#PySide2PyQtPlugin.__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="#PySide2PyQtPlugin.__initMenu">__initMenu</a></td> <td>Private method to initialize the menu.</td> </tr><tr> @@ -122,6 +125,23 @@ <dd> reference to the new editor (QScintilla.Editor) </dd> +</dl><a NAME="PySide2PyQtPlugin.__editorShowMenu" ID="PySide2PyQtPlugin.__editorShowMenu"></a> +<h4>PySide2PyQtPlugin.__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="PySide2PyQtPlugin.__initMenu" ID="PySide2PyQtPlugin.__initMenu"></a> <h4>PySide2PyQtPlugin.__initMenu</h4> <b>__initMenu</b>(<i></i>)