Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4643633
Votes 0
Synopsis Change template.mif styles from justified to align left and turn off hyphenation
Category customdoclets:mifdoclet
Reported Against 1.2beta1
Release Fixed 1.2beta2
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 27-FEB-2002
Description
The main text styles ClassText-1 and ClassText-2 are align left without
hyphenation, but many other styles, including MemberText, are justified
with hyphenation.

They should all be align left with no hyphenation so that pacakage/class/member 
names are not hyphenated.
Work Around
N/A
Evaluation
Fixed as follows by making changes to template.mif in emacs:

Changed all justified text to align left
   From:   <PgfAlignment LeftRight> 
   To:     <PgfAlignment Left>

Changed all hyphenated text to unhyphenated
   From:   <PgfHyphenate Yes>
   To:     <PgfHyphenate No>

   except Level1IX and Level2IX, the index text styles where hyphenating is
   important because the names are so long and columns so narrow.

  xxxxx@xxxxx   2002-02-26
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang