Preferences/__init__.py

branch
Py2 comp.
changeset 3080
6c0a430b19df
parent 3065
070b35dde35e
parent 3076
4002e6f10ec2
child 3142
55030c09e142
--- 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": "",

eric ide

mercurial