diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2005-06-12 04:33:30 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2005-06-12 04:33:30 (GMT) |
commit | df506ea98b1c9424634c6063e90a664ac9127164 (patch) | |
tree | 5e688f2b59904f167dbfc984de3c87ea3c698c87 /Lib/idlelib/help.txt | |
parent | 2e23e08f0444765592ded9b1bbfbefede22f1426 (diff) | |
download | cpython-df506ea98b1c9424634c6063e90a664ac9127164.zip cpython-df506ea98b1c9424634c6063e90a664ac9127164.tar.gz cpython-df506ea98b1c9424634c6063e90a664ac9127164.tar.bz2 |
1. Patch 1196895 Jeff Shute:
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
Diffstat (limited to 'Lib/idlelib/help.txt')
-rw-r--r-- | Lib/idlelib/help.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index e91e8c6..6d2ba2f 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -132,7 +132,8 @@ Additional Help Sources: Basic editing and navigation: - Backspace deletes to the left; DEL deletes to the right. + Backspace deletes char to the left; DEL deletes char to the right. + Control-backspace deletes word left, Control-DEL deletes word right. Arrow keys and Page Up/Down move around. Control-left/right Arrow moves by words in a strange but useful way. Home/End go to begin/end of line. |