Tal Einat <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue40511> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
