this post was submitted on 28 Jul 2025
14 points (100.0% liked)
Programming
21924 readers
712 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Microsoft's print dialog offers custom ranges of pages in an intuitive way, see above
You could demonstrate the numbering system for the users, maybe once at startup. Make it the first thing they see
No, that's not an option here. This is a commandline program, something like
grep
in example. And this slice is just one of the many features the user could use to refine the output.I mean to say the numbering system 1, 4, 7-12 to indicate slices of data, not the UI 🤣
other possibilities: 1, 4, 7-rest ("7 through the rest of the slices") or 1, 4, 7... ("7 through the rest of the slices")
and provide it as sample input to the user when they first try to print something, that should give them an idea of how to use your numbering system