Terry J. Reedy <tjre...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue46666>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to