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