eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSyntaxPage.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Preferences.ConfigurationPages.EditorSyntaxPage</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Preferences.ConfigurationPages.EditorSyntaxPage</h1>
24
25 <p>
26 Module implementing the Editor Syntax Checker configuration page.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#EditorSyntaxPage">EditorSyntaxPage</a></td>
39 <td>Class implementing the Editor Syntax Checker configuration page.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45
46 <tr>
47 <td><a href="#create">create</a></td>
48 <td>Module function to create the configuration page.</td>
49 </tr>
50 </table>
51 <hr />
52 <hr />
53 <a NAME="EditorSyntaxPage" ID="EditorSyntaxPage"></a>
54 <h2>EditorSyntaxPage</h2>
55
56 <p>
57 Class implementing the Editor Syntax Checker configuration page.
58 </p>
59 <h3>Derived from</h3>
60 ConfigurationPageBase, Ui_EditorSyntaxPage
61 <h3>Class Attributes</h3>
62
63 <table>
64 <tr><td>None</td></tr>
65 </table>
66 <h3>Class Methods</h3>
67
68 <table>
69 <tr><td>None</td></tr>
70 </table>
71 <h3>Methods</h3>
72
73 <table>
74
75 <tr>
76 <td><a href="#EditorSyntaxPage.__init__">EditorSyntaxPage</a></td>
77 <td>Constructor</td>
78 </tr>
79 <tr>
80 <td><a href="#EditorSyntaxPage.save">save</a></td>
81 <td>Public slot to save the Editor Syntax Checker configuration.</td>
82 </tr>
83 </table>
84 <h3>Static Methods</h3>
85
86 <table>
87 <tr><td>None</td></tr>
88 </table>
89
90 <a NAME="EditorSyntaxPage.__init__" ID="EditorSyntaxPage.__init__"></a>
91 <h4>EditorSyntaxPage (Constructor)</h4>
92 <b>EditorSyntaxPage</b>(<i></i>)
93
94 <p>
95 Constructor
96 </p>
97 <a NAME="EditorSyntaxPage.save" ID="EditorSyntaxPage.save"></a>
98 <h4>EditorSyntaxPage.save</h4>
99 <b>save</b>(<i></i>)
100
101 <p>
102 Public slot to save the Editor Syntax Checker configuration.
103 </p>
104 <div align="right"><a href="#top">Up</a></div>
105 <hr />
106 <hr />
107 <a NAME="create" ID="create"></a>
108 <h2>create</h2>
109 <b>create</b>(<i>dlg</i>)
110
111 <p>
112 Module function to create the configuration page.
113 </p>
114 <dl>
115
116 <dt><i>dlg</i></dt>
117 <dd>
118 reference to the configuration dialog
119 </dd>
120 </dl>
121 <dl>
122 <dt>Return:</dt>
123 <dd>
124 reference to the instantiated page (ConfigurationPageBase)
125 </dd>
126 </dl>
127 <div align="right"><a href="#top">Up</a></div>
128 <hr />
129 </body></html>

eric ide

mercurial