107 |
107 |
108 self.editorLexerList.clearSelection() |
108 self.editorLexerList.clearSelection() |
109 self.editorFileExtEdit.clear() |
109 self.editorFileExtEdit.clear() |
110 self.editorLexerCombo.setCurrentIndex(0) |
110 self.editorLexerCombo.setCurrentIndex(0) |
111 |
111 |
|
112 @pyqtSlot(QTreeWidgetItem, int) |
112 def on_editorLexerList_itemClicked(self, itm, column): |
113 def on_editorLexerList_itemClicked(self, itm, column): |
113 """ |
114 """ |
114 Private slot to handle the clicked signal of the lexer association |
115 Private slot to handle the clicked signal of the lexer association |
115 list. |
116 list. |
116 |
117 |