Some lines of my program code are long and fit nicely across the screen and should also fit on a landscape printout. But when I make a landscape printout (8.5x11") with size 13 font, the text wraps around to the next line. The right margin appears very wide (3") as if the text was trying to fit within 8.5 inches. Is there anything I can do to extend the margin to fit more text on each line of the printout? Right now I'm getting a max of 117 columns and would prefer at least 140.
And a related question: I've also noticed that sometimes the editor wraps text around prematurely; it's annoying when the editor displays 2 or 3 lines onscreen that would fit on one landscape printout. (I use 1280x1024 display resolution.)