--- 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" : "",