--- a/Preferences/__init__.py Wed Nov 13 23:30:59 2013 +0100 +++ b/Preferences/__init__.py Sat Nov 16 10:06:28 2013 +0100 @@ -260,6 +260,7 @@ "BraceHighlighting": True, "CreateBackupFile": False, "CaretLineVisible": False, + "CaretLineAlwaysVisible": False, "CaretWidth": 1, "ColourizeSelText": False, "CustomSelectionColours": False, @@ -651,7 +652,7 @@ # defaults for the help settings helpDefaults = { - "HelpViewerType": 1, # this coresponds with the radio button id + "HelpViewerType": 1, # this corresponds with the radio button id "CustomViewer": "", "PythonDocDir": "", "Python2DocDir": "",