After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 101015 - Word wrapping not done on a print.
Word wrapping not done on a print.
Status: RESOLVED DUPLICATE of bug 99273
Product: gedit
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2002-12-12 12:36 UTC by Kaushal Kumar
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The Patch fixes the problem. (1.42 KB, patch)
2002-12-12 12:37 UTC, Kaushal Kumar
none Details | Review

Description Kaushal Kumar 2002-12-12 12:36:02 UTC
Below is the example


Examples:

o "... for the past" prints out as "... for the pas" + LINE BREAK + "t"

o "... the major benefits" prints out as "... the major bene" + LINE BREAK
+ "fits"

o "... for an application" prints out as "... for an applicatio" + LINE
BREAK + "n"

Line breaks should not appear in the middle of words. When a word is too
long to fit on the current line, the break should occur at the end of the
previous word. The only exception would be if the word is longer than the
line width (something like a very long URL, for example).
Comment 1 Kaushal Kumar 2002-12-12 12:37:55 UTC
Created attachment 12935 [details] [review]
The Patch fixes the problem.
Comment 2 Kaushal Kumar 2002-12-12 12:38:43 UTC
Adding the PATCH keyword.
Comment 3 Kaushal Kumar 2002-12-12 12:48:21 UTC

*** This bug has been marked as a duplicate of 99273 ***