Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: Which Python editor has this feature? Date: Tue, 12 Jan 2016 02:55:30 -0500 Lines: 17 Message-ID: References: <830f6f97-22dd-488c-9dd6-e9cd92844307@googlegroups.com> <5f1619e5-83ff-449e-b7e5-2374a37bd50b@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de Q2IEKSG4304R8vKTSO+eDwjJHWokAL3/jeAT2ABPSiIg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'subject:editor': 0.07; 'optional': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'jan': 0.11; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'tab,': 0.16; 'wrote:': 0.16; 'app': 0.16; 'thanks,': 0.24; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; 'header': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'separate': 0.27; 'screen.': 0.29; 'window': 0.30; 'class': 0.33; 'idle': 0.33; 'open': 0.33; 'editor': 0.34; 'file': 0.34; 'instead': 0.36; 'lines': 0.36; 'received:71': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'goal': 0.64; 'ttk': 0.84; 'window,': 0.84; 'subject:this': 0.85; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-71-185-227-36.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: 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: , Xref: csiph.com comp.lang.python:101523 On 1/11/2016 8:51 PM, jfong@ms4.hinet.net wrote: > Terry Reedy at 2016/1/12 UTC+8 5:22:35AM wrote: >> IDLE has an optional 'code context' feature that shows header lines that >> have scrolled up off the top of the screen. This would let you see >> which class you are in, > > Thanks, Terry. It's just what I am looking for:-) > By the way, do you know how to open file in a new tab, instead of in a separate window, in the IDLE editor? Revamping IDLE to 1. use ttk widgets and 2. become a modern single window app with multiple panes, including a tabbed editor pane, is a goal for 2016. -- Terry Jan Reedy