reading the post i see the formatting was not kept. my goal is to keep the class args on one line, not in a list form. i'd like to hit, from the toolbar, Source => Format, and put the those args on a single line.
thx. On Sep 13, 2:48 pm, "ooo.stephen" <[email protected]> wrote: > anyone know how to auto format the code like so; > > from this... > /** Creates a new instance of Cartoon */ > public Cartoon(double regularPrice, > String publisher, > int yearPublished, > String characterName) > > to this... > /** Creates a new instance of Cartoon */ > public Cartoon(double regularPrice, String publisher, int > yearPublished, String characterName) > > the Tools => Options => Editor => Formatting, options do not offer > this ability. it offers many other convenient formatting options, > just not this one. > > thanks kindly, > ooo.stephen. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en
