106 self.editorFileExtEdit.clear() |
106 self.editorFileExtEdit.clear() |
107 self.editorLexerCombo.setCurrentIndex(0) |
107 self.editorLexerCombo.setCurrentIndex(0) |
108 |
108 |
109 def on_editorLexerList_itemClicked(self, itm, column): |
109 def on_editorLexerList_itemClicked(self, itm, column): |
110 """ |
110 """ |
111 Private slot to handle the clicked signal of the lexer association list. |
111 Private slot to handle the clicked signal of the lexer association |
|
112 list. |
112 |
113 |
113 @param itm reference to the selecte item (QTreeWidgetItem) |
114 @param itm reference to the selecte item (QTreeWidgetItem) |
114 @param column column the item was clicked or activated (integer) |
115 @param column column the item was clicked or activated (integer) |
115 (ignored) |
116 (ignored) |
116 """ |
117 """ |