Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3106
| From | rantingrick <rantingrick@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | [Bug / Feature Request] IDLE Shell |
| Date | 2011-04-12 18:50 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <b3c187ac-f0a3-459c-af58-704f88f87d67@t19g2000prd.googlegroups.com> (permalink) |
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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar
[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
csiph-web