[cp-patches] Eclipse GNU style

2006-02-06 Thread Raif S. Naffah
hello there, this is a patch for the srcipts/eclipse-gnu.xml style specs that does the following: * force a line split on extends and implements clauses. * force a whitespace after unary operators. * does not force a new-line after a @param tag. * force a new-line at the end of a .java file.

Re: [cp-patches] Eclipse GNU style

2006-02-06 Thread Tom Tromey
Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif this is a patch for the srcipts/eclipse-gnu.xml style specs that does Raif the following: FWIW, with Eclipse 3.1 I don't think we need this file any more. We have the style checked in .settings instead. Tom

Re: [cp-patches] Eclipse GNU style

2006-02-06 Thread Raif S. Naffah
On Tuesday 07 February 2006 03:54, Tom Tromey wrote: Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif this is a patch for the srcipts/eclipse-gnu.xml style specs that does Raif the following: FWIW, with Eclipse 3.1 I don't think we need this file any more. We have the style checked in

Re: [cp-patches] Eclipse GNU style

2006-02-06 Thread Tom Tromey
Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif ok to commit? Sure, thanks. Tom