View Issue Details

IDProjectCategoryView StatusLast Update
0001843ScribusUser Interfacepublic2016-03-04 12:19
Reporterdbolack Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status acknowledgedResolutionopen 
Summary0001843: Spread only page view
DescriptionIt would be nice to have - as an option - the ability to view only one page spread at a time, as Pagemaker does (did?). I find the extra spreads a bit of a work inhibitor. :/
TagsNo tags attached.
Patch

Relationships

related to 0006597 acknowledged Add multi-page-view 

Activities

dbolack

2005-04-05 19:06

reporter   ~0004079

TomK32 on #scribus gave me this patch against cvs that makes it work in spread layout. Obviously, this isn't a toggle option but an off off. :)

Index: scribusview.cpp
===================================================================
RCS file: /cvs/Scribus/scribus/scribusview.cpp,v
retrieving revision 1.76.2.149
diff -r1.76.2.149 scribusview.cpp
296a300,301
> if (nb->OwnPage > static_cast<int>(Doc->currentPage->PageNr))
> continue;
> if (b->OwnPage != static_cast<int>(Doc->currentPage->PageNr))
> continue;
656c672,674
< if (b->LayerNr != ll.LNr)
---
> if (b->OwnPage != static_cast<int>(Doc->currentPage->PageNr))
> continue;
> if (b->LayerNr != ll.LNr)

dbolack

2005-12-10 20:24

reporter   ~0007690

Has anyone looked at this or is it considered a non-issue?

ringerc

2005-12-11 02:00

reporter   ~0007698

I'm not sure I get it. Can you explain a little more what this would do and how it would benefit the user? How does the current mode inhibit your work?

Would a "fit view to page/spread" option work, or is this something that you want to actually restrict your work area when working even if zoomed in / panning around?

dbolack

2005-12-11 07:02

reporter   ~0007704

I would like an option to work like Pagemaker, where if I'm working in a spread I see page 2 and page 3 as a right left pair no matter how far I zoom in or out.

Issue History

Date Modified Username Field Change
2005-04-05 18:57 dbolack New Issue
2005-04-05 19:06 dbolack Note Added: 0004079
2005-12-10 20:24 dbolack Note Added: 0007690
2005-12-11 02:00 ringerc Note Added: 0007698
2005-12-11 02:05 ringerc Status new => acknowledged
2005-12-11 07:02 dbolack Note Added: 0007704
2016-03-04 12:19 Kunda Relationship added related to 0006597