adem0x / pyscripter

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

Restore last set of open files on abnormal termination #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On startup, PyScripter currently restores the set of files you had open the
last time you shut down successfully. The problem is if you have to force
kill the process, the current set isn't remembered.

To reproduce:
1. Start PyScripter.
2. Open a few files.
3. Run this script:
      while 1: pass
4. Kill PyScripter and reload it.

Original issue reported on code.google.com by blaker...@gmail.com on 1 Apr 2007 at 5:41

GoogleCodeExporter commented 9 years ago
Fixed in SVN.  A new IDE option is introduced "Save Envrironment before run" 
(Off by
default).  If this option is on, environment data (layout, open files, other 
options)
are saved before running and debugging scripts.  The downside is that this 
introduces
a delay.

Original comment by pyscripter on 8 Apr 2007 at 1:49