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

branch
eric7
changeset 8482
26cd6e5e4087
parent 8372
e0227a7c850e
child 8490
22230c2591c3
--- a/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html	Wed Jul 28 17:02:19 2021 +0200
+++ b/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html	Wed Jul 28 17:02:33 2021 +0200
@@ -110,18 +110,6 @@
 <td>Protected method to encode a string depending on the current mode.</td>
 </tr>
 <tr>
-<td><a href="#QsciScintillaCompat.autoCompleteFromAPIs">autoCompleteFromAPIs</a></td>
-<td>Public method to resize list box after creation.</td>
-</tr>
-<tr>
-<td><a href="#QsciScintillaCompat.autoCompleteFromAll">autoCompleteFromAll</a></td>
-<td>Public method to resize list box after creation.</td>
-</tr>
-<tr>
-<td><a href="#QsciScintillaCompat.autoCompleteFromDocument">autoCompleteFromDocument</a></td>
-<td>Public method to resize list box after creation.</td>
-</tr>
-<tr>
 <td><a href="#QsciScintillaCompat.byteAt">byteAt</a></td>
 <td>Public method to get the raw character (bytes) at a position in the text.</td>
 </tr>
@@ -442,6 +430,10 @@
 <td>Public method to check, if the current selection is rectangular.</td>
 </tr>
 <tr>
+<td><a href="#QsciScintillaCompat.setAutoCompletionWidgetSize">setAutoCompletionWidgetSize</a></td>
+<td>Public method to set the size of completion and user lists.</td>
+</tr>
+<tr>
 <td><a href="#QsciScintillaCompat.setCaretLineAlwaysVisible">setCaretLineAlwaysVisible</a></td>
 <td>Public method to set the caret line visible even if the editor doesn't have the focus.</td>
 </tr>
@@ -510,10 +502,6 @@
 <td>Public method to show the find indicator for the given range.</td>
 </tr>
 <tr>
-<td><a href="#QsciScintillaCompat.showUserList">showUserList</a></td>
-<td>Public method to show a user supplied list.</td>
-</tr>
-<tr>
 <td><a href="#QsciScintillaCompat.startStyling">startStyling</a></td>
 <td>Public method to prepare styling.</td>
 </tr>
@@ -522,10 +510,6 @@
 <td>Public method to get the style at a position in the text.</td>
 </tr>
 <tr>
-<td><a href="#QsciScintillaCompat.updateUserListSize">updateUserListSize</a></td>
-<td>Public method to resize the completion list to fit with contents.</td>
-</tr>
-<tr>
 <td><a href="#QsciScintillaCompat.updateVerticalScrollBar">updateVerticalScrollBar</a></td>
 <td>Public method to update the vertical scroll bar to reflect the additional lines added by annotations.</td>
 </tr>
@@ -651,27 +635,6 @@
 encoded string (bytes)
 </dd>
 </dl>
-<a NAME="QsciScintillaCompat.autoCompleteFromAPIs" ID="QsciScintillaCompat.autoCompleteFromAPIs"></a>
-<h4>QsciScintillaCompat.autoCompleteFromAPIs</h4>
-<b>autoCompleteFromAPIs</b>(<i></i>)
-
-<p>
-        Public method to resize list box after creation.
-</p>
-<a NAME="QsciScintillaCompat.autoCompleteFromAll" ID="QsciScintillaCompat.autoCompleteFromAll"></a>
-<h4>QsciScintillaCompat.autoCompleteFromAll</h4>
-<b>autoCompleteFromAll</b>(<i></i>)
-
-<p>
-        Public method to resize list box after creation.
-</p>
-<a NAME="QsciScintillaCompat.autoCompleteFromDocument" ID="QsciScintillaCompat.autoCompleteFromDocument"></a>
-<h4>QsciScintillaCompat.autoCompleteFromDocument</h4>
-<b>autoCompleteFromDocument</b>(<i></i>)
-
-<p>
-        Public method to resize list box after creation.
-</p>
 <a NAME="QsciScintillaCompat.byteAt" ID="QsciScintillaCompat.byteAt"></a>
 <h4>QsciScintillaCompat.byteAt</h4>
 <b>byteAt</b>(<i>pos</i>)
@@ -1990,6 +1953,24 @@
 flag indicating a rectangular selection (boolean)
 </dd>
 </dl>
+<a NAME="QsciScintillaCompat.setAutoCompletionWidgetSize" ID="QsciScintillaCompat.setAutoCompletionWidgetSize"></a>
+<h4>QsciScintillaCompat.setAutoCompletionWidgetSize</h4>
+<b>setAutoCompletionWidgetSize</b>(<i>chars, lines</i>)
+
+<p>
+        Public method to set the size of completion and user lists.
+</p>
+<dl>
+
+<dt><i>chars</i> (int)</dt>
+<dd>
+max. number of chars to show
+</dd>
+<dt><i>lines</i> (int)</dt>
+<dd>
+max. number of lines to show
+</dd>
+</dl>
 <a NAME="QsciScintillaCompat.setCaretLineAlwaysVisible" ID="QsciScintillaCompat.setCaretLineAlwaysVisible"></a>
 <h4>QsciScintillaCompat.setCaretLineAlwaysVisible</h4>
 <b>setCaretLineAlwaysVisible</b>(<i>alwaysVisible</i>)
@@ -2309,24 +2290,6 @@
 index of the indicator end (integer)
 </dd>
 </dl>
-<a NAME="QsciScintillaCompat.showUserList" ID="QsciScintillaCompat.showUserList"></a>
-<h4>QsciScintillaCompat.showUserList</h4>
-<b>showUserList</b>(<i>listId, lst</i>)
-
-<p>
-        Public method to show a user supplied list.
-</p>
-<dl>
-
-<dt><i>listId</i></dt>
-<dd>
-id of the list (integer)
-</dd>
-<dt><i>lst</i></dt>
-<dd>
-list to be show (list of strings)
-</dd>
-</dl>
 <a NAME="QsciScintillaCompat.startStyling" ID="QsciScintillaCompat.startStyling"></a>
 <h4>QsciScintillaCompat.startStyling</h4>
 <b>startStyling</b>(<i>pos, mask</i>)
@@ -2366,13 +2329,6 @@
             is negative or past the end of the document (integer)
 </dd>
 </dl>
-<a NAME="QsciScintillaCompat.updateUserListSize" ID="QsciScintillaCompat.updateUserListSize"></a>
-<h4>QsciScintillaCompat.updateUserListSize</h4>
-<b>updateUserListSize</b>(<i></i>)
-
-<p>
-        Public method to resize the completion list to fit with contents.
-</p>
 <a NAME="QsciScintillaCompat.updateVerticalScrollBar" ID="QsciScintillaCompat.updateVerticalScrollBar"></a>
 <h4>QsciScintillaCompat.updateVerticalScrollBar</h4>
 <b>updateVerticalScrollBar</b>(<i></i>)

eric ide

mercurial