Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Changes to StyledTextPrintOptions

> In today's integration build we will release breaking changes to
org.eclipse.swt.custom.StyledTextPrintOptions.

Please ensure that org.eclipse.swt.custom.StyledTextPrintOptions, which is
new API for 2.1, is properly documented.
Currently the class comment needs some formatting, and some of the fields
are missing comments.

---jeem



                                                                                                                                            
                      "Knut Radloff"                                                                                                        
                      <knut_radloff@xxxxxxx>          To:      platform-swt-dev@xxxxxxxxxxx                                                 
                      Sent by:                        cc:                                                                                   
                      platform-swt-dev-admin@         Subject: [platform-swt-dev] Changes to StyledTextPrintOptions                         
                      eclipse.org                                                                                                           
                                                                                                                                            
                                                                                                                                            
                      11/25/2002 02:38 PM                                                                                                   
                      Please respond to                                                                                                     
                      platform-swt-dev                                                                                                      
                                                                                                                                            
                                                                                                                                            



In today's integration build we will release breaking changes to
org.eclipse.swt.custom.StyledTextPrintOptions.
-The options field will be replaced by individual boolean fields
printTextForeground, printTextBackground, printTextFontStyle and
printLineBackground
-The convenience constructors will be removed

The related printing constants in ST.java will be removed as well.
This change only affects callers to the StyledText.print(Printer,
StyledTextPrintOptions) API. The other printing API is unchanged.
To our knowledge there are no users of the new printing API yet so these
changes should not present a problem.

Knut
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev






Back to the top