Control over the fill colour would help those with dark colour schemes.
The patch makes all of the symbol choices #808080/#FFFFFF which is different and looks worse than the current default for 0 and 1 (#000000) and 2 (#404040/#FFFFFF. In general, new options should not change current default behaviour. New settings should also be documented in SciTEDoc.html.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
didn't yield the expected result. Well now it does, using props.GetExpandedString.
There are other properties acting the same way, so I updated them as well. These are affected:
Control over the fill colour would help those with dark colour schemes.
The patch makes all of the symbol choices #808080/#FFFFFF which is different and looks worse than the current default for 0 and 1 (#000000) and 2 (#404040/#FFFFFF. In general, new options should not change current default behaviour. New settings should also be documented in SciTEDoc.html.
You're right, I'm sorry about that!
Here's the updated version including the doc.
I guess I should also add these settings as comments to SciTEGlobal.properties.
I just noticed that my settings didn't work with variables, so
didn't yield the expected result. Well now it does, using props.GetExpandedString.
There are other properties acting the same way, so I updated them as well. These are affected:
Edit: The .zip contains all files I've changed so far.
- SciTEProps.cxx
- SciTEDoc.html
- SciTEGlobal.properties
Last edit: desto 2017-01-25
Committed changes to set fold colours as [65abd1], to allow variables in properties as [5b6119].
Related
Commit: [5b6119]
Commit: [65abd1]