adem0x / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Add "Code Autosave" for all open files in PyScripter #220

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a couple of python files
2. Edit them
3. Shut the computer with its Power-Button

What is the expected output? What do you see instead?
In an ideal scenario, the IDE will perform an autosave after every few
minutes (which will be cofigurable by the user), so that a sudden system
crash does not wipe off all changes that were done to the source by the
unassuming programmer

What version of the product are you using? On what operating system?
ver1.9.9.2 on WinXP-SP2

Please provide any additional information below.
Two options should be enough:
a) Autosave ON:OFF
b) Autosave interval: Value in (seconds/minutes/hours)
c) Autosave for unsaved files: YES/NO
   if YES then:
   a) Save in
   b) Save in PyScripter's native directory
   c) Ask user

Original issue reported on code.google.com by vsapr...@gmail.com on 15 May 2008 at 1:53

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 10 Jun 2008 at 1:18

GoogleCodeExporter commented 9 years ago
Issue 540 has been merged into this issue.

Original comment by pyscripter on 25 Jul 2011 at 1:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Currently, if a script is run, code changed and run again, the top bar 
indicates that the script was saved before the second execution.  This is good, 
but if one closes the file, there is a message that there is an unsaved file.  
Not so good.

Colin W

Original comment by cjwillia...@gmail.com on 11 Apr 2013 at 3:27