Sat, 16 Nov 2013 16:16:40 +0100
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,