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

branch
eric7
changeset 8490
22230c2591c3
parent 8482
26cd6e5e4087
child 8583
aac629a05f8b
diff -r 45af30c5561d -r 22230c2591c3 eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html
--- a/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html	Thu Jul 29 19:39:19 2021 +0200
+++ b/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html	Thu Jul 29 19:40:12 2021 +0200
@@ -110,6 +110,18 @@
 <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>
@@ -502,6 +514,10 @@
 <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>
@@ -510,6 +526,10 @@
 <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>
@@ -635,6 +655,27 @@
 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>)
@@ -2290,6 +2331,24 @@
 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>)
@@ -2329,6 +2388,13 @@
             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