--- a/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html Fri Jun 01 13:44:20 2018 +0200 +++ b/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html Fri Jun 01 13:44:33 2018 +0200 @@ -88,6 +88,15 @@ <td><a href="#QsciScintillaCompat._encodeString">_encodeString</a></td> <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><tr> @@ -385,6 +394,9 @@ <td><a href="#QsciScintillaCompat.styleAt">styleAt</a></td> <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><tr> @@ -478,7 +490,22 @@ <dd> encoded string (bytes) </dd> -</dl><a NAME="QsciScintillaCompat.byteAt" ID="QsciScintillaCompat.byteAt"></a> +</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>) <p> @@ -1688,7 +1715,7 @@ <h4>QsciScintillaCompat.showUserList</h4> <b>showUserList</b>(<i>listId, lst</i>) <p> - Public method to show a user supplied list. + Public method to show a user supplied list. </p><dl> <dt><i>listId</i></dt> <dd> @@ -1726,7 +1753,12 @@ style at the requested position or 0, if the position is negative or past the end of the document (integer) </dd> -</dl><a NAME="QsciScintillaCompat.updateVerticalScrollBar" ID="QsciScintillaCompat.updateVerticalScrollBar"></a> +</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>) <p>