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