diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-01-17 04:04:06 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-01-17 04:04:06 (GMT) |
commit | 5ec186b1cbf06cf66262882fb5b6f54a893e48a5 (patch) | |
tree | 65ffeb7feeb6c59b640773435b3282c6110a79f5 /Lib/idlelib/TODO.txt | |
parent | 9fd0799ff5e125e31f26a6240dac6064832b501c (diff) | |
download | cpython-5ec186b1cbf06cf66262882fb5b6f54a893e48a5.zip cpython-5ec186b1cbf06cf66262882fb5b6f54a893e48a5.tar.gz cpython-5ec186b1cbf06cf66262882fb5b6f54a893e48a5.tar.bz2 |
Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text
M EditorWindow.py
M NEWS.txt
M TODO.txt
Diffstat (limited to 'Lib/idlelib/TODO.txt')
-rw-r--r-- | Lib/idlelib/TODO.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/idlelib/TODO.txt b/Lib/idlelib/TODO.txt index 96b0450..c1207b6 100644 --- a/Lib/idlelib/TODO.txt +++ b/Lib/idlelib/TODO.txt @@ -46,8 +46,6 @@ TO DO: Details: -- when there's a selection, left/right arrow should go to either - end of the selection - ^O (on Unix -- open-line) should honor autoindent - after paste, show end of pasted text - on Windows, should turn short filename to long filename (not only in argv!) |