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 cheryl.sabella, taleinat, terry.reedy, wyz23x2
Date 2020-06-16.07:01:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592290870.53.0.385433357046.issue40511@roundup.psfhosted.org>
In-reply-to
Content
I agree that this should be improved.

Terry, on the technical side, IDLE already has good tools for parsing the current code line/block and figuring out whether the cursor is in a string, a comment or parentheses. This should be possible to solve in a robust way without writing any new parsing logic.

I'll try to take a look at this soon.
History
Date User Action Args
2020-06-16 07:01:10taleinatsetrecipients: + taleinat, terry.reedy, cheryl.sabella, wyz23x2
2020-06-16 07:01:10taleinatsetmessageid: <1592290870.53.0.385433357046.issue40511@roundup.psfhosted.org>
2020-06-16 07:01:10taleinatlinkissue40511 messages
2020-06-16 07:01:10taleinatcreate