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

branch
eric7
changeset 10346
96b387d43981
parent 10257
904c71a0e37f
child 10431
64157aeb0312
--- a/src/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html	Mon Nov 27 14:45:11 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html	Mon Nov 27 15:11:45 2023 +0100
@@ -76,10 +76,6 @@
 <td>Constructor</td>
 </tr>
 <tr>
-<td><a href="#QsciScintillaCompat.__completionListSelected">__completionListSelected</a></td>
-<td>Private slot to handle the selection from the completion list.</td>
-</tr>
-<tr>
 <td><a href="#QsciScintillaCompat.__doSearchTarget">__doSearchTarget</a></td>
 <td>Private method to perform the search in target.</td>
 </tr>
@@ -92,6 +88,10 @@
 <td>Private method to define a fold marker.</td>
 </tr>
 <tr>
+<td><a href="#QsciScintillaCompat.__userListActivated">__userListActivated</a></td>
+<td>Private slot to handle the selection from the completion list.</td>
+</tr>
+<tr>
 <td><a href="#QsciScintillaCompat._encodeString">_encodeString</a></td>
 <td>Protected method to encode a string depending on the current mode.</td>
 </tr>
@@ -568,30 +568,6 @@
 parent widget (QWidget)
 </dd>
 </dl>
-<a NAME="QsciScintillaCompat.__completionListSelected" ID="QsciScintillaCompat.__completionListSelected"></a>
-<h4>QsciScintillaCompat.__completionListSelected</h4>
-<b>__completionListSelected</b>(<i>listId, txt</i>)
-
-<p>
-        Private slot to handle the selection from the completion list.
-</p>
-<p>
-        Note: This works around an issue of some window managers taking
-        focus away from the application when clicked inside a completion
-        list but not giving it back when an item is selected via a
-        double-click.
-</p>
-<dl>
-
-<dt><i>listId</i></dt>
-<dd>
-the ID of the user list (integer)
-</dd>
-<dt><i>txt</i></dt>
-<dd>
-the selected text (string)
-</dd>
-</dl>
 <a NAME="QsciScintillaCompat.__doSearchTarget" ID="QsciScintillaCompat.__doSearchTarget"></a>
 <h4>QsciScintillaCompat.__doSearchTarget</h4>
 <b>__doSearchTarget</b>(<i></i>)
@@ -637,6 +613,30 @@
 fold mark symbol to be used (integer)
 </dd>
 </dl>
+<a NAME="QsciScintillaCompat.__userListActivated" ID="QsciScintillaCompat.__userListActivated"></a>
+<h4>QsciScintillaCompat.__userListActivated</h4>
+<b>__userListActivated</b>(<i>listId, txt</i>)
+
+<p>
+        Private slot to handle the selection from the completion list.
+</p>
+<p>
+        Note: This works around an issue of some window managers taking
+        focus away from the application when clicked inside a completion
+        list but not giving it back when an item is selected via a
+        double-click.
+</p>
+<dl>
+
+<dt><i>listId</i></dt>
+<dd>
+the ID of the user list (integer)
+</dd>
+<dt><i>txt</i></dt>
+<dd>
+the selected text (string)
+</dd>
+</dl>
 <a NAME="QsciScintillaCompat._encodeString" ID="QsciScintillaCompat._encodeString"></a>
 <h4>QsciScintillaCompat._encodeString</h4>
 <b>_encodeString</b>(<i>string</i>)

eric ide

mercurial