[issue13179] IDLE uses common tkinter variables across all editor windows

Terry J. Reedy report at bugs.python.org
Sat Oct 15 03:12:38 CEST 2011


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

This is more of a feature request than a bug report, in that the behavior appear intentional. But that is a moot point in that new IDLE features do not have to wait for a new release. The proposed new behavior seems plausibly better. I just wonder if anything in flist.vars *should* carry over (maybe as a copy) to all edit windows, but I do not know its contents.

Also, I can imagine that someone who knows about (I did not before) and likes the 'code context' option (I might start using it) would want it to be always on once turned on. That suggests that it should be added to the configure dialog before being made local with this patch. I might feel the same about at least some of the other vars also.

----------
nosy: +terry.reedy
type: behavior -> feature request
versions: +Python 3.3 -Python 2.6, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13179>
_______________________________________


More information about the Python-bugs-list mailing list