summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Bindings.py
Commit message (Collapse)AuthorAgeFilesLines
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-2/+2
| | | | absolute imports.
* Fixes issues 3883 and 5194Ronald Oussoren2009-03-041-2/+2
|
* File menu hotkeys: there were three 'p' assignments. Reassign theKurt B. Kaiser2006-08-161-2/+2
| | | | | | | | | 'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the Shell menu hotkey from 's' to 'l'. M Bindings.py M PyShell.py M NEWS.txt
* Whitespace normalization.Tim Peters2006-06-111-1/+1
|
* This patch improves the L&F of IDLE on OSX. The changes are conditionalized onRonald Oussoren2006-06-111-0/+26
| | | | | being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events.
* 1. Polish variables in EditorWindow extension loading and Tkinter variable code.Kurt B. Kaiser2004-04-241-0/+1
| | | | | | | | | | | 2. Add exception handling to EditorWindow Tkinter variable setvar() and getvar() fcns. 3. EditorWindow: remove some unneeded comments. 4. Add a separator to the Options menu 5. extend.txt: describe how to create a menu entry which has no keybinding. M Bindings.py M EditorWindow.py M extend.txt
* 1. Remove the Readme entry on the Help Menu, now in About dialog.Kurt B. Kaiser2003-06-121-3/+0
| | | | | | 2. Change title on About dialog. Modified Files: Bindings.py EditorWindow.py
* Eliminate the Revert to Default Settings submenu of Option menu.Kurt B. Kaiser2003-06-021-2/+2
| | | | Not implemented and not needed.
* Whitespace normalization.Kurt B. Kaiser2003-01-271-1/+1
| | | | | Modified Files: Bindings.py configHandler.py configHelpSourceEdit.py
* M Bindings.pyKurt B. Kaiser2003-01-221-22/+26
| | | | | | | | | | | | | 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.
* M Bindings.pyKurt B. Kaiser2003-01-141-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M EditorWindow.py M NEWS.txt M config-main.def M configDialog.py M configHandler.py M configHelpSourceEdit.py M configSectionNameDialog.py - Change default: IDLE now starts with Python Shell. - Removed the File Path from the Additional Help Sources scrolled list. - Add capability to access Additional Help Sources on the web if the Help File Path begins with //http or www. (Otherwise local path is validated, as before.) - Additional Help Sources were not being posted on the Help menu in the order entered. Implement sorting the list by [HelpFiles] 'option' number. - Add Browse button to New Help Source dialog. Arrange to start in Python/Doc if platform is Windows, otherwise start in current directory. - Put the Additional Help Sources directly on the Help menu instead of in an Extra Help cascade menu. Rearrange the Help menu so the Additional Help Sources come last. Update help.txt appropriately. - Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
* 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