src/eric7/Project/LexerAssociationDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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

eric ide

mercurial