Preferences/ConfigurationPages/EditorHighlightersPage.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3025
67064c71df21
child 3060
5883ce99ee12
diff -r 10516539f238 -r 0a02c433f52d Preferences/ConfigurationPages/EditorHighlightersPage.py
--- a/Preferences/ConfigurationPages/EditorHighlightersPage.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Preferences/ConfigurationPages/EditorHighlightersPage.py	Fri Nov 01 15:48:48 2013 +0100
@@ -100,7 +100,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