[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Java code reformatting question
|
[Is eclipse.technology the right newsgroup for this kind of question?
How come there is no "eclipse.jdt" newsgroup?]
When I format (Ctrl-Shift-f) my code, the following:
new Foo("abc", "def", "ghi")
is turned into
new Foo(
"abc",
"def",
"ghi"
);
... which I don't like very much. I'd rather have something a little bit
more space efficient.
I looked at the Code formatter options but I didn't see where this is
defined. Can Eclipse do that or do I need to install a plug-in? (does
Jalopy support this kind of customization?)
--
Cedric
http://beust.com/weblog