X-Received: by 10.98.72.17 with SMTP id v17mr8258530pfa.9.1452477598826; Sun, 10 Jan 2016 17:59:58 -0800 (PST) X-Received: by 10.50.138.197 with SMTP id qs5mr21870igb.5.1452477598752; Sun, 10 Jan 2016 17:59:58 -0800 (PST) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!h5no2806830igh.0!news-out.google.com!kr2ni1472igb.0!nntp.google.com!h5no2806825igh.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Sun, 10 Jan 2016 17:59:58 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=36.238.102.96; posting-account=G2sM6AoAAADOlDdo9rWD6sFkj3T5ULsz NNTP-Posting-Host: 36.238.102.96 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <830f6f97-22dd-488c-9dd6-e9cd92844307@googlegroups.com> Subject: Which Python editor has this feature? From: jfong@ms4.hinet.net Injection-Date: Mon, 11 Jan 2016 01:59:58 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.python:101454 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 might be helpf= ul if we can jump between different level of it:-) --Jach Fong