• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Default formatting of Java files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Default formatting of Java files


  • Subject: Default formatting of Java files
  • From: Ray Ackland <email@hidden>
  • Date: Wed, 26 Feb 2003 16:04:14 +1300

Personally (and I may differ from most of you here), I don't like the formatting of Java that you commonly see, ie:

public class Widget() extends Grommet {
     ....
}

Preferring much more the formatting where the braces are vertically aligned. I find it much easier to look for matching pairs in this system. ie:

public class Widget() extends Grommet
{
     ....
}

I have found the templates which WO uses to create new projects, and altered these to solve my problem. However, when I create Java classes from EOModeler it does it the first way.

Does anyone know if this is able to be altered so these files are created alternative ways? I don't know if EOModeler uses templates, or scripts the Java file from scratch.

thanks,

Ray.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Default formatting of Java files
      • From: Art Isbell <email@hidden>
    • Re: Default formatting of Java files
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Swing applet development
  • Next by Date: Re: Default formatting of Java files
  • Previous by thread: Re: Swing applet development
  • Next by thread: Re: Default formatting of Java files
  • Index(es):
    • Date
    • Thread