Project/LexerAssociationDialog.py

changeset 3030
4a0a82ddd9d2
parent 3010
befeff46ec0f
child 3058
0a02c433f52d
child 3160
209a07d7e401
equal deleted inserted replaced
3029:4055a15ce0f2 3030:4a0a82ddd9d2
85 del itm 85 del itm
86 QTreeWidgetItem(self.editorLexerList, [ext, lexer]) 86 QTreeWidgetItem(self.editorLexerList, [ext, lexer])
87 self.editorFileExtEdit.clear() 87 self.editorFileExtEdit.clear()
88 self.editorLexerCombo.setCurrentIndex(0) 88 self.editorLexerCombo.setCurrentIndex(0)
89 self.pygmentsLexerCombo.setCurrentIndex(0) 89 self.pygmentsLexerCombo.setCurrentIndex(0)
90 self.editorLexerList.sortItems(self.editorLexerList.sortColumn(), 90 self.editorLexerList.sortItems(
91 self.editorLexerList.sortColumn(),
91 self.editorLexerList.header().sortIndicatorOrder()) 92 self.editorLexerList.header().sortIndicatorOrder())
92 93
93 @pyqtSlot() 94 @pyqtSlot()
94 def on_deleteLexerButton_clicked(self): 95 def on_deleteLexerButton_clicked(self):
95 """ 96 """

eric ide

mercurial