[Patches] [ python-Patches-1196903 ] smarter behaviour for home key in IDLE

SourceForge.net noreply at sourceforge.net
Fri May 6 23:33:37 CEST 2005


Patches item #1196903, was opened at 2005-05-06 17:33
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1196903&group_id=5470

Category: IDLE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Shute (jshute)
Assigned to: Nobody/Anonymous (nobody)
Summary: smarter behaviour for home key in IDLE

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1196903&group_id=5470


More information about the Patches mailing list