*Executive Summary*

- leoPrinting.py supports printing commands. Command names have changed.

- Leo's File menu now contains Print Preview and Print submenus. You can 
infer the new names of the print commands from this menu.

- The various *-html commands do not appear to work. Jake, please tell me 
what they are supposed to do.

*Details*

The code is unchanged from the printing.py plugin except for packaging:

- c.initObjects sets c.printingController = 
leoPrinting.PrintingController(c).

The printing *plugin *uses c.thePrintingController, so the plugin could 
still be used.  However, there is, afaik, no difference between the core 
code and the plugin code.  I shall soon remove the printing plugin.

- PrintController.getPublicCommands defines the association between command 
names and PrintController methods.  Here are the new command names::

    preview-body
    preview-html
    preview-node
    preview-tree-bodies
    preview-tree-html
    preview-tree-nodes
    preview-marked-bodies
    preview-marked-html
    preview-marked-nodes
 
    print-body
    print-html
    print-node
    print-tree-bodies
    print-tree-html
    print-tree-nodes
    print-marked-bodies
    print-marked-html
    print-marked-nodes

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to