diff -r ae6032e4b4ef -r aac629a05f8b eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html --- a/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html Sun Sep 05 18:07:03 2021 +0200 +++ b/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html Mon Sep 06 19:52:37 2021 +0200 @@ -130,6 +130,10 @@ <td>Public method to test, if the paste action is available (i.e.</td> </tr> <tr> +<td><a href="#QsciScintillaCompat.cancelCallTips">cancelCallTips</a></td> +<td>Public method to cancel displayed call tips.</td> +</tr> +<tr> <td><a href="#QsciScintillaCompat.charAt">charAt</a></td> <td>Public method to get the character at a position in the text observing multibyte characters.</td> </tr> @@ -158,10 +162,6 @@ <td>Public method to set the styles according the selected Qt style.</td> </tr> <tr> -<td><a href="#QsciScintillaCompat.contractedFolds">contractedFolds</a></td> -<td>Public method to get a list of line numbers of collapsed folds.</td> -</tr> -<tr> <td><a href="#QsciScintillaCompat.currentPosition">currentPosition</a></td> <td>Public method to get the current position.</td> </tr> @@ -450,10 +450,6 @@ <td>Public method to set the caret line visible even if the editor doesn't have the focus.</td> </tr> <tr> -<td><a href="#QsciScintillaCompat.setContractedFolds">setContractedFolds</a></td> -<td>Public method to set a list of line numbers of collapsed folds.</td> -</tr> -<tr> <td><a href="#QsciScintillaCompat.setCurrentIndicator">setCurrentIndicator</a></td> <td>Public method to set the current indicator.</td> </tr> @@ -718,6 +714,13 @@ bool </dd> </dl> +<a NAME="QsciScintillaCompat.cancelCallTips" ID="QsciScintillaCompat.cancelCallTips"></a> +<h4>QsciScintillaCompat.cancelCallTips</h4> +<b>cancelCallTips</b>(<i></i>) + +<p> + Public method to cancel displayed call tips. +</p> <a NAME="QsciScintillaCompat.charAt" ID="QsciScintillaCompat.charAt"></a> <h4>QsciScintillaCompat.charAt</h4> <b>charAt</b>(<i>pos</i>) @@ -830,19 +833,6 @@ <p> Public method to set the styles according the selected Qt style. </p> -<a NAME="QsciScintillaCompat.contractedFolds" ID="QsciScintillaCompat.contractedFolds"></a> -<h4>QsciScintillaCompat.contractedFolds</h4> -<b>contractedFolds</b>(<i></i>) - -<p> - Public method to get a list of line numbers of collapsed folds. -</p> -<dl> -<dt>Return:</dt> -<dd> -list of line numbers of folded lines (list of integer) -</dd> -</dl> <a NAME="QsciScintillaCompat.currentPosition" ID="QsciScintillaCompat.currentPosition"></a> <h4>QsciScintillaCompat.currentPosition</h4> <b>currentPosition</b>(<i></i>) @@ -2028,20 +2018,6 @@ visible even if the editor doesn't have the focus (boolean) </dd> </dl> -<a NAME="QsciScintillaCompat.setContractedFolds" ID="QsciScintillaCompat.setContractedFolds"></a> -<h4>QsciScintillaCompat.setContractedFolds</h4> -<b>setContractedFolds</b>(<i>folds</i>) - -<p> - Public method to set a list of line numbers of collapsed folds. -</p> -<dl> - -<dt><i>folds</i></dt> -<dd> -list of line numbers of folded lines (list of integer) -</dd> -</dl> <a NAME="QsciScintillaCompat.setCurrentIndicator" ID="QsciScintillaCompat.setCurrentIndicator"></a> <h4>QsciScintillaCompat.setCurrentIndicator</h4> <b>setCurrentIndicator</b>(<i>indicator</i>)