Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Fabio Zadrozny Newsgroups: comp.lang.python Subject: Re: Which Python editor has this feature? Date: Tue, 26 Jan 2016 16:09:41 -0200 Lines: 20 Message-ID: References: <830f6f97-22dd-488c-9dd6-e9cd92844307@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de tIm1mJFPdqA3oFJunqefJwzqTusRZxTuJhbXFvyH0CWQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'method,': 0.07; 'subject:editor': 0.07; 'cc:addr:python-list': 0.09; 'cursor': 0.09; 'editor.': 0.09; 'methods,': 0.09; 'python': 0.10; 'jan': 0.11; '11:59': 0.16; '2016': 0.16; 'bracket': 0.16; 'cc:name:python list': 0.16; 'mark,': 0.16; 'navigating': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'scopes': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'select': 0.23; 'bit': 0.23; 'matching': 0.23; 'header:In-Reply- To:1': 0.24; 'helpful': 0.27; 'message-id:@mail.gmail.com': 0.27; 'start,': 0.27; '(although': 0.29; 'indentation': 0.29; 'code': 0.30; 'jump': 0.33; 'lets': 0.33; 'shift': 0.33; 'received:google.com': 0.35; 'something': 0.35; 'level': 0.35; 'received:209.85': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'end': 0.39; 'different': 0.63; 'times': 0.63; 'between': 0.65; 'upper': 0.76; 'subject:this': 0.85 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=uCNFD8+mxwbSfLFRmmmEmCq35xHpOV0XLIyZulKpEbU=; b=nVuA3q+LuQ7y0GpGs8Y5EFUwpozGOi7D9Rvw3z3SjKheduxtu491g955+K0udItiIc fEijelLJBmqtJ53QyQ/WcSOU+K5OmstFBEn6/9j9I3y7nfLMuOsTOSpBNibcMujArIAa qLfP1tlzngMbYqY44di/XjPINtDan95g0RoH3miZw/RZoF8rx3embJYmpiXi4Z8g7qRG o+r5Om+VK2pv8Xw305Uqks4x37+zFmSWYmXQLlTI+7xABNBRGn1oQushdUTuf1HrLaN6 GNgeGLnJWk6AifWhsdcQY4Zx2fiTJzoJy/+fKiBGsDdMVrNlFnIAYVqnkldEtlxfpvY8 dmNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=uCNFD8+mxwbSfLFRmmmEmCq35xHpOV0XLIyZulKpEbU=; b=DdLxFtyIVzH/qQbzl+CeJMCgwYez/NZHcikBe8kuS7pR8p1RzluTD07/XDsx/+Gvjr qX6dG+TO6ABA6nK/CmKgQkcHuqnDGaYkFRcNhPQd7XQO77DyeD7JeYKW81l8equ7tt1N 020lVYnggnDEDRntiKp6V6MmQJp19MfbyiQLPiqRdsM6K2XbpXt2RukAiBL3S1YSIclL Ywivxdi/rSHI7qoJKviY3+R/yPYJ/ud5ElfPhMUxfRZgilxB/ZKD1bFvwgCyXkIXou6T mAPItKg9QCwvaQ2N68k7gGyijvC1Wuj4AC8toerrsymJyNSm//yOQV12GAVEp6uAsGGN YHyA== X-Gm-Message-State: AG10YORUj/DtjqKvCEg0TNQC45GQVXkmOBwrTzfPd4+nN5piBNa0kJchtHUdkEeDrq6/hzQzVyB3/4QL1vl9Ug== X-Received: by 10.50.66.243 with SMTP id i19mr26248993igt.20.1453831801230; Tue, 26 Jan 2016 10:10:01 -0800 (PST) In-Reply-To: <830f6f97-22dd-488c-9dd6-e9cd92844307@googlegroups.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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:102135 On Sun, Jan 10, 2016 at 11:59 PM, wrote: > It lets you jump between the current cursor position and the line the > upper level indentation start, something like the bracket matching in C > editor. Because of Python use indentation as its code block mark, It migh= t > be helpful if we can jump between different level of it:-) > =E2=80=8BYou can do this in Eclipse/PyDev by using the scope selector (=E2= =80=8BShift + Alt + Up multiple times to select outer scopes and Shift + Alt + Down to deselect) and then use left arrow to go to the start or right arrow to go to the end (although if you're just navigating methods, you can do Ctrl+Shift+Up / Down to select the previous/next method, which may be a bit faster). Best Regards, Fabio=E2=80=8B