<Enter> when cursor is on a previous command retrieves that command. Instead

of replacing the input line, the previous command is now appended to the
input line. Indentation is preserved, and undo is enabled.
Patch 1196917  Jeff Shute

Modified Files:
	NEWS.txt PyShell.py
This commit is contained in:
Kurt B. Kaiser 2005-06-19 18:56:15 +00:00
parent bff60aeb93
commit a7daba6866
2 changed files with 32 additions and 7 deletions

View file

@ -3,6 +3,11 @@ What's New in IDLE 1.2a0?
*Release date: XX-XXX-2005*
- <Enter> when cursor is on a previous command retrieves that command. Instead
of replacing the input line, the previous command is now appended to the
input line. Indentation is preserved, and undo is enabled.
Patch 1196917 Jeff Shute
- Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
the Untabify command.