Preferences/ConfigurationPages/EditorHighlightersPage.py

changeset 3025
67064c71df21
parent 3010
befeff46ec0f
child 3038
7fe9a53280bd
child 3058
0a02c433f52d
equal deleted inserted replaced
3024:17c01303a239 3025:67064c71df21
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 """

eric ide

mercurial