Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html

branch
5_4_x
changeset 3392
af3caefcda31
parent 3240
7cb4665c9c05
equal deleted inserted replaced
3391:30c8ac760fed 3392:af3caefcda31
77 <td>Private slot to handle the selection from the completion list.</td> 77 <td>Private slot to handle the selection from the completion list.</td>
78 </tr><tr> 78 </tr><tr>
79 <td><a href="#QsciScintillaCompat.__doSearchTarget">__doSearchTarget</a></td> 79 <td><a href="#QsciScintillaCompat.__doSearchTarget">__doSearchTarget</a></td>
80 <td>Private method to perform the search in target.</td> 80 <td>Private method to perform the search in target.</td>
81 </tr><tr> 81 </tr><tr>
82 <td><a href="#QsciScintillaCompat.__modificationChanged">__modificationChanged</a></td>
83 <td>Private slot to handle the modificationChanged signal.</td>
84 </tr><tr>
82 <td><a href="#QsciScintillaCompat.__setFoldMarker">__setFoldMarker</a></td> 85 <td><a href="#QsciScintillaCompat.__setFoldMarker">__setFoldMarker</a></td>
83 <td>Private method to define a fold marker.</td> 86 <td>Private method to define a fold marker.</td>
84 </tr><tr> 87 </tr><tr>
85 <td><a href="#QsciScintillaCompat._encodeString">_encodeString</a></td> 88 <td><a href="#QsciScintillaCompat._encodeString">_encodeString</a></td>
86 <td>Protected method to encode a string depending on the current mode.</td> 89 <td>Protected method to encode a string depending on the current mode.</td>
245 <td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td> 248 <td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td>
246 </tr><tr> 249 </tr><tr>
247 <td><a href="#QsciScintillaCompat.inputMethodQuery">inputMethodQuery</a></td> 250 <td><a href="#QsciScintillaCompat.inputMethodQuery">inputMethodQuery</a></td>
248 <td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td> 251 <td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td>
249 </tr><tr> 252 </tr><tr>
253 <td><a href="#QsciScintillaCompat.isModified">isModified</a></td>
254 <td>Public method to return the modification status.</td>
255 </tr><tr>
250 <td><a href="#QsciScintillaCompat.lineAt">lineAt</a></td> 256 <td><a href="#QsciScintillaCompat.lineAt">lineAt</a></td>
251 <td>Public method to calculate the line at a position.</td> 257 <td>Public method to calculate the line at a position.</td>
252 </tr><tr> 258 </tr><tr>
253 <td><a href="#QsciScintillaCompat.lineEndPosition">lineEndPosition</a></td> 259 <td><a href="#QsciScintillaCompat.lineEndPosition">lineEndPosition</a></td>
254 <td>Public method to determine the line end position of the given line.</td> 260 <td>Public method to determine the line end position of the given line.</td>
331 <td><a href="#QsciScintillaCompat.setIndicatorRange">setIndicatorRange</a></td> 337 <td><a href="#QsciScintillaCompat.setIndicatorRange">setIndicatorRange</a></td>
332 <td>Public method to set an indicator for the given range.</td> 338 <td>Public method to set an indicator for the given range.</td>
333 </tr><tr> 339 </tr><tr>
334 <td><a href="#QsciScintillaCompat.setLexer">setLexer</a></td> 340 <td><a href="#QsciScintillaCompat.setLexer">setLexer</a></td>
335 <td>Public method to set the lexer.</td> 341 <td>Public method to set the lexer.</td>
342 </tr><tr>
343 <td><a href="#QsciScintillaCompat.setModified">setModified</a></td>
344 <td>Public slot to set the modification status.</td>
336 </tr><tr> 345 </tr><tr>
337 <td><a href="#QsciScintillaCompat.setRectangularSelection">setRectangularSelection</a></td> 346 <td><a href="#QsciScintillaCompat.setRectangularSelection">setRectangularSelection</a></td>
338 <td>Public method to set a rectangular selection.</td> 347 <td>Public method to set a rectangular selection.</td>
339 </tr><tr> 348 </tr><tr>
340 <td><a href="#QsciScintillaCompat.setStyleBits">setStyleBits</a></td> 349 <td><a href="#QsciScintillaCompat.setStyleBits">setStyleBits</a></td>
408 </p><dl> 417 </p><dl>
409 <dt>Returns:</dt> 418 <dt>Returns:</dt>
410 <dd> 419 <dd>
411 flag indicating a successful search (boolean) 420 flag indicating a successful search (boolean)
412 </dd> 421 </dd>
422 </dl><a NAME="QsciScintillaCompat.__modificationChanged" ID="QsciScintillaCompat.__modificationChanged"></a>
423 <h4>QsciScintillaCompat.__modificationChanged</h4>
424 <b>__modificationChanged</b>(<i>m</i>)
425 <p>
426 Private slot to handle the modificationChanged signal.
427 </p><dl>
428 <dt><i>m</i></dt>
429 <dd>
430 modification status (boolean)
431 </dd>
413 </dl><a NAME="QsciScintillaCompat.__setFoldMarker" ID="QsciScintillaCompat.__setFoldMarker"></a> 432 </dl><a NAME="QsciScintillaCompat.__setFoldMarker" ID="QsciScintillaCompat.__setFoldMarker"></a>
414 <h4>QsciScintillaCompat.__setFoldMarker</h4> 433 <h4>QsciScintillaCompat.__setFoldMarker</h4>
415 <b>__setFoldMarker</b>(<i>marknr, mark=QsciScintilla.SC_MARK_EMPTY</i>) 434 <b>__setFoldMarker</b>(<i>marknr, mark=QsciScintilla.SC_MARK_EMPTY</i>)
416 <p> 435 <p>
417 Private method to define a fold marker. 436 Private method to define a fold marker.
1071 </dl><dl> 1090 </dl><dl>
1072 <dt>Returns:</dt> 1091 <dt>Returns:</dt>
1073 <dd> 1092 <dd>
1074 object containing the requested information 1093 object containing the requested information
1075 </dd> 1094 </dd>
1095 </dl><a NAME="QsciScintillaCompat.isModified" ID="QsciScintillaCompat.isModified"></a>
1096 <h4>QsciScintillaCompat.isModified</h4>
1097 <b>isModified</b>(<i></i>)
1098 <p>
1099 Public method to return the modification status.
1100 </p><dl>
1101 <dt>Returns:</dt>
1102 <dd>
1103 flag indicating the modification status (boolean)
1104 </dd>
1076 </dl><a NAME="QsciScintillaCompat.lineAt" ID="QsciScintillaCompat.lineAt"></a> 1105 </dl><a NAME="QsciScintillaCompat.lineAt" ID="QsciScintillaCompat.lineAt"></a>
1077 <h4>QsciScintillaCompat.lineAt</h4> 1106 <h4>QsciScintillaCompat.lineAt</h4>
1078 <b>lineAt</b>(<i>pos</i>) 1107 <b>lineAt</b>(<i>pos</i>)
1079 <p> 1108 <p>
1080 Public method to calculate the line at a position. 1109 Public method to calculate the line at a position.
1420 </p><dl> 1449 </p><dl>
1421 <dt><i>lex</i></dt> 1450 <dt><i>lex</i></dt>
1422 <dd> 1451 <dd>
1423 the lexer to be set or None to reset it. 1452 the lexer to be set or None to reset it.
1424 </dd> 1453 </dd>
1454 </dl><a NAME="QsciScintillaCompat.setModified" ID="QsciScintillaCompat.setModified"></a>
1455 <h4>QsciScintillaCompat.setModified</h4>
1456 <b>setModified</b>(<i>m</i>)
1457 <p>
1458 Public slot to set the modification status.
1459 </p><dl>
1460 <dt><i>m</i></dt>
1461 <dd>
1462 new modification status (boolean)
1463 </dd>
1425 </dl><a NAME="QsciScintillaCompat.setRectangularSelection" ID="QsciScintillaCompat.setRectangularSelection"></a> 1464 </dl><a NAME="QsciScintillaCompat.setRectangularSelection" ID="QsciScintillaCompat.setRectangularSelection"></a>
1426 <h4>QsciScintillaCompat.setRectangularSelection</h4> 1465 <h4>QsciScintillaCompat.setRectangularSelection</h4>
1427 <b>setRectangularSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>) 1466 <b>setRectangularSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>)
1428 <p> 1467 <p>
1429 Public method to set a rectangular selection. 1468 Public method to set a rectangular selection.

eric ide

mercurial