Project/LexerAssociationDialog.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3030
4a0a82ddd9d2
child 3145
a9de05d4a22f
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
87 del itm 87 del itm
88 QTreeWidgetItem(self.editorLexerList, [ext, lexer]) 88 QTreeWidgetItem(self.editorLexerList, [ext, lexer])
89 self.editorFileExtEdit.clear() 89 self.editorFileExtEdit.clear()
90 self.editorLexerCombo.setCurrentIndex(0) 90 self.editorLexerCombo.setCurrentIndex(0)
91 self.pygmentsLexerCombo.setCurrentIndex(0) 91 self.pygmentsLexerCombo.setCurrentIndex(0)
92 self.editorLexerList.sortItems(self.editorLexerList.sortColumn(), 92 self.editorLexerList.sortItems(
93 self.editorLexerList.sortColumn(),
93 self.editorLexerList.header().sortIndicatorOrder()) 94 self.editorLexerList.header().sortIndicatorOrder())
94 95
95 @pyqtSlot() 96 @pyqtSlot()
96 def on_deleteLexerButton_clicked(self): 97 def on_deleteLexerButton_clicked(self):
97 """ 98 """

eric ide

mercurial