Documentation/Source/eric6.Preferences.ConfigurationPages.EditorKeywordsPage.html

changeset 3673
e26d7d0c1088
child 6876
af2ae79e03b3
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Preferences.ConfigurationPages.EditorKeywordsPage</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><a NAME="top" ID="top"></a>
22 <h1>eric6.Preferences.ConfigurationPages.EditorKeywordsPage</h1>
23 <p>
24 Module implementing the editor highlighter keywords configuration page.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#EditorKeywordsPage">EditorKeywordsPage</a></td>
34 <td>Class implementing the editor highlighter keywords configuration page.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr>
40 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td>
42 </tr>
43 </table>
44 <hr /><hr />
45 <a NAME="EditorKeywordsPage" ID="EditorKeywordsPage"></a>
46 <h2>EditorKeywordsPage</h2>
47 <p>
48 Class implementing the editor highlighter keywords configuration page.
49 </p>
50 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_EditorKeywordsPage
52 <h3>Class Attributes</h3>
53 <table>
54 <tr><td>None</td></tr>
55 </table>
56 <h3>Class Methods</h3>
57 <table>
58 <tr><td>None</td></tr>
59 </table>
60 <h3>Methods</h3>
61 <table>
62 <tr>
63 <td><a href="#EditorKeywordsPage.__init__">EditorKeywordsPage</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#EditorKeywordsPage.on_languageCombo_activated">on_languageCombo_activated</a></td>
67 <td>Private slot to fill the keywords edit.</td>
68 </tr><tr>
69 <td><a href="#EditorKeywordsPage.on_setSpinBox_valueChanged">on_setSpinBox_valueChanged</a></td>
70 <td>Private slot to fill the keywords edit.</td>
71 </tr><tr>
72 <td><a href="#EditorKeywordsPage.save">save</a></td>
73 <td>Public slot to save the editor highlighter keywords configuration.</td>
74 </tr>
75 </table>
76 <h3>Static Methods</h3>
77 <table>
78 <tr><td>None</td></tr>
79 </table>
80 <a NAME="EditorKeywordsPage.__init__" ID="EditorKeywordsPage.__init__"></a>
81 <h4>EditorKeywordsPage (Constructor)</h4>
82 <b>EditorKeywordsPage</b>(<i></i>)
83 <p>
84 Constructor
85 </p><a NAME="EditorKeywordsPage.on_languageCombo_activated" ID="EditorKeywordsPage.on_languageCombo_activated"></a>
86 <h4>EditorKeywordsPage.on_languageCombo_activated</h4>
87 <b>on_languageCombo_activated</b>(<i>language</i>)
88 <p>
89 Private slot to fill the keywords edit.
90 </p><dl>
91 <dt><i>language</i></dt>
92 <dd>
93 selected language (string)
94 </dd>
95 </dl><a NAME="EditorKeywordsPage.on_setSpinBox_valueChanged" ID="EditorKeywordsPage.on_setSpinBox_valueChanged"></a>
96 <h4>EditorKeywordsPage.on_setSpinBox_valueChanged</h4>
97 <b>on_setSpinBox_valueChanged</b>(<i>kwSet</i>)
98 <p>
99 Private slot to fill the keywords edit.
100 </p><dl>
101 <dt><i>kwSet</i></dt>
102 <dd>
103 number of the selected keyword set (integer)
104 </dd>
105 </dl><a NAME="EditorKeywordsPage.save" ID="EditorKeywordsPage.save"></a>
106 <h4>EditorKeywordsPage.save</h4>
107 <b>save</b>(<i></i>)
108 <p>
109 Public slot to save the editor highlighter keywords configuration.
110 </p>
111 <div align="right"><a href="#top">Up</a></div>
112 <hr /><hr />
113 <a NAME="create" ID="create"></a>
114 <h2>create</h2>
115 <b>create</b>(<i>dlg</i>)
116 <p>
117 Module function to create the configuration page.
118 </p><dl>
119 <dt><i>dlg</i></dt>
120 <dd>
121 reference to the configuration dialog
122 </dd>
123 </dl><dl>
124 <dt>Returns:</dt>
125 <dd>
126 reference to the instantiated page (ConfigurationPageBase)
127 </dd>
128 </dl>
129 <div align="right"><a href="#top">Up</a></div>
130 <hr />
131 </body></html>

eric ide

mercurial