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

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
103 Private slot to add the lexer association displayed to the list. 103 Private slot to add the lexer association displayed to the list.
104 </p><a NAME="EditorHighlightersPage.on_deleteLexerButton_clicked" ID="EditorHighlightersPage.on_deleteLexerButton_clicked"></a> 104 </p><a NAME="EditorHighlightersPage.on_deleteLexerButton_clicked" ID="EditorHighlightersPage.on_deleteLexerButton_clicked"></a>
105 <h4>EditorHighlightersPage.on_deleteLexerButton_clicked</h4> 105 <h4>EditorHighlightersPage.on_deleteLexerButton_clicked</h4>
106 <b>on_deleteLexerButton_clicked</b>(<i></i>) 106 <b>on_deleteLexerButton_clicked</b>(<i></i>)
107 <p> 107 <p>
108 Private slot to delete the currently selected lexer association of the list. 108 Private slot to delete the currently selected lexer association of the
109 list.
109 </p><a NAME="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" ID="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged"></a> 110 </p><a NAME="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged" ID="EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged"></a>
110 <h4>EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged</h4> 111 <h4>EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged</h4>
111 <b>on_editorLexerCombo_currentIndexChanged</b>(<i>text</i>) 112 <b>on_editorLexerCombo_currentIndexChanged</b>(<i>text</i>)
112 <p> 113 <p>
113 Private slot to handle the selection of a lexer. 114 Private slot to handle the selection of a lexer.
114 </p><a NAME="EditorHighlightersPage.on_editorLexerList_itemActivated" ID="EditorHighlightersPage.on_editorLexerList_itemActivated"></a> 115 </p><dl>
116 <dt><i>text</i></dt>
117 <dd>
118 text of the lexer combo (string)
119 </dd>
120 </dl><a NAME="EditorHighlightersPage.on_editorLexerList_itemActivated" ID="EditorHighlightersPage.on_editorLexerList_itemActivated"></a>
115 <h4>EditorHighlightersPage.on_editorLexerList_itemActivated</h4> 121 <h4>EditorHighlightersPage.on_editorLexerList_itemActivated</h4>
116 <b>on_editorLexerList_itemActivated</b>(<i>itm, column</i>) 122 <b>on_editorLexerList_itemActivated</b>(<i>itm, column</i>)
117 <p> 123 <p>
118 Private slot to handle the activated signal of the lexer association list. 124 Private slot to handle the activated signal of the lexer association
125 list.
119 </p><dl> 126 </p><dl>
120 <dt><i>itm</i></dt> 127 <dt><i>itm</i></dt>
121 <dd> 128 <dd>
122 reference to the selecte item (QTreeWidgetItem) 129 reference to the selecte item (QTreeWidgetItem)
123 </dd><dt><i>column</i></dt> 130 </dd><dt><i>column</i></dt>
124 <dd> 131 <dd>
125 column the item was clicked or activated (integer) (ignored) 132 column the item was clicked or activated (integer)
133 (ignored)
126 </dd> 134 </dd>
127 </dl><a NAME="EditorHighlightersPage.on_editorLexerList_itemClicked" ID="EditorHighlightersPage.on_editorLexerList_itemClicked"></a> 135 </dl><a NAME="EditorHighlightersPage.on_editorLexerList_itemClicked" ID="EditorHighlightersPage.on_editorLexerList_itemClicked"></a>
128 <h4>EditorHighlightersPage.on_editorLexerList_itemClicked</h4> 136 <h4>EditorHighlightersPage.on_editorLexerList_itemClicked</h4>
129 <b>on_editorLexerList_itemClicked</b>(<i>itm, column</i>) 137 <b>on_editorLexerList_itemClicked</b>(<i>itm, column</i>)
130 <p> 138 <p>
131 Private slot to handle the clicked signal of the lexer association list. 139 Private slot to handle the clicked signal of the lexer association
140 list.
132 </p><dl> 141 </p><dl>
133 <dt><i>itm</i></dt> 142 <dt><i>itm</i></dt>
134 <dd> 143 <dd>
135 reference to the selecte item (QTreeWidgetItem) 144 reference to the selecte item (QTreeWidgetItem)
136 </dd><dt><i>column</i></dt> 145 </dd><dt><i>column</i></dt>
137 <dd> 146 <dd>
138 column the item was clicked or activated (integer) (ignored) 147 column the item was clicked or activated (integer)
148 (ignored)
139 </dd> 149 </dd>
140 </dl><a NAME="EditorHighlightersPage.save" ID="EditorHighlightersPage.save"></a> 150 </dl><a NAME="EditorHighlightersPage.save" ID="EditorHighlightersPage.save"></a>
141 <h4>EditorHighlightersPage.save</h4> 151 <h4>EditorHighlightersPage.save</h4>
142 <b>save</b>(<i></i>) 152 <b>save</b>(<i></i>)
143 <p> 153 <p>
153 </p><dl> 163 </p><dl>
154 <dt><i>dlg</i></dt> 164 <dt><i>dlg</i></dt>
155 <dd> 165 <dd>
156 reference to the configuration dialog 166 reference to the configuration dialog
157 </dd> 167 </dd>
168 </dl><dl>
169 <dt>Returns:</dt>
170 <dd>
171 reference to the instantiated page (ConfigurationPageBase)
172 </dd>
158 </dl> 173 </dl>
159 <div align="right"><a href="#top">Up</a></div> 174 <div align="right"><a href="#top">Up</a></div>
160 <hr /> 175 <hr />
161 </body></html> 176 </body></html>

eric ide

mercurial