From 1061e7270b13a0e632c5a28791a46e38b48a39a0 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Sat, 4 Jan 2003 01:43:53 +0000 Subject: M AutoExpand.py M Bindings.py M EditorWindow.py M PyShell.py M config-keys.def M configHandler.py M help.txt 1. Annotate the shell window with last restart boundary upon restart. 2. Provide a shell menu entry and hot key (F6) to jump to the last restart boundary. 3. Add a new shell menu feature to restart the shell. 4. Update the help menu to add these features. 5. Update the help menu to put text in same order as the menus. 6. Correct a capitalization inconsistency on the Edit menu: Expand Word 7. Rename the "Debug" menu to be "Shell": it's doing more now. 8. Rearrange the "Shell" menu to make the StackViewer entries adjacent. 9. Add a get_geometry method to EditorWindow, which may be of use in making window positions persisent. 10. Make the "Classic Windows" paste key. 11. Restore decorum on the Help menu by removing "Advice". As Guido said, things will never be the same. Thanks, David! --- Lib/idlelib/AutoExpand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/AutoExpand.py') diff --git a/Lib/idlelib/AutoExpand.py b/Lib/idlelib/AutoExpand.py index 88018305fc..9e93d57d65 100644 --- a/Lib/idlelib/AutoExpand.py +++ b/Lib/idlelib/AutoExpand.py @@ -9,7 +9,7 @@ class AutoExpand: menudefs = [ ('edit', [ - ('E_xpand word', '<>'), + ('E_xpand Word', '<>'), ]), ] -- cgit v1.2.1