42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="Editor" ID="Editor"></a> |
43 <a NAME="Editor" ID="Editor"></a> |
44 <h2>Editor</h2> |
44 <h2>Editor</h2> |
45 <p> |
45 <p> |
46 Class implementing the editor component of the eric5 IDE. |
46 Class implementing the editor component of the eric5 IDE. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>autoCompletionAPIsAvailable(bool)</dt> |
49 <dt>autoCompletionAPIsAvailable(bool)</dt> |
50 <dd> |
50 <dd> |
51 emitted after the autocompletion |
51 emitted after the autocompletion |
52 function has been configured |
52 function has been configured |
119 QsciScintillaCompat |
119 QsciScintillaCompat |
120 <h3>Class Attributes</h3> |
120 <h3>Class Attributes</h3> |
121 <table> |
121 <table> |
122 <tr><td>AttributeID</td></tr><tr><td>AttributePrivateID</td></tr><tr><td>AttributeProtectedID</td></tr><tr><td>CancelEditToken</td></tr><tr><td>ClassID</td></tr><tr><td>ClassPrivateID</td></tr><tr><td>ClassProtectedID</td></tr><tr><td>EndEditToken</td></tr><tr><td>EnumID</td></tr><tr><td>FromDocumentID</td></tr><tr><td>MethodID</td></tr><tr><td>MethodPrivateID</td></tr><tr><td>MethodProtectedID</td></tr><tr><td>RequestSyncToken</td></tr><tr><td>Separator</td></tr><tr><td>StartEditToken</td></tr><tr><td>SyncToken</td></tr><tr><td>TemplateImageID</td></tr> |
122 <tr><td>AttributeID</td></tr><tr><td>AttributePrivateID</td></tr><tr><td>AttributeProtectedID</td></tr><tr><td>CancelEditToken</td></tr><tr><td>ClassID</td></tr><tr><td>ClassPrivateID</td></tr><tr><td>ClassProtectedID</td></tr><tr><td>EndEditToken</td></tr><tr><td>EnumID</td></tr><tr><td>FromDocumentID</td></tr><tr><td>MethodID</td></tr><tr><td>MethodPrivateID</td></tr><tr><td>MethodProtectedID</td></tr><tr><td>RequestSyncToken</td></tr><tr><td>Separator</td></tr><tr><td>StartEditToken</td></tr><tr><td>SyncToken</td></tr><tr><td>TemplateImageID</td></tr> |
123 </table> |
123 </table> |
|
124 <h3>Class Methods</h3> |
|
125 <table> |
|
126 <tr><td>None</td></tr> |
|
127 </table> |
124 <h3>Methods</h3> |
128 <h3>Methods</h3> |
125 <table> |
129 <table> |
126 <tr> |
130 <tr> |
127 <td><a href="#Editor.__init__">Editor</a></td> |
131 <td><a href="#Editor.__init__">Editor</a></td> |
128 <td>Constructor</td> |
132 <td>Constructor</td> |
953 <td>Public method to unset a calltip hook.</td> |
957 <td>Public method to unset a calltip hook.</td> |
954 </tr><tr> |
958 </tr><tr> |
955 <td><a href="#Editor.writeFile">writeFile</a></td> |
959 <td><a href="#Editor.writeFile">writeFile</a></td> |
956 <td>Public slot to write the text to a file.</td> |
960 <td>Public slot to write the text to a file.</td> |
957 </tr> |
961 </tr> |
|
962 </table> |
|
963 <h3>Static Methods</h3> |
|
964 <table> |
|
965 <tr><td>None</td></tr> |
958 </table> |
966 </table> |
959 <a NAME="Editor.__init__" ID="Editor.__init__"></a> |
967 <a NAME="Editor.__init__" ID="Editor.__init__"></a> |
960 <h4>Editor (Constructor)</h4> |
968 <h4>Editor (Constructor)</h4> |
961 <b>Editor</b>(<i>dbs, fn = None, vm = None, filetype = "", editor = None, tv = None</i>) |
969 <b>Editor</b>(<i>dbs, fn = None, vm = None, filetype = "", editor = None, tv = None</i>) |
962 <p> |
970 <p> |