Documentation/Source/eric4.Preferences.ConfigurationPages.EditorHighlightersPage.html

changeset 3
0d9daebf5b8c
equal deleted inserted replaced
2:bc6196164237 3:0d9daebf5b8c
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>eric4.Preferences.ConfigurationPages.EditorHighlightersPage</title>
6 <style>
7 body {
8 background:white;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #4FA4FF; }
14 h2 { color: white; background: #4FA4FF; }
15 h3 { color: white; background: #00557F; }
16 h4 { color: white; background: #00557F; }
17
18 a { color: #AA5500; }
19
20 </style>
21 </head>
22 <body><a NAME="top" ID="top"></a>
23 <h1>eric4.Preferences.ConfigurationPages.EditorHighlightersPage</h1>
24 <p>
25 Module implementing the Editor Highlighter Associations configuration page.
26 </p>
27 <h3>Global Attributes</h3>
28 <table>
29 <tr><td>None</td></tr>
30 </table>
31 <h3>Classes</h3>
32 <table>
33 <tr>
34 <td><a href="#EditorHighlightersPage">EditorHighlightersPage</a></td>
35 <td>Class implementing the Editor Highlighter Associations configuration page.</td>
36 </tr>
37 </table>
38 <h3>Functions</h3>
39 <table>
40 <tr>
41 <td><a href="#create">create</a></td>
42 <td>Module function to create the configuration page.</td>
43 </tr>
44 </table>
45 <hr /><hr />
46 <a NAME="EditorHighlightersPage" ID="EditorHighlightersPage"></a>
47 <h2>EditorHighlightersPage</h2>
48 <p>
49 Class implementing the Editor Highlighter Associations configuration page.
50 </p>
51 <h3>Derived from</h3>
52 ConfigurationPageBase, Ui_EditorHighlightersPage
53 <h3>Class Attributes</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#EditorHighlightersPage.__init__">EditorHighlightersPage</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#EditorHighlightersPage.on_addLexerButton_clicked">on_addLexerButton_clicked</a></td>
64 <td>Private slot to add the lexer association displayed to the list.</td>
65 </tr><tr>
66 <td><a href="#EditorHighlightersPage.on_deleteLexerButton_clicked">on_deleteLexerButton_clicked</a></td>
67 <td>Private slot to delete the currently selected lexer association of the list.</td>
68 </tr><tr>
69 <td><a href="#EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged">on_editorLexerCombo_currentIndexChanged</a></td>
70 <td>Private slot to handle the selection of a lexer.</td>
71 </tr><tr>
72 <td><a href="#EditorHighlightersPage.on_editorLexerList_itemActivated">on_editorLexerList_itemActivated</a></td>
73 <td>Private slot to handle the activated signal of the lexer association list.</td>
74 </tr><tr>
75 <td><a href="#EditorHighlightersPage.on_editorLexerList_itemClicked">on_editorLexerList_itemClicked</a></td>
76 <td>Private slot to handle the clicked signal of the lexer association list.</td>
77 </tr><tr>
78 <td><a href="#EditorHighlightersPage.save">save</a></td>
79 <td>Public slot to save the Editor Highlighter Associations configuration.</td>
80 </tr>
81 </table>
82 <a NAME="EditorHighlightersPage.__init__" ID="EditorHighlightersPage.__init__"></a>
83 <h4>EditorHighlightersPage (Constructor)</h4>
84 <b>EditorHighlightersPage</b>(<i>lexers</i>)
85 <p>
86 Constructor
87 </p><dl>
88 <dt><i>lexers</i></dt>
89 <dd>
90 reference to the lexers dictionary
91 </dd>
92 </dl><a NAME="EditorHighlightersPage.on_addLexerButton_clicked" ID="EditorHighlightersPage.on_addLexerButton_clicked"></a>
93 <h4>EditorHighlightersPage.on_addLexerButton_clicked</h4>
94 <b>on_addLexerButton_clicked</b>(<i></i>)
95 <p>
96 Private slot to add the lexer association displayed to the list.
97 </p><a NAME="EditorHighlightersPage.on_deleteLexerButton_clicked" ID="EditorHighlightersPage.on_deleteLexerButton_clicked"></a>
98 <h4>EditorHighlightersPage.on_deleteLexerButton_clicked</h4>
99 <b>on_deleteLexerButton_clicked</b>(<i></i>)
100 <p>
101 Private slot to delete the currently selected lexer association of the list.
102 </p><a NAME="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" ID="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged"></a>
103 <h4>EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged</h4>
104 <b>on_editorLexerCombo_currentIndexChanged</b>(<i>text</i>)
105 <p>
106 Private slot to handle the selection of a lexer.
107 </p><a NAME="EditorHighlightersPage.on_editorLexerList_itemActivated" ID="EditorHighlightersPage.on_editorLexerList_itemActivated"></a>
108 <h4>EditorHighlightersPage.on_editorLexerList_itemActivated</h4>
109 <b>on_editorLexerList_itemActivated</b>(<i>itm, column</i>)
110 <p>
111 Private slot to handle the activated signal of the lexer association list.
112 </p><dl>
113 <dt><i>itm</i></dt>
114 <dd>
115 reference to the selecte item (QTreeWidgetItem)
116 </dd><dt><i>column</i></dt>
117 <dd>
118 column the item was clicked or activated (integer) (ignored)
119 </dd>
120 </dl><a NAME="EditorHighlightersPage.on_editorLexerList_itemClicked" ID="EditorHighlightersPage.on_editorLexerList_itemClicked"></a>
121 <h4>EditorHighlightersPage.on_editorLexerList_itemClicked</h4>
122 <b>on_editorLexerList_itemClicked</b>(<i>itm, column</i>)
123 <p>
124 Private slot to handle the clicked signal of the lexer association list.
125 </p><dl>
126 <dt><i>itm</i></dt>
127 <dd>
128 reference to the selecte item (QTreeWidgetItem)
129 </dd><dt><i>column</i></dt>
130 <dd>
131 column the item was clicked or activated (integer) (ignored)
132 </dd>
133 </dl><a NAME="EditorHighlightersPage.save" ID="EditorHighlightersPage.save"></a>
134 <h4>EditorHighlightersPage.save</h4>
135 <b>save</b>(<i></i>)
136 <p>
137 Public slot to save the Editor Highlighter Associations configuration.
138 </p>
139 <div align="right"><a href="#top">Up</a></div>
140 <hr /><hr />
141 <a NAME="create" ID="create"></a>
142 <h2>create</h2>
143 <b>create</b>(<i>dlg</i>)
144 <p>
145 Module function to create the configuration page.
146 </p><dl>
147 <dt><i>dlg</i></dt>
148 <dd>
149 reference to the configuration dialog
150 </dd>
151 </dl>
152 <div align="right"><a href="#top">Up</a></div>
153 <hr />
154 </body></html>

eric ide

mercurial