[pywin32-bugs] [ pywin32-Bugs-2560493 ] No option to change default background.
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2009-02-03 12:19:36
|
Bugs item #2560493, was opened at 2009-02-03 12:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2560493&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: Open Resolution: None Priority: 5 Private: No Submitted By: MizardX (mizardx) Assigned to: Nobody/Anonymous (nobody) Summary: No option to change default background. Initial Comment: In my quest to get a light-on-dark theme in the editor, I found the "Default Background" registry option. But there is no control to change that in the "Pythonwin Options"-dialog. "Default Background" is referenced from pywin\scintilla\formatter.py on line 77: bg = int( self.LoadPreference( "Default Background", -1 ) ) I do not have enough knowledge of C++ and windows-programming to attempt to add a new control to the dialog. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2560493&group_id=78018 |