|
Re: Problems adjusting the code formatter [message #242753 is a reply to message #242748] |
Thu, 20 May 2004 10:47 |
Laurent Duperval Messages: 37 Registered: July 2009 |
Member |
|
|
On Thu, 20 May 2004 06:38:09 -0400, Laurent Duperval wrote:
> Those are the ones I've seen so far.
>
Ah! Here's another one. When argument lists or parameters lists of method
definitions/calls are too long, Eclipse will sometimes do this:
foo.methodCall(arg1, new
Bar(), arg3, arg4);
I wand separation to occur after a comma, i.e. I want one parameter or
argument to be on the same line. So instead, I'd like:
foo.methodCall(arg1,
new Bar(), arg3,
arg4);
Is this possible?
Another one: can you do batch-formatting of the code? I'd like to select
all the files in a package and indent them all in one fell swoop.
Thanks,
L
|
|
|
Powered by
FUDForum. Page generated in 0.02604 seconds