Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #3106 > unrolled thread

[Bug / Feature Request] IDLE Shell

Started byrantingrick <rantingrick@gmail.com>
First post2011-04-12 18:50 -0700
Last post2011-04-13 12:04 +1000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  [Bug / Feature Request] IDLE Shell rantingrick <rantingrick@gmail.com> - 2011-04-12 18:50 -0700
    Re: [Bug / Feature Request] IDLE Shell James Mills <prologic@shortcircuit.net.au> - 2011-04-13 12:04 +1000

#3106 — [Bug / Feature Request] IDLE Shell

Fromrantingrick <rantingrick@gmail.com>
Date2011-04-12 18:50 -0700
Subject[Bug / Feature Request] IDLE Shell
Message-ID<b3c187ac-f0a3-459c-af58-704f88f87d67@t19g2000prd.googlegroups.com>
Hello folks,

In the IDLE shell when pressing the key combos "Control+Up" and
"Control+Down" the insertion cursor should jump to the nearest prompt
(>>>) above or below it's current position respectively.

Note: In the Editor Window of IDLE the current behavior is for the
insertion cursor to jump to the next block (which is just fine for the
Editing Source code!) HOWEVER in the shell we need a much more
intelligent behavior.

py> shell != editor
True

[toc] | [next] | [standalone]


#3109

FromJames Mills <prologic@shortcircuit.net.au>
Date2011-04-13 12:04 +1000
Message-ID<mailman.298.1302660315.9059.python-list@python.org>
In reply to#3106
On Wed, Apr 13, 2011 at 11:50 AM, rantingrick <rantingrick@gmail.com> wrote:
> In the IDLE shell when pressing the key combos "Control+Up" and
> "Control+Down" the insertion cursor should jump to the nearest prompt
> (>>>) above or below it's current position respectively.
>
> Note: In the Editor Window of IDLE the current behavior is for the
> insertion cursor to jump to the next block (which is just fine for the
> Editing Source code!) HOWEVER in the shell we need a much more
> intelligent behavior.

Not to be rude or anything - but why can't you get the latest IDLE
source code, patch it, test it, see how you like it and if you feel
it useful, share the patch and/or file a bug with the patch.

cheers
James

-- 
-- James Mills
--
-- "Problems are solved by method"

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web