[issue1334] IDLE - Fix several highlighting bugs

2008-02-15 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: r60844. Thanks for the patch! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1334] IDLE - Fix several highlighting bugs

2008-02-15 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: Removed file: http://bugs.python.org/file8618/IDLE_highlighting.071026.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bug

[issue1334] IDLE - Fix several highlighting bugs

2007-10-28 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser: -- assignee: -> kbk keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscrib

[issue1334] IDLE - Fix several highlighting bugs

2007-10-27 Thread Tal Einat
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 m

[issue1334] IDLE - Fix several highlighting bugs

2007-10-26 Thread Tal Einat
New submission from Tal Einat: This patch fixes the following bugs: * Configured selection highlighting colors were ignored * Updating highlighting in the config dialog would cause non-Python files to be colored as if they were Python source Additionally, adding and removing of ColorDelegator