Preferences/ConfigurationPages/EditorHighlightersPage.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3025
67064c71df21
child 3060
5883ce99ee12
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
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 """

eric ide

mercurial