[Libreoffice-bugs] [Bug 122710] PRINT DIALOG: For "Pages to print" field interpret space as separator for a list of distinct pages to print

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 12 22:35:57 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=122710

Ulf Zibis <Ulf.Zibis at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Ulf.Zibis at gmx.de

--- Comment #6 from Ulf Zibis <Ulf.Zibis at gmx.de> ---
I would like:
1. Separators:       ',' ';'
2. Range specifiers: '-' ':'
3. Allow half defined ranges
4. Also allow space as separator, but only if directly surrounded by numbers,
otherwise ignore it. This is, because space is commonly used as separator or
just after ',' or ';', but maybe don't officially mention space as separator in
the short tooltip.

Examples:
1:3 5     print pages 1, 2, 3, 5
1,3 5     print pages 1, 3, 5
1 3-5     print pages 1, 3, 4, 5
1 3 5     print pages 1, 3, 5
1, 3, 5   print pages 1, 3, 5    (ignore spaces)
1 3 - 5   print pages 1, 3, 4, 5 (ignore spaces except 1st)
1  3;5    print pages 1, 3, 5    (ignore first space, so the 2nd remains
surrounded by numbers)
 -3       print pages 1, 2, 3    (ignore first space, start range at 1)
1 ; 3 -   print pages 1, 3, ...  (ignore spaces, complete range up to last
page)

Main rule: If the definition seems semantically ambiguous, never waste paper
for possibly unwanted pages. the user can always do a 2nd run if pages are
missing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201112/5267bf78/attachment.htm>


More information about the Libreoffice-bugs mailing list