Bugs item #693418, was opened at 2003-02-25 20:45 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109579&aid=693418&group_id=9579
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: Fixed Priority: 2 Private: No Submitted By: David Harris (edcdave) Assigned to: Kurt B. Kaiser (kbk) Summary: Normal text background color not refreshed Initial Comment: IdleFork 0.9a2 / Python 2.2.2 Changing the background color for Normal Text in Custom Highlighting does not change the current window when 'Apply' is selected. The change does not become effective until a new Shell or Editor window is opened. The other text choices (Comments, Keywords, etc.) do refresh their background colors when after 'Apply'. Obviously, this discrepancy does not impact the usefulness of IdleFork, but the inconsistency is there. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-11-29 11:26 Message: Logged In: NO I was just submitting info to a survey and got all of this garbage. Sorry! ---------------------------------------------------------------------- Comment By: Kurt B. Kaiser (kbk) Date: 2004-03-08 10:31 Message: Logged In: YES user_id=149084 Nigel Rowe was kind enough to submit a patch to the Python tracker which implemented this request. Applied to Python IDLE only, as a new feature. Not backported. Python Patch 805830. ---------------------------------------------------------------------- Comment By: Kurt B. Kaiser (kbk) Date: 2003-05-26 11:58 Message: Logged In: YES user_id=149084 You cannot change the normal text or highlight foregrounds or backgrounds w/o (re)opening a window. It is great that Stephen actually was able to update the definition, commment, keyword, string and error text foregrounds and backgrounds on the fly. But only the latter are handled by the colorizer; the former are set up when the window is created. This is not impossible to fix, just not worth the effort IMHO. You could offer a patch :-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109579&aid=693418&group_id=9579 _______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
