--- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Fri Mar 11 16:51:57 2011 +0100 @@ -307,7 +307,7 @@ </table> <a NAME="QsciScintillaCompat.__init__" ID="QsciScintillaCompat.__init__"></a> <h4>QsciScintillaCompat (Constructor)</h4> -<b>QsciScintillaCompat</b>(<i>parent = None</i>) +<b>QsciScintillaCompat</b>(<i>parent=None</i>) <p> Constructor </p><dl> @@ -333,7 +333,7 @@ </dd> </dl><a NAME="QsciScintillaCompat.__setFoldMarker" ID="QsciScintillaCompat.__setFoldMarker"></a> <h4>QsciScintillaCompat.__setFoldMarker</h4> -<b>__setFoldMarker</b>(<i>marknr, mark = QsciScintilla.SC_MARK_EMPTY</i>) +<b>__setFoldMarker</b>(<i>marknr, mark=QsciScintilla.SC_MARK_EMPTY</i>) <p> Private method to define a fold marker. </p><dl> @@ -380,7 +380,7 @@ <h4>QsciScintillaCompat.charAt</h4> <b>charAt</b>(<i>pos</i>) <p> - Public method to get the character at a position in the text observing + Public method to get the character at a position in the text observing multibyte characters. </p><dl> <dt><i>pos</i></dt> @@ -576,7 +576,7 @@ Public method to extend the selection one word to the right. </p><a NAME="QsciScintillaCompat.findFirstTarget" ID="QsciScintillaCompat.findFirstTarget"></a> <h4>QsciScintillaCompat.findFirstTarget</h4> -<b>findFirstTarget</b>(<i>expr_, re_, cs_, wo_, begline = -1, begindex = -1, endline = -1, endindex = -1, ws_ = False</i>) +<b>findFirstTarget</b>(<i>expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False</i>) <p> Public method to search in a specified range of text without setting the selection. @@ -706,7 +706,7 @@ Public method to get the flash (blink) time of the cursor in milliseconds. </p><p> - The flash time is the time required to display, invert and restore the + The flash time is the time required to display, invert and restore the caret display. Usually the text cursor is displayed for half the cursor flash time, then hidden for the same amount of time. </p><dl> @@ -1018,7 +1018,7 @@ <h4>QsciScintillaCompat.setContractedFolds</h4> <b>setContractedFolds</b>(<i>folds</i>) <p> - Public method to set a list of line numbers of collapsed folds. + Public method to set a list of line numbers of collapsed folds. </p><dl> <dt><i>folds</i></dt> <dd> @@ -1047,7 +1047,7 @@ Public method to get the flash (blink) time of the cursor in milliseconds. </p><p> - The flash time is the time required to display, invert and restore the + The flash time is the time required to display, invert and restore the caret display. Usually the text cursor is displayed for half the cursor flash time, then hidden for the same amount of time. </p><dl> @@ -1081,7 +1081,7 @@ </dd> </dl><a NAME="QsciScintillaCompat.setFolding" ID="QsciScintillaCompat.setFolding"></a> <h4>QsciScintillaCompat.setFolding</h4> -<b>setFolding</b>(<i>style, margin = 2</i>) +<b>setFolding</b>(<i>style, margin=2</i>) <p> Public method to set the folding style and margin. </p><dl> @@ -1155,7 +1155,7 @@ </dd> </dl><a NAME="QsciScintillaCompat.setLexer" ID="QsciScintillaCompat.setLexer"></a> <h4>QsciScintillaCompat.setLexer</h4> -<b>setLexer</b>(<i>lex = None</i>) +<b>setLexer</b>(<i>lex=None</i>) <p> Public method to set the lexer. </p><dl> @@ -1230,7 +1230,7 @@ </dd> </dl><a NAME="QsciScintillaCompat.zoomIn" ID="QsciScintillaCompat.zoomIn"></a> <h4>QsciScintillaCompat.zoomIn</h4> -<b>zoomIn</b>(<i>zoom = 1</i>) +<b>zoomIn</b>(<i>zoom=1</i>) <p> Public method used to increase the zoom factor. </p><dl> @@ -1240,7 +1240,7 @@ </dd> </dl><a NAME="QsciScintillaCompat.zoomOut" ID="QsciScintillaCompat.zoomOut"></a> <h4>QsciScintillaCompat.zoomOut</h4> -<b>zoomOut</b>(<i>zoom = 1</i>) +<b>zoomOut</b>(<i>zoom=1</i>) <p> Public method used to decrease the zoom factor. </p><dl>