Preferences/ConfigurationPages/EditorHighlightersPage.py

changeset 3025
67064c71df21
parent 3010
befeff46ec0f
child 3038
7fe9a53280bd
child 3058
0a02c433f52d
--- a/Preferences/ConfigurationPages/EditorHighlightersPage.py	Tue Oct 15 19:13:32 2013 +0200
+++ b/Preferences/ConfigurationPages/EditorHighlightersPage.py	Wed Oct 16 15:16:54 2013 +0200
@@ -98,7 +98,8 @@
             self.editorFileExtEdit.clear()
             self.editorLexerCombo.setCurrentIndex(0)
             self.pygmentsLexerCombo.setCurrentIndex(0)
-            self.editorLexerList.sortItems(self.editorLexerList.sortColumn(),
+            self.editorLexerList.sortItems(
+                self.editorLexerList.sortColumn(),
                 self.editorLexerList.header().sortIndicatorOrder())
         
     @pyqtSlot()

eric ide

mercurial