summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/AutoExpand.py
Commit message (Collapse)AuthorAgeFilesLines
* M AutoExpand.pyKurt B. Kaiser2003-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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 <ctrl-v> 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!
* Merge Py Idle's Rev 1.5Kurt B. Kaiser2002-09-151-1/+1
| | | | Use string.ascii_letters instead of string.letters (SF bug #226706)
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-8/+0
|
* py-cvs-rel1_2 (Rev 1.4) merge,Kurt B. Kaiser2001-07-121-2/+1
| | | | | "Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2). Get rid of assignment to unused self.text.wordlist." --GvR
* Initial revisionDavid Scherer2000-08-151-0/+92