Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] question on formatter code/comment split



These are formatters for two different kinds of document partitions: the
Java code formatter formatting Java code (snippets) which resides in Jdt
Core component and the comment formatter in Jdt Text which formats all
kinds of comments. For 3.0 there are no plans to consolidate them.

HTH
Dani


                                                                           
             Jon Nall                                                      
             <nall@themountain                                             
             goats.net>                                                 To 
             Sent by:                  jdt-core-dev@xxxxxxxxxxx            
             jdt-core-dev-admi                                          cc 
             n@xxxxxxxxxxx                                                 
                                                                   Subject 
                                       [jdt-core-dev] question on          
             13.01.2004 23:42          formatter code/comment split        
                                                                           
                                                                           
             Please respond to                                             
             jdt-core-dev@ecli                                             
                  pse.org                                                  
                                                                           
                                                                           




hi all.
i'm still fairly new to eclipse. i've been trying to learn how the code
formatter works, and from what i can tell, the code is split between
internal.ui.text.comment (for all comment related formatting) and
internal.formatter (for everything else). i'm curious if this is still
just a work in progress or if there's some rationale for splitting the
code up like this. (or am i just misreading the code?)

thanks.
nall.

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top