Patches item #1196903, was opened at 2005-05-06 16:33 Message generated for change (Comment added) made by rhettinger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1196903&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: IDLE Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jeff Shute (jshute) >Assigned to: Kurt B. Kaiser (kbk) 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. ---------------------------------------------------------------------- >Comment By: Raymond Hettinger (rhettinger) Date: 2005-07-15 04:17 Message: Logged In: YES user_id=80475 Hmm, the toggling part is not that common or intuitive. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1196903&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
