--- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Wed Nov 06 19:44:42 2013 +0100 +++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Fri Nov 08 19:22:12 2013 +0100 @@ -181,6 +181,9 @@ <td><a href="#QsciScintillaCompat.foldLevelAt">foldLevelAt</a></td> <td>Public method to get the fold level of a line of the document.</td> </tr><tr> +<td><a href="#QsciScintillaCompat.getCaretLineAlwaysVisible">getCaretLineAlwaysVisible</a></td> +<td>Public method to determine, if the caret line is visible even if the editor doesn't have the focus.</td> +</tr><tr> <td><a href="#QsciScintillaCompat.getCursorFlashTime">getCursorFlashTime</a></td> <td>Public method to get the flash (blink) time of the cursor in milliseconds.</td> </tr><tr> @@ -280,6 +283,9 @@ <td><a href="#QsciScintillaCompat.selectionIsRectangle">selectionIsRectangle</a></td> <td>Public method to check, if the current selection is rectangular.</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><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> @@ -751,7 +757,13 @@ <dd> fold level of the given line (integer) </dd> -</dl><a NAME="QsciScintillaCompat.getCursorFlashTime" ID="QsciScintillaCompat.getCursorFlashTime"></a> +</dl><a NAME="QsciScintillaCompat.getCaretLineAlwaysVisible" ID="QsciScintillaCompat.getCaretLineAlwaysVisible"></a> +<h4>QsciScintillaCompat.getCaretLineAlwaysVisible</h4> +<b>getCaretLineAlwaysVisible</b>(<i></i>) +<p> + Public method to determine, if the caret line is visible even if + the editor doesn't have the focus. +</p><a NAME="QsciScintillaCompat.getCursorFlashTime" ID="QsciScintillaCompat.getCursorFlashTime"></a> <h4>QsciScintillaCompat.getCursorFlashTime</h4> <b>getCursorFlashTime</b>(<i></i>) <p> @@ -1141,6 +1153,18 @@ <dd> flag indicating a rectangular selection (boolean) </dd> +</dl><a NAME="QsciScintillaCompat.setCaretLineAlwaysVisible" ID="QsciScintillaCompat.setCaretLineAlwaysVisible"></a> +<h4>QsciScintillaCompat.setCaretLineAlwaysVisible</h4> +<b>setCaretLineAlwaysVisible</b>(<i>alwaysVisible</i>) +<p> + Public method to set the caret line visible even if the editor doesn't + have the focus. +</p><dl> +<dt><i>alwaysVisible</i></dt> +<dd> +flag indicating that the caret line shall be + 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>)