[pywin32-bugs] [ pywin32-Feature Requests-2560609 ] Color of the folding margin.
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2009-03-28 04:21:12
|
Feature Requests item #2560609, was opened at 2009-02-03 07:17 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=2560609&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: Color of the folding margin. Initial Comment: It is currently impossible to change the color of the folding margin. The variables that need changing is 'selbar', and 'selbarlight' in the current instance of 'ViewStyle' (in Pythonwin/Scintilla/src/ViewStyle.cxx). Those two variables does not read their values from a defined style, nor is there any way to update them from python code. ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2009-03-27 23:21 Message: According to the Scintilla docs, these can be changed using SCI_SETFOLDMARGINCOLOUR and SCI_SETFOLDMARGINHICOLOUR. Since this isn't an actual style, it's not going to fit in nicely with the existing formats. However, we might be able to use the font color for one, and the background color for the other. They'd have to be handled specially in the reformatting code. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=2560609&group_id=78018 |