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