summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/help.txt
Commit message (Collapse)AuthorAgeFilesLines
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-121-1/+2
| | | | | | | | | | | | | | New files are colorized by default, and colorizing is removed when saving as non-Python files. Patch 1196895 Jeff Shute Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524 2. Update help.txt for left/right word delete M CREDITS.txt M ColorDelegator.py M EditorWindow.py M NEWS.txt M help.txt
* 1. Add an Options menu entry: Code ContextKurt B. Kaiser2004-04-241-3/+3
| | | | | | | | | | 2. Add a <<toggle-code-context>> envent to the [CodeContext] section of config-extensions.def and also a default-on variable, set to 0. 3. Update the help file to include Code Context. M CodeContext.py M config-extensions.def M help.txt
* 1. Make builtin foreground Royal Purple instead of Barney Purple.Kurt B. Kaiser2004-03-161-23/+28
| | | | | | | 2. Touch up help.txt M config-highlight.def M help.txt
* Update to reflect the current status of the configuration system.Kurt B. Kaiser2003-07-161-4/+5
| | | | | | | | | | | | | | | Extensions must still be configured manually and there is currently one set of extension key bindings for all platforms. Bring NEWS.txt up to date. Update CREDITS.txt and idlever.py for release. M NEWS.txt M config-extensions.def M extend.txt M help.txt M idlever.py
* 1. Add a command line switch to run without the subprocessKurt B. Kaiser2003-05-151-0/+13
| | | | | | | | | | 2. Remove the shell menu and associated bindings when running without the subprocess. 3. Update the IDLE Help and usage text. 4. Update display_port_binding_error to suggest using -n M PyShell.py M help.txt
* M ScriptBinding.pyKurt B. Kaiser2003-01-261-50/+60
| | | | | | | | M config-extensions.def M help.txt 1. Run Script --> Run Module 2. Update IDLE Help file and do more work on format.
* Updated IDLE Help to reflect changes in Additional Help SourceKurt B. Kaiser2003-01-141-8/+26
| | | | Configuration implementation.
* M AutoExpand.pyKurt B. Kaiser2003-01-041-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | 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!
* Update to reflect current implementation.Kurt B. Kaiser2002-12-111-78/+76
|
* Documentation patches by bsherwoodChui Tey2001-10-311-4/+13
|
* py-cvs merge, update colour changing infoSteven M. Gava2001-07-121-1/+2
|
* Initial revisionDavid Scherer2000-08-151-0/+155