[issue694339] IDLE: Dedenting with Shift+Tab

Sean Wolfe report at bugs.python.org
Fri Mar 7 23:25:13 CET 2014


Sean Wolfe added the comment:

I did a couple tests and the shift-tab and tab work pretty much as expected. There's a small quirk for a single-line edit:

* place cursor on beginning of line
* tab forward
--> the text indents as expected
* shift-tab
--> the entire line is highlighted
--> the cursor now appears beneath the line
--> subsequent typing however affects the highlighted line

For the single-line case, it would be cleaner to have it stay on the same line without highlighting.

This is OSX 10.9, python 2.7.6+ and 3.4.rc1+

----------
nosy: +Sean.Wolfe

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue694339>
_______________________________________


More information about the Python-bugs-list mailing list