116 <td>Public method to return a list of calltips.</td> |
116 <td>Public method to return a list of calltips.</td> |
117 </tr><tr> |
117 </tr><tr> |
118 <td><a href="#Assistant.deactivate">deactivate</a></td> |
118 <td><a href="#Assistant.deactivate">deactivate</a></td> |
119 <td>Public method to perform actions upon deactivation.</td> |
119 <td>Public method to perform actions upon deactivation.</td> |
120 </tr><tr> |
120 </tr><tr> |
|
121 <td><a href="#Assistant.getCompletionsList">getCompletionsList</a></td> |
|
122 <td>Public method to get a list of possible completions.</td> |
|
123 </tr><tr> |
121 <td><a href="#Assistant.setEnabled">setEnabled</a></td> |
124 <td><a href="#Assistant.setEnabled">setEnabled</a></td> |
122 <td>Public method to enable or disable a feature.</td> |
125 <td>Public method to enable or disable a feature.</td> |
123 </tr> |
126 </tr> |
124 </table> |
127 </table> |
125 <h3>Static Methods</h3> |
128 <h3>Static Methods</h3> |
444 </dl><a NAME="Assistant.deactivate" ID="Assistant.deactivate"></a> |
447 </dl><a NAME="Assistant.deactivate" ID="Assistant.deactivate"></a> |
445 <h4>Assistant.deactivate</h4> |
448 <h4>Assistant.deactivate</h4> |
446 <b>deactivate</b>(<i></i>) |
449 <b>deactivate</b>(<i></i>) |
447 <p> |
450 <p> |
448 Public method to perform actions upon deactivation. |
451 Public method to perform actions upon deactivation. |
449 </p><a NAME="Assistant.setEnabled" ID="Assistant.setEnabled"></a> |
452 </p><a NAME="Assistant.getCompletionsList" ID="Assistant.getCompletionsList"></a> |
|
453 <h4>Assistant.getCompletionsList</h4> |
|
454 <b>getCompletionsList</b>(<i>editor, context</i>) |
|
455 <p> |
|
456 Public method to get a list of possible completions. |
|
457 </p><dl> |
|
458 <dt><i>editor</i></dt> |
|
459 <dd> |
|
460 reference to the editor object, that called this method |
|
461 (QScintilla.Editor) |
|
462 </dd><dt><i>context</i></dt> |
|
463 <dd> |
|
464 flag indicating to autocomplete a context (boolean) |
|
465 </dd> |
|
466 </dl><dl> |
|
467 <dt>Returns:</dt> |
|
468 <dd> |
|
469 list of possible completions (list of strings) |
|
470 </dd> |
|
471 </dl><a NAME="Assistant.setEnabled" ID="Assistant.setEnabled"></a> |
450 <h4>Assistant.setEnabled</h4> |
472 <h4>Assistant.setEnabled</h4> |
451 <b>setEnabled</b>(<i>key, enabled</i>) |
473 <b>setEnabled</b>(<i>key, enabled</i>) |
452 <p> |
474 <p> |
453 Public method to enable or disable a feature. |
475 Public method to enable or disable a feature. |
454 </p><dl> |
476 </p><dl> |