This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author weeble
Recipients Somelauw, ajaksu2, gpolo, weeble
Date 2009-01-29.15:01:44
SpamBayes Score 1.6958657e-13
Marked as misclassified No
Message-id <1233241308.2.0.281837419574.issue4676@psf.upfronthosting.co.za>
In-reply-to
Content
I can't see any useful reason to go to the absolute start of the line in 
the interactive shell. However, it does make sense in the source editor, 
and it is consistent with, for example, Visual Studio. The first use-
case off the top of my head is when you want to copy a block of code and 
not lose the relative indentation of the first line. You press home-
twice to go to the absolute start of line and select from there. It's 
also the only quick way in IDLE to be sure that the text widget is 
scrolled all the way to the left, since there's no horizontal scrollbar. 
(Any idea why that is? I assumed it's to discourage long lines, but I 
don't know.)

The proposal I refer to in IDLE-dev is this:
    http://mail.python.org/pipermail/idle-dev/2009-January/002742.html

I only mention it because it demonstrates another reason why we might 
want to override the default selection/navigation mechanics.
History
Date User Action Args
2009-01-29 15:01:48weeblesetrecipients: + weeble, ajaksu2, gpolo, Somelauw
2009-01-29 15:01:48weeblesetmessageid: <1233241308.2.0.281837419574.issue4676@psf.upfronthosting.co.za>
2009-01-29 15:01:46weeblelinkissue4676 messages
2009-01-29 15:01:45weeblecreate