summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Bindings.py
Commit message (Collapse)AuthorAgeFilesLines
* M AutoExpand.pyKurt B. Kaiser2003-01-041-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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!
* Uniform Capitalization in MenusKurt B. Kaiser2002-12-241-20/+20
|
* Merge Py Idle's Rev 1.16 (string methods)Kurt B. Kaiser2002-09-151-1/+0
|
* Bindings.pyKurt B. Kaiser2002-09-141-8/+10
| | | | | AutoIndent merged 21Jul cleanup and remove references to config backend 06Aug
* add a version of GvR's q&d python idle printing patch,Steven M. Gava2002-06-111-0/+2
| | | | slightly tweaked and modified for the idlefork config system
* further work on config systemSteven M. Gava2002-02-181-8/+8
|
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-1/+1
|
* loading core keybindings via new config system plusSteven M. Gava2002-01-041-6/+1
| | | | further devel of highlight handling
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-041-0/+7
| | | | | adjust configuration sources accordingly move SearchBindings.py into the attic now
* further work on new configuration system, specifically,Steven M. Gava2001-12-031-5/+8
| | | | on keybinding configuration
* back in harness on new config systemSteven M. Gava2001-11-211-0/+5
|
* adjust help menu bindingsSteven M. Gava2001-08-111-0/+1
|
* Initial revisionDavid Scherer2000-08-151-0/+67