[pywin32-bugs] [ pywin32-Bugs-938577 ] cant change text background to [X] default
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: SourceForge.net <no...@so...> - 2008-02-25 07:49:14
|
Bugs item #938577, was opened at 2004-04-20 08:43 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=938577&group_id=78018 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: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Denis (abcdenis) Assigned to: Nobody/Anonymous (nobody) Summary: cant change text background to [X] default Initial Comment: Pythonwin win32all build 163 comes with ActiveState Python 2.3.2 When I go to View/Options/Format/String and change background to (for sample) light green, its looks fine. When I tired seeing light green, I go to options and set backround to default, but this not work! My experience results: to restore backround I must delete registry record with address "HKEY_CURRENT_USER\Software\Python 2.3\Python for Win32\Format\String background" So, I think, there must be another algorithm to save background: 1. remove "<element> background" registry record 2. if background not default, then create "<element> background" registry record. Regards, Denis ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-02-25 02:49 Message: Logged In: YES user_id=771074 Originator: NO This has been fixed in formatter.py rev 1.13. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=938577&group_id=78018 |