[issue46666] IDLE Add indent guide

Terry J. Reedy report at bugs.python.org
Sun Feb 6 19:50:02 EST 2022


Terry J. Reedy <tjreedy at udel.edu> added the comment:

[Please just select the current development version.  Others can be marked if and when backported.  3.8 and before only get security fixes.  Same for 3.9 after about next May 31.]

Please explain exactly what you want and rewrite something like the following.
if a:
    if b:
        if c:
            pass
    if d:
        pass

IDLE's code context feature (Options menu) could be considered an indent guide.  In some ways, it is better.


What you see in the editor is what is saved (including when running), so any non-code additions have to be removed first.

----------
stage:  -> test needed
title: IDLE indent guide -> IDLE Add indent guide
type:  -> enhancement
versions:  -Python 3.10, Python 3.7, Python 3.8, Python 3.9

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


More information about the Python-bugs-list mailing list