small issue with Idle

2008-08-08 Thread v4vijayakumar
When you press 'home' button cursor goes before  prompt. This is
little uncomfortable.

I am using Idle 1.2.2. (python 2.5.2.)
--
http://mail.python.org/mailman/listinfo/python-list


Re: small issue with Idle

2008-08-08 Thread Lie
On Aug 8, 9:41 pm, v4vijayakumar [EMAIL PROTECTED]
wrote:
 When you press 'home' button cursor goes before  prompt. This is
 little uncomfortable.

 I am using Idle 1.2.2. (python 2.5.2.)

This is IDLE's behavior, not really python's. Anyway, I don't really
mind the minor annoyance as you don't seriously program serious
program in interactive mode (no pun intended). Anyway, if you feel
really disturbed by this, you should file a bug in: http://bugs.python.org/
--
http://mail.python.org/mailman/listinfo/python-list


Re: small issue with Idle

2008-08-08 Thread Mike Driscoll
On Aug 8, 9:41 am, v4vijayakumar [EMAIL PROTECTED]
wrote:
 When you press 'home' button cursor goes before  prompt. This is
 little uncomfortable.

 I am using Idle 1.2.2. (python 2.5.2.)

There's a free version of Wing IDE that has an IDLE-like interface
that doesn't have this issue...or you could just use the command line
version of IDLE.

Mike
--
http://mail.python.org/mailman/listinfo/python-list


Re: small issue with Idle

2008-08-08 Thread Terry Reedy



Lie wrote:

On Aug 8, 9:41 pm, v4vijayakumar [EMAIL PROTECTED]
wrote:

When you press 'home' button cursor goes before  prompt. This is
little uncomfortable.

I am using Idle 1.2.2. (python 2.5.2.)


This is IDLE's behavior, not really python's. Anyway, I don't really
mind the minor annoyance as you don't seriously program serious
program in interactive mode (no pun intended). Anyway, if you feel
really disturbed by this, you should file a bug in: http://bugs.python.org/


I verified that behavior is same in 3.0b2.  I added a note to
http://bugs.python.org/issue2704.
In the meanwhile, PageUp PageDn will go where you want if there is text 
above the window to jump to.


--
http://mail.python.org/mailman/listinfo/python-list


Re: small issue with Idle

2008-08-08 Thread Terry Reedy



Mike Driscoll wrote:


There's a free version of Wing IDE that has an IDLE-like interface
that doesn't have this issue...or you could just use the command line
version of IDLE.


What are you referring to?

--
http://mail.python.org/mailman/listinfo/python-list