This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients Ramchandra Apte, kbk, roger.serwy
Date 2012-05-31.16:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338480147.58.0.242385714711.issue14962@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-31 16:02:28roger.serwysetrecipients: + roger.serwy, kbk, Ramchandra Apte
2012-05-31 16:02:27roger.serwysetmessageid: <1338480147.58.0.242385714711.issue14962@psf.upfronthosting.co.za>
2012-05-31 16:02:27roger.serwylinkissue14962 messages
2012-05-31 16:02:26roger.serwycreate