diff options
author | Guido van Rossum <guido@python.org> | 1999-04-19 16:23:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-19 16:23:15 (GMT) |
commit | 17c516eacb2051ff7f549bea077ebb9666ffab69 (patch) | |
tree | 4205b3c6b779871bd5e76e9d9e2cfaa8e7f1b361 /Tools/idle/TODO.txt | |
parent | e9af64c373c198f02be7de46527a4b444111bfdf (diff) | |
download | cpython-17c516eacb2051ff7f549bea077ebb9666ffab69.zip cpython-17c516eacb2051ff7f549bea077ebb9666ffab69.tar.gz cpython-17c516eacb2051ff7f549bea077ebb9666ffab69.tar.bz2 |
Tim Peters implements some of my wishes:
o Makes the tab key intelligently insert spaces when appropriate (see Help
list banter twixt David Ascher and me; idea stolen from every other editor
on earth <wink>).
o newline_and_indent_event trims trailing whitespace on the old line (pymode
and Codewright).
o newline_and_indent_event no longer fooled by trailing whitespace or
comment after ":" (pymode, PTUI).
o newline_and_indent_event now reduces the new line's indentation after
return, break, continue, raise and pass stmts (pymode).
The last two are easy to fool in the presence of strings & continuations,
but pymode requires Emacs's high-powered C parsing functions to avoid that
in finite time.
Diffstat (limited to 'Tools/idle/TODO.txt')
0 files changed, 0 insertions, 0 deletions