|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Preferences.ConfigurationPages.EditorPropertiesPage</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Preferences.ConfigurationPages.EditorPropertiesPage</h1> |
|
12 <p> |
|
13 Module implementing the Editor Properties configuration page. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#EditorPropertiesPage">EditorPropertiesPage</a></td> |
|
23 <td>Class implementing the Editor Properties configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#create">create</a></td> |
|
30 <td>Module function to create the configuration page.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="EditorPropertiesPage" ID="EditorPropertiesPage"></a> |
|
35 <h2>EditorPropertiesPage</h2> |
|
36 <p> |
|
37 Class implementing the Editor Properties configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_EditorPropertiesPage |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#EditorPropertiesPage.__init__">EditorPropertiesPage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#EditorPropertiesPage.save">save</a></td> |
|
52 <td>Public slot to save the Editor Properties (1) configuration.</td> |
|
53 </tr> |
|
54 </table> |
|
55 <a NAME="EditorPropertiesPage.__init__" ID="EditorPropertiesPage.__init__"></a> |
|
56 <h4>EditorPropertiesPage (Constructor)</h4> |
|
57 <b>EditorPropertiesPage</b>(<i>lexers</i>) |
|
58 <p> |
|
59 Constructor |
|
60 </p><dl> |
|
61 <dt><i>lexers</i></dt> |
|
62 <dd> |
|
63 reference to the lexers dictionary |
|
64 </dd> |
|
65 </dl><a NAME="EditorPropertiesPage.save" ID="EditorPropertiesPage.save"></a> |
|
66 <h4>EditorPropertiesPage.save</h4> |
|
67 <b>save</b>(<i></i>) |
|
68 <p> |
|
69 Public slot to save the Editor Properties (1) configuration. |
|
70 </p> |
|
71 <div align="right"><a href="#top">Up</a></div> |
|
72 <hr /><hr /> |
|
73 <a NAME="create" ID="create"></a> |
|
74 <h2>create</h2> |
|
75 <b>create</b>(<i>dlg</i>) |
|
76 <p> |
|
77 Module function to create the configuration page. |
|
78 </p><dl> |
|
79 <dt><i>dlg</i></dt> |
|
80 <dd> |
|
81 reference to the configuration dialog |
|
82 </dd> |
|
83 </dl> |
|
84 <div align="right"><a href="#top">Up</a></div> |
|
85 <hr /> |
|
86 </body></html> |