492 <td>Public method to set the print color mode (i.e.</td> |
492 <td>Public method to set the print color mode (i.e.</td> |
493 </tr> |
493 </tr> |
494 <tr> |
494 <tr> |
495 <td><a href="#QsciScintillaCompat.setRectangularSelection">setRectangularSelection</a></td> |
495 <td><a href="#QsciScintillaCompat.setRectangularSelection">setRectangularSelection</a></td> |
496 <td>Public method to set a rectangular selection.</td> |
496 <td>Public method to set a rectangular selection.</td> |
|
497 </tr> |
|
498 <tr> |
|
499 <td><a href="#QsciScintillaCompat.setRectangularSelectionModifier">setRectangularSelectionModifier</a></td> |
|
500 <td>Public method to set the modifier key used to create a rectangular selection by doing a mouse drag.</td> |
497 </tr> |
501 </tr> |
498 <tr> |
502 <tr> |
499 <td><a href="#QsciScintillaCompat.setStyling">setStyling</a></td> |
503 <td><a href="#QsciScintillaCompat.setStyling">setStyling</a></td> |
500 <td>Public method to style some text.</td> |
504 <td>Public method to style some text.</td> |
501 </tr> |
505 </tr> |
2321 <dt><i>endIndex</i></dt> |
2325 <dt><i>endIndex</i></dt> |
2322 <dd> |
2326 <dd> |
2323 index number of the end of the selection (int) |
2327 index number of the end of the selection (int) |
2324 </dd> |
2328 </dd> |
2325 </dl> |
2329 </dl> |
|
2330 <a NAME="QsciScintillaCompat.setRectangularSelectionModifier" ID="QsciScintillaCompat.setRectangularSelectionModifier"></a> |
|
2331 <h4>QsciScintillaCompat.setRectangularSelectionModifier</h4> |
|
2332 <b>setRectangularSelectionModifier</b>(<i>modifier</i>) |
|
2333 |
|
2334 <p> |
|
2335 Public method to set the modifier key used to create a rectangular selection by |
|
2336 doing a mouse drag. |
|
2337 </p> |
|
2338 <dl> |
|
2339 |
|
2340 <dt><i>modifier</i> (Qt.KeyboardModifier)</dt> |
|
2341 <dd> |
|
2342 modifier key to be used |
|
2343 </dd> |
|
2344 </dl> |
2326 <a NAME="QsciScintillaCompat.setStyling" ID="QsciScintillaCompat.setStyling"></a> |
2345 <a NAME="QsciScintillaCompat.setStyling" ID="QsciScintillaCompat.setStyling"></a> |
2327 <h4>QsciScintillaCompat.setStyling</h4> |
2346 <h4>QsciScintillaCompat.setStyling</h4> |
2328 <b>setStyling</b>(<i>length, style</i>) |
2347 <b>setStyling</b>(<i>length, style</i>) |
2329 |
2348 |
2330 <p> |
2349 <p> |