Blob Blame History Raw
--- eric-3.9.0/eric/Preferences/__init__.py.prefs	2006-04-02 03:53:29.000000000 -0500
+++ eric-3.9.0/eric/Preferences/__init__.py	2006-05-11 15:09:52.000000000 -0500
@@ -190,12 +190,16 @@
     }
     
     editorOtherFontsDefaults = {
-        "MarginsFont" : "Helvetica,12,-1,5,50,0,0,0,0,0",
-        "MonospacedFont" : "Courier,12,-1,5,50,0,0,0,0,0"
+        "MarginsFont" : "sans-serif,12,-1,5,50,0,0,0,0,0",
+        "MonospacedFont" : "monospace,12,-1,5,50,0,0,0,0,0"
     }
     
+    pyApiList = QStringList()
+    for file in ["python", "qt", "qttext", "qtcanvas", "qtgl", "qtnetwork", "qtsql", "qttable", "qtui", "qtxml"]:
+        pyApiList.append(QString("@APIDIR@/%s.api" % file))
+
     editorAPIDefaults = {
-        "Python" : QStringList(),
+        "Python" : pyApiList, 
         "C++" : QStringList(),
         "C#" : QStringList(),
         "IDL" : QStringList(),