Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:IDLE': 0.04; 'filenames': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'jan': 0.12; 'windows': 0.15; '(something': 0.16; 'closed,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'sessions,': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'help.': 0.21; 'header:User-Agent:1': 0.23; 'header:X-Complaints- To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'especially': 0.30; 'facility': 0.31; 'open': 0.33; 'but': 0.35; 'there': 0.35; 'idle': 0.36; 'window': 0.38; 'to:addr:python- list': 0.38; 'files': 0.38; 'previous': 0.38; 'recent': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'easy': 0.60; 'no.': 0.61; 'making': 0.63; 'email addr:gmail.com': 0.63; 'such': 0.63; 'group,': 0.63; 'dear': 0.65; 'close': 0.67; 'restore': 0.78; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: IDLE Restoration Date: Fri, 08 May 2015 20:24:11 -0400 References: <08bb6733-1bc3-4f21-bba1-b97d3f73e010@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: <08bb6733-1bc3-4f21-bba1-b97d3f73e010@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1431131065 news.xs4all.nl 2868 [2001:888:2000:d::a6]:35043 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3394 X-Received-Body-CRC: 260524807 Xref: csiph.com comp.lang.python:90201 On 5/8/2015 11:26 AM, subhabrata.banerji@gmail.com wrote: > Dear Group, > > In many applications there is a facility to restore its previous sessions, especially if they close accidentally. > > Does IDLE have any such facility? No. You are prompted to close unsaved files. Filenames are saved in Recent files, making it easy to reopen. I have used Notepad++, which automatically reopens files left open when last closed, but I find that to be a nuisance as much as a help. But it is less a nuisance in Notepad++ because it has one tabbed window instead of multiple windows (something I would like for Idle). -- Terry Jan Reedy