Preferences/__init__.py

changeset 802
e8882d16384c
parent 791
9ec2ac20e54e
child 816
53e282890577
diff -r 16f9875e278b -r e8882d16384c Preferences/__init__.py
--- a/Preferences/__init__.py	Sun Jan 02 12:01:37 2011 +0100
+++ b/Preferences/__init__.py	Mon Jan 03 17:10:45 2011 +0100
@@ -494,6 +494,8 @@
         "HideGeneratedForms" : False,
         "FollowEditor" : True, 
         "RecentNumber" : 9, 
+        "DeterminePyFromProject" : True,
+        # TODO: add this to config dialog
     }
     
     # defaults for the multi project settings
@@ -565,6 +567,7 @@
         "HelpViewerType" : 1,      # this coresponds with the radio button id
         "CustomViewer" : "",
         "PythonDocDir" : "",
+        "Python2DocDir" : "", 
         "QtDocDir" : "",
         "Qt4DocDir" : "",
         "PyQt4DocDir" : "",

eric ide

mercurial