Issue #14962: Update text coloring in IDLE shell window after changing

options.  Patch by Roger Serwy.
This commit is contained in:
Ned Deily 2012-05-31 09:17:29 -07:00
parent d70be9ba1f
commit 8b2a56b89d
2 changed files with 8 additions and 0 deletions

View File

@ -309,6 +309,11 @@ class ModifiedColorDelegator(ColorDelegator):
"console": idleConf.GetHighlight(theme, "console"),
})
def removecolors(self):
# Don't remove shell color tags before "iomark"
for tag in self.tagdefs:
self.tag_remove(tag, "iomark", "end")
class ModifiedUndoDelegator(UndoDelegator):
"Extend base class: forbid insert/delete before the I/O mark"

View File

@ -70,6 +70,9 @@ Core and Builtins
Library
-------
- Issue #14962: Update text coloring in IDLE shell window after changing
options. Patch by Roger Serwy.
- Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
- Issue #14443: Tell rpmbuild to use the correct version of Python in