Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Which Python editor has this feature? Date: Tue, 12 Jan 2016 11:14:59 +1100 Lines: 15 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 X-Trace: news.uni-berlin.de WrYDxtXJoIZTNMOvPI82pgsA7e/zn93NCgVINzBAoktw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'context': 0.05; 'postgresql': 0.07; 'subject:editor': 0.07; 'cc:addr:python-list': 0.09; 'jan': 0.11; '2016': 0.16; 'cool.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'read-only.': 0.16; 'received:209.85.213.176': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'fairly': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; 'message-id:@mail.gmail.com': 0.27; 'thread,': 0.29; 'window': 0.30; 'idle': 0.33; 'tue,': 0.34; 'that,': 0.34; 'received:google.com': 0.35; 'next': 0.35; 'text': 0.35; 'nothing.': 0.35; 'platforms,': 0.35; 'should': 0.36; 'lines': 0.36; 'received:209.85': 0.36; '(and': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'display': 0.37; '12,': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'does': 0.39; 'clicking': 0.75; 'chrisa': 0.84; "students'": 0.84; 'subject:this': 0.85; 'to:none': 0.91; 'request:': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=8abyezleZys4hkE/B4ZPcHwJj/dSy/MBo2eg4NW9Ye0=; b=a+VbfRR6R06GhGJgn18PYa551qV+JebgtBCT86WIEjX4oV7EuKsga2Zw29ZDX/gAgd irPLzCLXT0S21UvXKOTmKPeral9XLoybcjXl4Vrvr2bfBV6TLs+FEwljujdkuvQYC3K9 MXVTyLvEpuugehack2nvXbCfNRKwq2r9PRUT9kI1+aclvZ+9yMZjLcz+ro8ioJ3Gwk1T tayHIATHp32BmsyPUVu6wUbyN1hm9ci5RkjcUL4gLUnnb0NJ4AD1dny5i0KyEcoBgfXD CpyJ0mapXMlyHN9tx6T+SzEXPIK2+dDeZVK4lOyXiq1hLVFelaSCax3xheYziP1CB1L6 fjBA== X-Received: by 10.50.28.19 with SMTP id x19mr15195944igg.92.1452557699831; Mon, 11 Jan 2016 16:14:59 -0800 (PST) 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:101501 On Tue, Jan 12, 2016 at 8:21 AM, Terry Reedy wrote: > > The context is currently read-only. Clicking on context lines does nothing. > As a result of this thread, I am thinking that clicking on a context line > should scroll up the main text window to display that line at the top (and > remove that line and any below from the context box). I *think* that this > should be fairly easy. That'd be pretty cool. Next IDLE feature request: Can you make it so that, across all platforms, it magically installs PostgreSQL and psycopg2? That would solve so many of my students' problems... ChrisA