Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #90178

Re: IDLE Restoration

References <08bb6733-1bc3-4f21-bba1-b97d3f73e010@googlegroups.com>
Date 2015-05-09 01:35 +1000
Subject Re: IDLE Restoration
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.254.1431099341.12865.python-list@python.org> (permalink)

Show all headers | View raw


On Sat, May 9, 2015 at 1:26 AM,  <subhabrata.banerji@gmail.com> wrote:
> In many applications there is a facility to restore its previous sessions, especially if they close accidentally.
>
> Does IDLE have any such facility?
> If it is there, how may I use it?
>
> If someone may kindly suggest it.

Generally the notion of session restore is a fairly limited one; for
instance, a text editor might keep track of which files were opened
(and maybe cursor positions), but not the actual contents. Web
browsers tend to do a bit more than that (a good thing, since they
crash more often than text editors do), but still generally depend on
being able to retrieve most of the content from the origin server(s)
on restart.

Are you hoping to have the IDLE editor restore the fact that you had
files X, Y, and Z open, or are you hoping to have the interactive
interpreter retain your entire history of commands and their results?
The former is reasonably plausible (and may well be possible already -
Terry?), but the latter is quite impractical.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

IDLE Restoration subhabrata.banerji@gmail.com - 2015-05-08 08:26 -0700
  Re: IDLE Restoration Chris Angelico <rosuav@gmail.com> - 2015-05-09 01:35 +1000
    Re: IDLE Restoration Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-05-08 18:06 +0200
      Re: IDLE Restoration Chris Angelico <rosuav@gmail.com> - 2015-05-09 02:16 +1000
        Re: IDLE Restoration Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-05-08 21:12 +0200
          Re: IDLE Restoration Chris Angelico <rosuav@gmail.com> - 2015-05-09 08:52 +1000
  Re: IDLE Restoration Terry Reedy <tjreedy@udel.edu> - 2015-05-08 20:24 -0400

csiph-web