Preferences/ConfigurationPages/EditorAPIsPage.py

changeset 130
fcce4cc20d95
parent 55
b5c84934de9c
child 500
c3abc7895a01
child 792
a13346916170
diff -r 3bc474738bf3 -r fcce4cc20d95 Preferences/ConfigurationPages/EditorAPIsPage.py
--- a/Preferences/ConfigurationPages/EditorAPIsPage.py	Sun Feb 28 14:33:07 2010 +0000
+++ b/Preferences/ConfigurationPages/EditorAPIsPage.py	Sun Feb 28 17:27:35 2010 +0000
@@ -47,7 +47,8 @@
             Preferences.getEditor("AutoPrepareAPIs"))
         
         self.apis = {}
-        apiLanguages = sorted([''] + list(QScintilla.Lexers.getSupportedLanguages().keys()))
+        apiLanguages = sorted([''] + \
+                       list(QScintilla.Lexers.getSupportedLanguages().keys()))
         for lang in apiLanguages:
             if lang != "Guessed":
                 self.apiLanguageComboBox.addItem(lang)
@@ -257,4 +258,4 @@
     @param dlg reference to the configuration dialog
     """
     page = EditorAPIsPage()
-    return page
\ No newline at end of file
+    return page

eric ide

mercurial