Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » source formatting: avoid linebreak after {
source formatting: avoid linebreak after { [message #651084] Thu, 27 January 2011 17:19 Go to next message
Frank is currently offline FrankFriend
Messages: 1
Registered: January 2011
Junior Member
Hello,

I cant find how to configer the source dormatting, that after an openeing { I get no linefeed.

For example

class Foo
{ private int i;

public Foo()
{ this.i=7;
}
}

Is that possibel?

Thanks
Frank
Re: source formatting: avoid linebreak after { [message #651159 is a reply to message #651084] Fri, 28 January 2011 04:12 Go to previous message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 1/27/2011 10:49 PM, Frank wrote:
> Hello,
>
> I cant find how to configer the source dormatting, that after an
> openeing { I get no linefeed.
>
> For example
>
> class Foo
> { private int i;
>
> public Foo()
> { this.i=7;
> }
> }
>
> Is that possibel?
>
> Thanks Frank
No
Previous Topic:Ubuntu 10.10 64bit remotely debugging jAPS on apache tomcat 6.0.18
Next Topic:IType.getMethod() - Bytecode signature to retrieve method
Goto Forum:
  


Current Time: Wed Apr 24 19:26:31 GMT 2024

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

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

Back to the top