bugGNU TeXmacs - Bugs: bug #64534, Add an option to set the number of...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #64534: Add an option to set the number of columns in panorama mode

Submitter:  jadelight
Submitted:  Wed 09 Aug 2023 12:53:33 PM UTC
   
 
Category:  Editor Priority:  5 - Normal
Item Group:  Wishlist Status:  None
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Open
Release:  None Release:  2.1.2
Fixed Release:  None Fixed Release: 
Keywords: 

Wed 09 Aug 2023 12:53:33 PM UTC, original submission:  

Large or wide monitors are common these days. Editing two pages side by side increases efficiency. This can be achieved replacing
(init-env "page-packet" (number->string (panorama-packets)))
in "document-edit.scm" by
(init-env "page-packet" (number->string (nr-pages)))
for one-row display with horizontal scrolling or
(init-env "page-packet" (number->string 2))
for two-column display with vertical scrolling.

For one-row display, it's desirable to have a option to "zoom to fit page height".

Can we add an option to the panorama view to choose "automatic" or "manual" number of columns?


jadelight

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jadelight (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code