Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html

changeset 3238
fa28dab59a9e
parent 3176
51feb6174cc2
child 3393
080ace4829b4
equal deleted inserted replaced
3236:92e15257b24e 3238:fa28dab59a9e
71 <table> 71 <table>
72 <tr> 72 <tr>
73 <td><a href="#QsciScintillaCompat.__init__">QsciScintillaCompat</a></td> 73 <td><a href="#QsciScintillaCompat.__init__">QsciScintillaCompat</a></td>
74 <td>Constructor</td> 74 <td>Constructor</td>
75 </tr><tr> 75 </tr><tr>
76 <td><a href="#QsciScintillaCompat.__completionListSelected">__completionListSelected</a></td>
77 <td>Private slot to handle the selection from the completion list.</td>
78 </tr><tr>
76 <td><a href="#QsciScintillaCompat.__doSearchTarget">__doSearchTarget</a></td> 79 <td><a href="#QsciScintillaCompat.__doSearchTarget">__doSearchTarget</a></td>
77 <td>Private method to perform the search in target.</td> 80 <td>Private method to perform the search in target.</td>
78 </tr><tr> 81 </tr><tr>
79 <td><a href="#QsciScintillaCompat.__setFoldMarker">__setFoldMarker</a></td> 82 <td><a href="#QsciScintillaCompat.__setFoldMarker">__setFoldMarker</a></td>
80 <td>Private method to define a fold marker.</td> 83 <td>Private method to define a fold marker.</td>
377 </p><dl> 380 </p><dl>
378 <dt><i>parent</i></dt> 381 <dt><i>parent</i></dt>
379 <dd> 382 <dd>
380 parent widget (QWidget) 383 parent widget (QWidget)
381 </dd> 384 </dd>
385 </dl><a NAME="QsciScintillaCompat.__completionListSelected" ID="QsciScintillaCompat.__completionListSelected"></a>
386 <h4>QsciScintillaCompat.__completionListSelected</h4>
387 <b>__completionListSelected</b>(<i>id, txt</i>)
388 <p>
389 Private slot to handle the selection from the completion list.
390 </p><p>
391 Note: This works around an issue of some window managers taking
392 focus away from the application when clicked inside a completion
393 list but not giving it back when an item is selected via a
394 double-click.
395 </p><dl>
396 <dt><i>id</i></dt>
397 <dd>
398 the ID of the user list (integer)
399 </dd><dt><i>txt</i></dt>
400 <dd>
401 the selected text (string)
402 </dd>
382 </dl><a NAME="QsciScintillaCompat.__doSearchTarget" ID="QsciScintillaCompat.__doSearchTarget"></a> 403 </dl><a NAME="QsciScintillaCompat.__doSearchTarget" ID="QsciScintillaCompat.__doSearchTarget"></a>
383 <h4>QsciScintillaCompat.__doSearchTarget</h4> 404 <h4>QsciScintillaCompat.__doSearchTarget</h4>
384 <b>__doSearchTarget</b>(<i></i>) 405 <b>__doSearchTarget</b>(<i></i>)
385 <p> 406 <p>
386 Private method to perform the search in target. 407 Private method to perform the search in target.
1474 </dd> 1495 </dd>
1475 </dl><a NAME="QsciScintillaCompat.showUserList" ID="QsciScintillaCompat.showUserList"></a> 1496 </dl><a NAME="QsciScintillaCompat.showUserList" ID="QsciScintillaCompat.showUserList"></a>
1476 <h4>QsciScintillaCompat.showUserList</h4> 1497 <h4>QsciScintillaCompat.showUserList</h4>
1477 <b>showUserList</b>(<i>id, lst</i>) 1498 <b>showUserList</b>(<i>id, lst</i>)
1478 <p> 1499 <p>
1479 Public method to show a user supplied list. 1500 Public method to show a user supplied list.
1480 </p><dl> 1501 </p><dl>
1481 <dt><i>id</i></dt> 1502 <dt><i>id</i></dt>
1482 <dd> 1503 <dd>
1483 id of the list (integer) 1504 id of the list (integer)
1484 </dd><dt><i>lst</i></dt> 1505 </dd><dt><i>lst</i></dt>

eric ide

mercurial