eric6/Preferences/ConfigurationPages/EditorHighlightersPage.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
28 """ 28 """
29 Constructor 29 Constructor
30 30
31 @param lexers reference to the lexers dictionary 31 @param lexers reference to the lexers dictionary
32 """ 32 """
33 super(EditorHighlightersPage, self).__init__() 33 super().__init__()
34 self.setupUi(self) 34 self.setupUi(self)
35 self.setObjectName("EditorHighlightersPage") 35 self.setObjectName("EditorHighlightersPage")
36 36
37 self.editorLexerList.headerItem().setText( 37 self.editorLexerList.headerItem().setText(
38 self.editorLexerList.columnCount(), "") 38 self.editorLexerList.columnCount(), "")

eric ide

mercurial