texstudio-org / texstudio-org/texstudio
Customizable color for whitespace markers
Open
@timhoffm is already working on this.
Since Sep 4, 2018.
enhancement
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 403
- Avg merge
- 3h 14m
- Merged PRs (30d)
- 12
Description
Based on https://tex.stackexchange.com/q/447381/24770
The color for whitespace markers is currently hard-coded to Qt::lightGray (look for QT::lightGray in QDocumentLineHandle::draw()).
The color should be adaptable in order to allow full customization of the color scheme. I don't think it's feasible to reuse an existing format. Therefore, options are
- Create a separate format 'whitespace'.
- Or use
mediumLightColor()on the text color to shade the whitespace marker.
I tend to go for 1).
TeXstudio: 2.12.10
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.