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 """ |