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

Sat, 16 Nov 2013 16:17:06 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 16 Nov 2013 16:17:06 +0100
branch
5_3_x
changeset 3082
fd9748323ce6
parent 3074
6705abbb7253
child 3084
bb490ec69f98

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

Preferences/__init__.py file | annotate | diff | comparison | revisions
--- a/Preferences/__init__.py	Sun Nov 10 15:52:35 2013 +0100
+++ b/Preferences/__init__.py	Sat Nov 16 16:17:06 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