classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new jalopy available


From: Ingo Prötel
Subject: Re: new jalopy available
Date: Wed, 19 Nov 2003 18:49:33 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

Hi,

have we decided to have tabs in the source code ?

It seems that my tabs are olny half the size of the tabs that jalopy assumes. In the snippet below I have replaced the the tabs with spaces to resemble the look that I get. Could we stick to a space only setting?

    switch (e.getID())
      {
      case PaintEvent.UPDATE:
      case PaintEvent.PAINT:
    Graphics g = getComponent().getGraphics();
    paint(g);
    g.dispose();
      default:  }

Also note the closing curly braces on the wrong line.

Thanks.
ingo

Tom Tromey wrote:
Raif Naffah sent me a couple nice jalopy patches to implement things
from my last wish-list.  I wrote a new patch myself, to get jalopy to
use tabs for indentation in the way we expect.

I made a new release with these improvements.  Once again, it is here:

    ftp://sources.redhat.com/pub/java/jalopy-console-1.0.4.tar.gz

You'll also want this file, which is the GNU.xml style:

    ftp://sources.redhat.com/pub/java/GNU.xml

This is somewhat different from the last one.


This version seems to be much better.  The strange Point.java change
has disappeared (I didn't try to find out why).

At this point I think we are ready to try this version of jalopy for
real.  I propose we pick a package to reformat and check in.
Preferably we'd pick something where active work is going on, so we
could more easily notice whatever jalopy doesn't handle well.


Long term, we need to find a cvs repository for this version.  We
should also put GNU.xml into the classpath repository; I'll do this if
we're all on board for the test drive.

Tom


_______________________________________________
Classpath mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/classpath






reply via email to

[Prev in Thread] Current Thread [Next in Thread]