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 jshute
Recipients
Date 2005-05-06.21:33:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch modifies IDLE to have behaviour similar to
other IDEs when you press home.  Pressing ones takes
you to the start of text on the line (skipping
whitespace or the prompt characters).  Pressing home
again toggles between that position and the absolute
start of the line.

There was already some code in PyShell.py that
attempted to do part of this for the prompt characters,
but it did not work.
History
Date User Action Args
2007-08-23 15:42:55adminlinkissue1196903 messages
2007-08-23 15:42:55admincreate