Printing conversation margin cuts off characters from lines that wrap
Description
If you choose to print a conversation - right click in conversation window and click "Print" - on the printout, the last few characters from lines that wrap get cut off by the margin.
Environment
None
Attachments
1
Activity
Show:
wroot May 3, 2015 at 9:17 PM
Applied patch by Daniel Geronimos
wroot December 30, 2011 at 8:31 PM
Attaching patch by Daniel Geronimos
Daniel Geronimos December 28, 2011 at 8:46 PM
I edited a function in ChatPrinter.java to reflect the "new" way of printing in java 5+. I replaced this function as follows: public void print(JEditorPane jedPane) { try { jedPane.print(); } catch(java.awt.print.PrinterException pe) { System.err.printf("Error: %s!\n",pe.toString()); } }
It prints nicely now. Can anyone update the 2.6.3 installer? Thanks!
If you choose to print a conversation - right click in conversation window and click "Print" - on the printout, the last few characters from lines that wrap get cut off by the margin.