Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Java code reformatting question
Java code reformatting question [message #593378] Wed, 30 April 2003 15:43
Cedric Beust is currently offline Cedric BeustFriend
Messages: 4
Registered: July 2009
Junior Member
[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
Previous Topic:CVS Share Project does not import files
Next Topic:Java code reformatting question
Goto Forum:
  


Current Time: Thu Apr 25 16:26:15 GMT 2024

Powered by FUDForum. Page generated in 0.02914 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top