src/eric7/Documentation/Source/eric7.QScintilla.Editor.html

branch
eric7
changeset 9643
10839ab864e0
parent 9454
f3cf935c0c66
child 9758
6d24ab9c0404
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Fri Dec 23 10:58:36 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Fri Dec 23 11:35:54 2022 +0100
@@ -183,6 +183,10 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#Editor.__aboutToShowContextMenu">__aboutToShowContextMenu</a></td>
+<td>Private slot handling the aboutToShow signal of the context menu.</td>
+</tr>
+<tr>
 <td><a href="#Editor.__addBreakPoint">__addBreakPoint</a></td>
 <td>Private method to add a new breakpoint.</td>
 </tr>
@@ -792,7 +796,7 @@
 </tr>
 <tr>
 <td><a href="#Editor.__showContextMenu">__showContextMenu</a></td>
-<td>Private slot handling the aboutToShow signal of the context menu.</td>
+<td>Private slot to show a context menu.</td>
 </tr>
 <tr>
 <td><a href="#Editor.__showContextMenuAutocompletion">__showContextMenuAutocompletion</a></td>
@@ -1059,10 +1063,6 @@
 <td>Public method to show the completions determined by a completions provider.</td>
 </tr>
 <tr>
-<td><a href="#Editor.contextMenuEvent">contextMenuEvent</a></td>
-<td>Protected method implementing the context menu event.</td>
-</tr>
-<tr>
 <td><a href="#Editor.curLineHasBreakpoint">curLineHasBreakpoint</a></td>
 <td>Public method to check for the presence of a breakpoint at the current line.</td>
 </tr>
@@ -1807,6 +1807,13 @@
 raised to indicate an issue accessing the file
 </dd>
 </dl>
+<a NAME="Editor.__aboutToShowContextMenu" ID="Editor.__aboutToShowContextMenu"></a>
+<h4>Editor.__aboutToShowContextMenu</h4>
+<b>__aboutToShowContextMenu</b>(<i></i>)
+
+<p>
+        Private slot handling the aboutToShow signal of the context menu.
+</p>
 <a NAME="Editor.__addBreakPoint" ID="Editor.__addBreakPoint"></a>
 <h4>Editor.__addBreakPoint</h4>
 <b>__addBreakPoint</b>(<i>line, temporary</i>)
@@ -3827,11 +3834,18 @@
 </dl>
 <a NAME="Editor.__showContextMenu" ID="Editor.__showContextMenu"></a>
 <h4>Editor.__showContextMenu</h4>
-<b>__showContextMenu</b>(<i></i>)
-
-<p>
-        Private slot handling the aboutToShow signal of the context menu.
-</p>
+<b>__showContextMenu</b>(<i>pos</i>)
+
+<p>
+        Private slot to show a context menu.
+</p>
+<dl>
+
+<dt><i>pos</i> (QPoint)</dt>
+<dd>
+position for the context menu
+</dd>
+</dl>
 <a NAME="Editor.__showContextMenuAutocompletion" ID="Editor.__showContextMenuAutocompletion"></a>
 <h4>Editor.__showContextMenuAutocompletion</h4>
 <b>__showContextMenuAutocompletion</b>(<i></i>)
@@ -4593,20 +4607,6 @@
 text to be completed
 </dd>
 </dl>
-<a NAME="Editor.contextMenuEvent" ID="Editor.contextMenuEvent"></a>
-<h4>Editor.contextMenuEvent</h4>
-<b>contextMenuEvent</b>(<i>evt</i>)
-
-<p>
-        Protected method implementing the context menu event.
-</p>
-<dl>
-
-<dt><i>evt</i></dt>
-<dd>
-the context menu event (QContextMenuEvent)
-</dd>
-</dl>
 <a NAME="Editor.curLineHasBreakpoint" ID="Editor.curLineHasBreakpoint"></a>
 <h4>Editor.curLineHasBreakpoint</h4>
 <b>curLineHasBreakpoint</b>(<i></i>)

eric ide

mercurial