On Thu, 2006-05-18 at 12:59 -0600, Tom Tromey wrote: > >>>>> "Lillian" == Lillian Angel <[EMAIL PROTECTED]> writes: > > Lillian> - public static final int BOTTOM_ALIGNMENT = -2; > Lillian> + public static final int BOTTOM_ALIGNMENT = - 2; > > This is kind of weird. > > If there is an eclipse formatter setting for this, we should change > it.
Yes, I noticed this too. There is an option under 'white space->expressions->operators->after unary operators' > > If not, we should file a feature request. > > Tom Lillian
