Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html

changeset 945
8cd4d08fa9f6
parent 938
f421f2138c0f
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
305 <td>Public method used to zoom to a specific zoom factor.</td> 305 <td>Public method used to zoom to a specific zoom factor.</td>
306 </tr> 306 </tr>
307 </table> 307 </table>
308 <a NAME="QsciScintillaCompat.__init__" ID="QsciScintillaCompat.__init__"></a> 308 <a NAME="QsciScintillaCompat.__init__" ID="QsciScintillaCompat.__init__"></a>
309 <h4>QsciScintillaCompat (Constructor)</h4> 309 <h4>QsciScintillaCompat (Constructor)</h4>
310 <b>QsciScintillaCompat</b>(<i>parent = None</i>) 310 <b>QsciScintillaCompat</b>(<i>parent=None</i>)
311 <p> 311 <p>
312 Constructor 312 Constructor
313 </p><dl> 313 </p><dl>
314 <dt><i>parent</i></dt> 314 <dt><i>parent</i></dt>
315 <dd> 315 <dd>
331 <dd> 331 <dd>
332 flag indicating a successful search (boolean) 332 flag indicating a successful search (boolean)
333 </dd> 333 </dd>
334 </dl><a NAME="QsciScintillaCompat.__setFoldMarker" ID="QsciScintillaCompat.__setFoldMarker"></a> 334 </dl><a NAME="QsciScintillaCompat.__setFoldMarker" ID="QsciScintillaCompat.__setFoldMarker"></a>
335 <h4>QsciScintillaCompat.__setFoldMarker</h4> 335 <h4>QsciScintillaCompat.__setFoldMarker</h4>
336 <b>__setFoldMarker</b>(<i>marknr, mark = QsciScintilla.SC_MARK_EMPTY</i>) 336 <b>__setFoldMarker</b>(<i>marknr, mark=QsciScintilla.SC_MARK_EMPTY</i>)
337 <p> 337 <p>
338 Private method to define a fold marker. 338 Private method to define a fold marker.
339 </p><dl> 339 </p><dl>
340 <dt><i>marknr</i></dt> 340 <dt><i>marknr</i></dt>
341 <dd> 341 <dd>
378 </dd> 378 </dd>
379 </dl><a NAME="QsciScintillaCompat.charAt" ID="QsciScintillaCompat.charAt"></a> 379 </dl><a NAME="QsciScintillaCompat.charAt" ID="QsciScintillaCompat.charAt"></a>
380 <h4>QsciScintillaCompat.charAt</h4> 380 <h4>QsciScintillaCompat.charAt</h4>
381 <b>charAt</b>(<i>pos</i>) 381 <b>charAt</b>(<i>pos</i>)
382 <p> 382 <p>
383 Public method to get the character at a position in the text observing 383 Public method to get the character at a position in the text observing
384 multibyte characters. 384 multibyte characters.
385 </p><dl> 385 </p><dl>
386 <dt><i>pos</i></dt> 386 <dt><i>pos</i></dt>
387 <dd> 387 <dd>
388 position in the text (integer) 388 position in the text (integer)
574 <b>extendSelectionWordRight</b>(<i></i>) 574 <b>extendSelectionWordRight</b>(<i></i>)
575 <p> 575 <p>
576 Public method to extend the selection one word to the right. 576 Public method to extend the selection one word to the right.
577 </p><a NAME="QsciScintillaCompat.findFirstTarget" ID="QsciScintillaCompat.findFirstTarget"></a> 577 </p><a NAME="QsciScintillaCompat.findFirstTarget" ID="QsciScintillaCompat.findFirstTarget"></a>
578 <h4>QsciScintillaCompat.findFirstTarget</h4> 578 <h4>QsciScintillaCompat.findFirstTarget</h4>
579 <b>findFirstTarget</b>(<i>expr_, re_, cs_, wo_, begline = -1, begindex = -1, endline = -1, endindex = -1, ws_ = False</i>) 579 <b>findFirstTarget</b>(<i>expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False</i>)
580 <p> 580 <p>
581 Public method to search in a specified range of text without 581 Public method to search in a specified range of text without
582 setting the selection. 582 setting the selection.
583 </p><dl> 583 </p><dl>
584 <dt><i>expr_</i></dt> 584 <dt><i>expr_</i></dt>
704 <b>getCursorFlashTime</b>(<i></i>) 704 <b>getCursorFlashTime</b>(<i></i>)
705 <p> 705 <p>
706 Public method to get the flash (blink) time of the cursor in 706 Public method to get the flash (blink) time of the cursor in
707 milliseconds. 707 milliseconds.
708 </p><p> 708 </p><p>
709 The flash time is the time required to display, invert and restore the 709 The flash time is the time required to display, invert and restore the
710 caret display. Usually the text cursor is displayed for half the cursor 710 caret display. Usually the text cursor is displayed for half the cursor
711 flash time, then hidden for the same amount of time. 711 flash time, then hidden for the same amount of time.
712 </p><dl> 712 </p><dl>
713 <dt>Returns:</dt> 713 <dt>Returns:</dt>
714 <dd> 714 <dd>
1016 </dd> 1016 </dd>
1017 </dl><a NAME="QsciScintillaCompat.setContractedFolds" ID="QsciScintillaCompat.setContractedFolds"></a> 1017 </dl><a NAME="QsciScintillaCompat.setContractedFolds" ID="QsciScintillaCompat.setContractedFolds"></a>
1018 <h4>QsciScintillaCompat.setContractedFolds</h4> 1018 <h4>QsciScintillaCompat.setContractedFolds</h4>
1019 <b>setContractedFolds</b>(<i>folds</i>) 1019 <b>setContractedFolds</b>(<i>folds</i>)
1020 <p> 1020 <p>
1021 Public method to set a list of line numbers of collapsed folds. 1021 Public method to set a list of line numbers of collapsed folds.
1022 </p><dl> 1022 </p><dl>
1023 <dt><i>folds</i></dt> 1023 <dt><i>folds</i></dt>
1024 <dd> 1024 <dd>
1025 list of line numbers of folded lines (list of integer) 1025 list of line numbers of folded lines (list of integer)
1026 </dd> 1026 </dd>
1045 <b>setCursorFlashTime</b>(<i>time</i>) 1045 <b>setCursorFlashTime</b>(<i>time</i>)
1046 <p> 1046 <p>
1047 Public method to get the flash (blink) time of the cursor in 1047 Public method to get the flash (blink) time of the cursor in
1048 milliseconds. 1048 milliseconds.
1049 </p><p> 1049 </p><p>
1050 The flash time is the time required to display, invert and restore the 1050 The flash time is the time required to display, invert and restore the
1051 caret display. Usually the text cursor is displayed for half the cursor 1051 caret display. Usually the text cursor is displayed for half the cursor
1052 flash time, then hidden for the same amount of time. 1052 flash time, then hidden for the same amount of time.
1053 </p><dl> 1053 </p><dl>
1054 <dt><i>time</i></dt> 1054 <dt><i>time</i></dt>
1055 <dd> 1055 <dd>
1079 <dd> 1079 <dd>
1080 background color (QColor) 1080 background color (QColor)
1081 </dd> 1081 </dd>
1082 </dl><a NAME="QsciScintillaCompat.setFolding" ID="QsciScintillaCompat.setFolding"></a> 1082 </dl><a NAME="QsciScintillaCompat.setFolding" ID="QsciScintillaCompat.setFolding"></a>
1083 <h4>QsciScintillaCompat.setFolding</h4> 1083 <h4>QsciScintillaCompat.setFolding</h4>
1084 <b>setFolding</b>(<i>style, margin = 2</i>) 1084 <b>setFolding</b>(<i>style, margin=2</i>)
1085 <p> 1085 <p>
1086 Public method to set the folding style and margin. 1086 Public method to set the folding style and margin.
1087 </p><dl> 1087 </p><dl>
1088 <dt><i>style</i></dt> 1088 <dt><i>style</i></dt>
1089 <dd> 1089 <dd>
1153 <dd> 1153 <dd>
1154 the indicator or style are not valid 1154 the indicator or style are not valid
1155 </dd> 1155 </dd>
1156 </dl><a NAME="QsciScintillaCompat.setLexer" ID="QsciScintillaCompat.setLexer"></a> 1156 </dl><a NAME="QsciScintillaCompat.setLexer" ID="QsciScintillaCompat.setLexer"></a>
1157 <h4>QsciScintillaCompat.setLexer</h4> 1157 <h4>QsciScintillaCompat.setLexer</h4>
1158 <b>setLexer</b>(<i>lex = None</i>) 1158 <b>setLexer</b>(<i>lex=None</i>)
1159 <p> 1159 <p>
1160 Public method to set the lexer. 1160 Public method to set the lexer.
1161 </p><dl> 1161 </p><dl>
1162 <dt><i>lex</i></dt> 1162 <dt><i>lex</i></dt>
1163 <dd> 1163 <dd>
1228 style at the requested position or 0, if the position 1228 style at the requested position or 0, if the position
1229 is negative or past the end of the document (integer) 1229 is negative or past the end of the document (integer)
1230 </dd> 1230 </dd>
1231 </dl><a NAME="QsciScintillaCompat.zoomIn" ID="QsciScintillaCompat.zoomIn"></a> 1231 </dl><a NAME="QsciScintillaCompat.zoomIn" ID="QsciScintillaCompat.zoomIn"></a>
1232 <h4>QsciScintillaCompat.zoomIn</h4> 1232 <h4>QsciScintillaCompat.zoomIn</h4>
1233 <b>zoomIn</b>(<i>zoom = 1</i>) 1233 <b>zoomIn</b>(<i>zoom=1</i>)
1234 <p> 1234 <p>
1235 Public method used to increase the zoom factor. 1235 Public method used to increase the zoom factor.
1236 </p><dl> 1236 </p><dl>
1237 <dt><i>zoom</i></dt> 1237 <dt><i>zoom</i></dt>
1238 <dd> 1238 <dd>
1239 zoom factor increment 1239 zoom factor increment
1240 </dd> 1240 </dd>
1241 </dl><a NAME="QsciScintillaCompat.zoomOut" ID="QsciScintillaCompat.zoomOut"></a> 1241 </dl><a NAME="QsciScintillaCompat.zoomOut" ID="QsciScintillaCompat.zoomOut"></a>
1242 <h4>QsciScintillaCompat.zoomOut</h4> 1242 <h4>QsciScintillaCompat.zoomOut</h4>
1243 <b>zoomOut</b>(<i>zoom = 1</i>) 1243 <b>zoomOut</b>(<i>zoom=1</i>)
1244 <p> 1244 <p>
1245 Public method used to decrease the zoom factor. 1245 Public method used to decrease the zoom factor.
1246 </p><dl> 1246 </p><dl>
1247 <dt><i>zoom</i></dt> 1247 <dt><i>zoom</i></dt>
1248 <dd> 1248 <dd>

eric ide

mercurial