Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Class generation template



This is currently not possible. If you like to see this coming then file a
feature request with bugzilla against JDT UI. Note that such questions are
better asked on the newsgroups.

Dani


                                                                           
             Mathijs Vogelzang                                             
             <m_v@xxxxxx>                                                  
             Sent by:                                                   To 
             jdt-dev-admin@ecl         jdt-dev@xxxxxxxxxxx                 
             ipse.org                                                   cc 
                                                                           
                                                                   Subject 
             16.10.2003 20:56          [jdt-dev] Class generation template 
                                                                           
                                                                           
             Please respond to                                             
             jdt-dev@eclipse.o                                             
                    rg                                                     
                                                                           
                                                                           




Hi,

I have been programming java with Eclipse for almost a year now and I like
it
very much.
I wonder if it's possible to change the ${type_declaration} somewhere. I'm
using
the log4j framework and also some other general tools and each time I make
a
make a new class file I have to include "private static final Logger logger
=
Logger.getLogger(CLASSNAME.class);". I would like to include that line in
some
template so JDT includes it automatically once I generate a new class.
If it's not possible to do this now will it be possible in some future
release?

Sincerely,

M. Vogelzang

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




Back to the top