278 <td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td> |
278 <td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td> |
279 </tr><tr> |
279 </tr><tr> |
280 <td><a href="#QsciScintillaCompat.inputMethodQuery">inputMethodQuery</a></td> |
280 <td><a href="#QsciScintillaCompat.inputMethodQuery">inputMethodQuery</a></td> |
281 <td>Public method to cope with a glitch in some Qscintilla versions handling input events.</td> |
281 <td>Public method to cope with a glitch in some Qscintilla versions handling input events.</td> |
282 </tr><tr> |
282 </tr><tr> |
|
283 <td><a href="#QsciScintillaCompat.insert">insert</a></td> |
|
284 <td>Public method to insert text at the cursor position.</td> |
|
285 </tr><tr> |
283 <td><a href="#QsciScintillaCompat.isModified">isModified</a></td> |
286 <td><a href="#QsciScintillaCompat.isModified">isModified</a></td> |
284 <td>Public method to return the modification status.</td> |
287 <td>Public method to return the modification status.</td> |
285 </tr><tr> |
288 </tr><tr> |
286 <td><a href="#QsciScintillaCompat.lineAt">lineAt</a></td> |
289 <td><a href="#QsciScintillaCompat.lineAt">lineAt</a></td> |
287 <td>Public method to calculate the line at a position.</td> |
290 <td>Public method to calculate the line at a position.</td> |
1279 </dl><dl> |
1282 </dl><dl> |
1280 <dt>Returns:</dt> |
1283 <dt>Returns:</dt> |
1281 <dd> |
1284 <dd> |
1282 object containing the requested information |
1285 object containing the requested information |
1283 </dd> |
1286 </dd> |
|
1287 </dl><a NAME="QsciScintillaCompat.insert" ID="QsciScintillaCompat.insert"></a> |
|
1288 <h4>QsciScintillaCompat.insert</h4> |
|
1289 <b>insert</b>(<i>txt</i>) |
|
1290 <p> |
|
1291 Public method to insert text at the cursor position. |
|
1292 </p><dl> |
|
1293 <dt><i>txt</i> (str)</dt> |
|
1294 <dd> |
|
1295 text to be inserted |
|
1296 </dd> |
1284 </dl><a NAME="QsciScintillaCompat.isModified" ID="QsciScintillaCompat.isModified"></a> |
1297 </dl><a NAME="QsciScintillaCompat.isModified" ID="QsciScintillaCompat.isModified"></a> |
1285 <h4>QsciScintillaCompat.isModified</h4> |
1298 <h4>QsciScintillaCompat.isModified</h4> |
1286 <b>isModified</b>(<i></i>) |
1299 <b>isModified</b>(<i></i>) |
1287 <p> |
1300 <p> |
1288 Public method to return the modification status. |
1301 Public method to return the modification status. |