98 del itm |
98 del itm |
99 QTreeWidgetItem(self.editorLexerList, [ext, lexer]) |
99 QTreeWidgetItem(self.editorLexerList, [ext, lexer]) |
100 self.editorFileExtEdit.clear() |
100 self.editorFileExtEdit.clear() |
101 self.editorLexerCombo.setCurrentIndex(0) |
101 self.editorLexerCombo.setCurrentIndex(0) |
102 self.pygmentsLexerCombo.setCurrentIndex(0) |
102 self.pygmentsLexerCombo.setCurrentIndex(0) |
103 self.editorLexerList.sortItems(self.editorLexerList.sortColumn(), |
103 self.editorLexerList.sortItems( |
|
104 self.editorLexerList.sortColumn(), |
104 self.editorLexerList.header().sortIndicatorOrder()) |
105 self.editorLexerList.header().sortIndicatorOrder()) |
105 |
106 |
106 @pyqtSlot() |
107 @pyqtSlot() |
107 def on_deleteLexerButton_clicked(self): |
108 def on_deleteLexerButton_clicked(self): |
108 """ |
109 """ |