]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25313: Change the handling of new built-in text color themes to better
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 12 Nov 2015 20:02:57 +0000 (15:02 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 12 Nov 2015 20:02:57 +0000 (15:02 -0500)
commitd0c0f0041c3eb561adfa57179bc41f4dae212317
tree5c9d1a6b937f7f89aff55ffcb21802aacf95d875
parent84023247b432afba7075e87090986bca72a0e8b0
Issue #25313: Change the handling of new built-in text color themes to better
address the compatibility problem introduced by the addition of IDLE Dark.
Consistently use the revised idleConf.CurrentTheme everywhere in idlelib.
Lib/idlelib/ClassBrowser.py
Lib/idlelib/ColorDelegator.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/PyShell.py
Lib/idlelib/TreeWidget.py
Lib/idlelib/config-main.def
Lib/idlelib/configDialog.py
Lib/idlelib/configHandler.py