Documentation/Source/eric5.Preferences.PreferencesLexer.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
55 QsciLexer 55 QsciLexer
56 <h3>Class Attributes</h3> 56 <h3>Class Attributes</h3>
57 <table> 57 <table>
58 <tr><td>None</td></tr> 58 <tr><td>None</td></tr>
59 </table> 59 </table>
60 <h3>Class Methods</h3>
61 <table>
62 <tr><td>None</td></tr>
63 </table>
60 <h3>Methods</h3> 64 <h3>Methods</h3>
61 <table> 65 <table>
62 <tr> 66 <tr>
63 <td><a href="#PreferencesLexer.__init__">PreferencesLexer</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#PreferencesLexer.color">color</a></td> 67 <td><a href="#PreferencesLexer.color">color</a></td>
67 <td>Public method to get the colour of a style.</td> 68 <td>Public method to get the colour of a style.</td>
68 </tr><tr> 69 </tr><tr>
69 <td><a href="#PreferencesLexer.defaulEolFill">defaulEolFill</a></td> 70 <td><a href="#PreferencesLexer.defaulEolFill">defaulEolFill</a></td>
70 <td>Public method to get the default eolFill flag for a style.</td> 71 <td>Public method to get the default eolFill flag for a style.</td>
103 <td>Public method to set the font for a style.</td> 104 <td>Public method to set the font for a style.</td>
104 </tr><tr> 105 </tr><tr>
105 <td><a href="#PreferencesLexer.setPaper">setPaper</a></td> 106 <td><a href="#PreferencesLexer.setPaper">setPaper</a></td>
106 <td>Public method to set the background for a style.</td> 107 <td>Public method to set the background for a style.</td>
107 </tr> 108 </tr>
109 </table>
110 <h3>Static Methods</h3>
111 <table>
112 <tr><td>None</td></tr>
108 </table> 113 </table>
109 <a NAME="PreferencesLexer.__init__" ID="PreferencesLexer.__init__"></a> 114 <a NAME="PreferencesLexer.__init__" ID="PreferencesLexer.__init__"></a>
110 <h4>PreferencesLexer (Constructor)</h4> 115 <h4>PreferencesLexer (Constructor)</h4>
111 <b>PreferencesLexer</b>(<i>language, parent=None</i>) 116 <b>PreferencesLexer</b>(<i>language, parent=None</i>)
112 <p> 117 <p>
328 Exception 333 Exception
329 <h3>Class Attributes</h3> 334 <h3>Class Attributes</h3>
330 <table> 335 <table>
331 <tr><td>None</td></tr> 336 <tr><td>None</td></tr>
332 </table> 337 </table>
338 <h3>Class Methods</h3>
339 <table>
340 <tr><td>None</td></tr>
341 </table>
333 <h3>Methods</h3> 342 <h3>Methods</h3>
334 <table> 343 <table>
335 <tr> 344 <tr>
336 <td><a href="#PreferencesLexerError.__init__">PreferencesLexerError</a></td>
337 <td>Constructor</td>
338 </tr><tr>
339 <td><a href="#PreferencesLexerError.__repr__">__repr__</a></td> 345 <td><a href="#PreferencesLexerError.__repr__">__repr__</a></td>
340 <td>Private method returning a representation of the exception.</td> 346 <td>Private method returning a representation of the exception.</td>
341 </tr><tr> 347 </tr><tr>
342 <td><a href="#PreferencesLexerError.__str__">__str__</a></td> 348 <td><a href="#PreferencesLexerError.__str__">__str__</a></td>
343 <td>Private method returning a string representation of the exception.</td> 349 <td>Private method returning a string representation of the exception.</td>
344 </tr> 350 </tr>
351 </table>
352 <h3>Static Methods</h3>
353 <table>
354 <tr><td>None</td></tr>
345 </table> 355 </table>
346 <a NAME="PreferencesLexerError.__init__" ID="PreferencesLexerError.__init__"></a> 356 <a NAME="PreferencesLexerError.__init__" ID="PreferencesLexerError.__init__"></a>
347 <h4>PreferencesLexerError (Constructor)</h4> 357 <h4>PreferencesLexerError (Constructor)</h4>
348 <b>PreferencesLexerError</b>(<i></i>) 358 <b>PreferencesLexerError</b>(<i></i>)
349 <p> 359 <p>
380 PreferencesLexerError 390 PreferencesLexerError
381 <h3>Class Attributes</h3> 391 <h3>Class Attributes</h3>
382 <table> 392 <table>
383 <tr><td>None</td></tr> 393 <tr><td>None</td></tr>
384 </table> 394 </table>
395 <h3>Class Methods</h3>
396 <table>
397 <tr><td>None</td></tr>
398 </table>
385 <h3>Methods</h3> 399 <h3>Methods</h3>
386 <table> 400 <table>
387 <tr> 401 <tr><td>None</td></tr>
388 <td><a href="#PreferencesLexerLanguageError.__init__">PreferencesLexerLanguageError</a></td> 402 </table>
389 <td>Constructor</td> 403 <h3>Static Methods</h3>
390 </tr> 404 <table>
405 <tr><td>None</td></tr>
391 </table> 406 </table>
392 <a NAME="PreferencesLexerLanguageError.__init__" ID="PreferencesLexerLanguageError.__init__"></a> 407 <a NAME="PreferencesLexerLanguageError.__init__" ID="PreferencesLexerLanguageError.__init__"></a>
393 <h4>PreferencesLexerLanguageError (Constructor)</h4> 408 <h4>PreferencesLexerLanguageError (Constructor)</h4>
394 <b>PreferencesLexerLanguageError</b>(<i>language</i>) 409 <b>PreferencesLexerLanguageError</b>(<i>language</i>)
395 <p> 410 <p>

eric ide

mercurial