summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-keys.def
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace NormalizationKurt B. Kaiser2003-05-181-7/+7
| | | | | | Modified Files: config-extensions.def config-highlight.def config-keys.def config-main.def
* M Bindings.pyKurt B. Kaiser2003-01-221-0/+3
| | | | | | | | | | | | | M PyShell.py M config-keys.def M configHandler.py 1. Clear any un-entered characters from input line before printing the restart boundary. 2. Restore the Debug menu: There are now both Shell and Debug menus. 3. Add Control-F6 keybinding to Restart Shell. 4. Clarify PyShell.cancel_check() comment. 5. Update doc string for Bindings.py and re-format the file slightly.
* SF Bug 667812: Some Linux distros have Alt and Meta reversed.Kurt B. Kaiser2003-01-161-13/+13
|
* M AutoExpand.pyKurt B. Kaiser2003-01-041-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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!
* Change key binding to avoid conflict.Tony Lownds2002-09-291-2/+2
|
* Fix Bug 612886 copy/paste menu items failKurt B. Kaiser2002-09-261-0/+2
| | | | | | | | | | (cut vs. Cut etc.) Fix Bug 613006 Ctrl-x Unix Binding Clears Selection (do-nothing does something :) Leave some debugging prints behind, commented out M EditorWindow.py M config-keys.def M configHandler.py
* Blank line missing.Tony Lownds2002-09-231-0/+1
|
* Added new standard keybinding set for Macs.Tony Lownds2002-09-231-0/+45
|
* MERGE DS_RPC_BRANCH into MAIN:Kurt B. Kaiser2002-09-141-0/+22
| | | | | config-keys.def AutoIndent merged 21Jul
* add a version of GvR's q&d python idle printing patch,Steven M. Gava2002-06-111-1/+3
| | | | slightly tweaked and modified for the idlefork config system
* further work on new config system;Steven M. Gava2002-03-271-1/+1
| | | | user defined help items
* handle user theme and key set deletionSteven M. Gava2002-02-181-1/+1
|
* improvement to keybinding re-use checkSteven M. Gava2002-02-111-67/+69
|
* further work on config savingSteven M. Gava2002-02-111-1/+2
|
* more work on configuration savingSteven M. Gava2002-02-011-6/+6
|
* keybinding configurationSteven M. Gava2002-01-191-2/+0
|
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-041-2/+14
| | | | | adjust configuration sources accordingly move SearchBindings.py into the attic now
* further work on new configuration system, specifically,Steven M. Gava2001-12-031-54/+60
| | | | on keybinding configuration
* start of new config handling stuffSteven M. Gava2001-09-241-0/+58