Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'that?': 0.05; '(python': 0.07; 'editor.': 0.09; 'cc:addr:python-list': 0.11; '23,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'indent': 0.16; 'ought': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'statement': 0.30; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'lines': 0.31; 'that.': 0.31; 'bunch': 0.31; 'text': 0.33; 'fri,': 0.33; 'editor': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'idle': 0.36; 'question,': 0.38; "you're": 0.61; 'again?': 0.84; 'everything.': 0.84; 'subject:Global': 0.91; 'to:none': 0.92 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=IoYkDjHZ0ry61xcalZOaiF54rXg17g72v8ZKEJ872Jo=; b=fglaTBnUYDX3MVQtCMNRIjaxz1VOiZV9Msf31ut0n//nVg2rAG7CeOtQQgMSiOGVPv 8Y1NJ78ezFl8Oxug42c9c6irK2OiNvyt3pX7kVbwUFlJUxcHCmN9W3K3pfAAREoDs5bH i9DHt9lxOZrMbRqKwqam+nDx0NcfhMPLLTqXYU+uNRvCzAuQOUHjm97NMTJMezqJpm57 WUM5QU597gJP8QdAy1OV/BJO5lMcXZJfwT1fsG7B8ODLD03MztOEQt8wdHiZtKQvd2Na Jm1sUDIiaxzgpsBIcBFtAHOLlQYm5FYLSLnPYE4/Ju5fVTfI1W38JDA18IrYEsyXN5lE KCng== MIME-Version: 1.0 X-Received: by 10.50.80.76 with SMTP id p12mr882844igx.34.1408738845309; Fri, 22 Aug 2014 13:20:45 -0700 (PDT) In-Reply-To: References: Date: Sat, 23 Aug 2014 06:20:45 +1000 Subject: Re: Global indent From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408738847 news.xs4all.nl 2899 [2001:888:2000:d::a6]:49611 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76821 On Sat, Aug 23, 2014 at 5:46 AM, Seymore4Head wrote: > On Fri, 22 Aug 2014 14:19:29 -0400, Seymore4Head > wrote: > >>Is there a way to indent everything again? >> >>Say I have a while statement with several lines of code and I want to >>add a while outside that. That means indenting everything. Is there >>a global way to do that? > > Ok.....so the answer is no using IDLE (Python GUI) This is very much an editor question, so you ought to have said *right at the beginning* that you're using Idle's editor. Try selecting a bunch of text and hitting Tab. ChrisA