notepad-plus-plus / notepad-plus-plus/notepad-plus-plus
Add option to Print preferences: "Print double-spaced"
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 29.4k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
I'm not a techie, but I use N++ for quick unformatted text. For example, for long emails, I print the text and edit the printed copy before sending.
It would be nice if there were an option to print double-spaced (or even triple-spaced). This gives space to flag errors and comments during editing.
This option could be in Settings > Preferences > Print
Thanks.
Contributor guide
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.
Research direction
Start by tracing the Settings > Preferences > Print controls and the printing entry point in the C++ application. Determine how print layout spacing is configured, then verify that a double-spacing option is available and changes printed output while preserving existing behavior when disabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100