This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sean.Wolfe
Recipients Sean.Wolfe, Todd.Rovito, gpolo, kamek, kbk, rhettinger, roger.serwy, terry.reedy
Date 2014-03-07.22:25:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394231113.27.0.988008264303.issue694339@psf.upfronthosting.co.za>
In-reply-to
Content
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+
History
Date User Action Args
2014-03-07 22:25:13Sean.Wolfesetrecipients: + Sean.Wolfe, rhettinger, terry.reedy, kbk, kamek, gpolo, roger.serwy, Todd.Rovito
2014-03-07 22:25:13Sean.Wolfesetmessageid: <1394231113.27.0.988008264303.issue694339@psf.upfronthosting.co.za>
2014-03-07 22:25:13Sean.Wolfelinkissue694339 messages
2014-03-07 22:25:12Sean.Wolfecreate