Changed the default for the 'Autosave' config to be 'True'.

Sat, 16 Nov 2013 16:16:40 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 16 Nov 2013 16:16:40 +0100
changeset 3081
d50cc9efc7c7
parent 3078
b9422535d0fe
child 3083
6382a74d9599

Changed the default for the 'Autosave' config to be 'True'.

Preferences/__init__.py file | annotate | diff | comparison | revisions
--- a/Preferences/__init__.py	Mon Nov 11 19:45:35 2013 +0100
+++ b/Preferences/__init__.py	Sat Nov 16 16:16:40 2013 +0100
@@ -60,7 +60,7 @@
         "PassiveDbgPort": 42424,
         "PassiveDbgType": "Python",
         "AutomaticReset": False,
-        "Autosave": False,
+        "Autosave": True,
         "ThreeStateBreakPoints": False,
         "SuppressClientExit": False,
         "BreakAlways": False,

eric ide

mercurial