Roger Serwy <roger.se...@gmail.com> added the comment:

Attached is a patch to fix this issue. 

The ModifiedColorDelegator already marks everything before "iomark" as SYNC'ed. 
This is good, as the ColorDelegator should not be trying to colorize STDOUT 
text as Python code. 

Resetting the ColorDelegator in _rmcolorizer in EditorWindow.py calls 
.removecolors(). The patch modifies this method to only remove tags *after* the 
iomark.

----------
keywords: +patch
Added file: http://bugs.python.org/file25774/issue14962.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14962>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to