Package: gedit Version: 3.2.6-1 Severity: normal Tags: patch
I needed to print a text without page headers. Looking in the documenation was not helpful, but searching the web was. There is a useful tab in the printing dialog which also allows to justify other aspects of printing. My english is terrible, but my patch makes clear what is missing, I hope.
--- gedit-printing.page.orig 2012-01-18 00:17:26.000000000 +0000 +++ gedit-printing.page 2012-01-18 00:23:22.000000000 +0000 @@ -38,4 +38,18 @@ </section> + <section> + <title id="printing-options">Printing Options</title> + + <p>Under <guiseq><gui>File</gui><gui>Print</gui><gui>Text + Editor</gui></guiseq>You can choose different printing + options:</p> + <list> + <item><p>whether or not to use syntax highlighting</p></item> + <item><p>whether or not to print line numbers</p></item> + <item><p>whether or not allow text wrapping</p></item> + <item><p>whether or not to print the page header</p></item> + <item><p>which fonts to use</p></item> + </list> + </section> </page>

