Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » generated code - formatting
generated code - formatting [message #611921] Wed, 01 February 2006 01:08
Eclipse UserFriend
Originally posted by: stjohnsoftware.yahoo.com

I used VE to generate some code for a JFrame.

I'm very particular about formatting, and unfortunately I find what seems to
be the standard for braces in Java annoying and difficult to read.

I want to see code that looks like this:

if (checkCondition())
{
doThis();
doThat();
}

and I absolutely can't stand to see code that looks like this:

if (checkCondition()) {
doThis();
doThat();
}

So my question is this: Is there an option in Eclipse to have generated
code come out looking as I would like it?
Previous Topic:JFace +EMF binding?
Next Topic:VE 1.1.0.1 or 1.2M1 ?
Goto Forum:
  


Current Time: Tue Apr 23 16:51:09 GMT 2024

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

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

Back to the top