[issue40511] IDLE: properly handle '(' and ')' within calls

Tal Einat report at bugs.python.org
Tue Jun 16 03:01:10 EDT 2020


Tal Einat <taleinat+python at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40511>
_______________________________________


More information about the Python-bugs-list mailing list