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 taleinat
Recipients BreamoreBoy, THRlWiTi, taleinat, terry.reedy
Date 2014-06-15.17:16:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402852575.72.0.199225553051.issue18875@psf.upfronthosting.co.za>
In-reply-to
Content
I like the idea, though it's really just nice to have. This is a very common in IDEs these days, and whoever finds it annoying will be able to disable it.

If we do this, we should go all the way and close square and curly brackets, parenthesis, and quotes (including triple quotes!).

Also, any implementation must allow typing the closing parenthesis to actually just move the cursor beyond the automatically generated closer. Getting this right is more difficult than it sounds! But certainly possible.

I actually seem to recall having seen this implemented for IDLE quite a few years ago. I might even have been the one to implement it... I can't see any mention in IDLE-Spoon, IdleX or VIDLE, though. I'll take a look through my old files when I get the chance back home.
History
Date User Action Args
2014-06-15 17:16:15taleinatsetrecipients: + taleinat, terry.reedy, THRlWiTi, BreamoreBoy
2014-06-15 17:16:15taleinatsetmessageid: <1402852575.72.0.199225553051.issue18875@psf.upfronthosting.co.za>
2014-06-15 17:16:15taleinatlinkissue18875 messages
2014-06-15 17:16:15taleinatcreate