Tal Einat added the comment: The first patch contained a bug - a window opened using the "New Window" menu option would not be colorized.
This patch removes the assumption that EditorWindow.ResetColorizer will be called by IOBinding code, by calling ResetColorizer during __init__ anyways. This means that in some cases it will be called multiple times, but this has no noticeable effect since the window is not shown until afterwards. (In the worst case scenario, the colors would "blink" once or twice.) Added file: http://bugs.python.org/file8640/IDLE_highlighting.071028.patch __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1334> __________________________________
IDLE_highlighting.071028.patch
Description: Binary data
_______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com