Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » formatter creating line lengths greater than max allowed
formatter creating line lengths greater than max allowed [message #207724] Thu, 23 June 2005 20:29 Go to next message
Eclipse UserFriend
Originally posted by: connie_lumpkin.tanval.com

No matter what formatter profile I use -- one of the builtins or one of my
own -- when I format my java source code, any lines like the following get
merged into one line that exceeds the maximum line length:

public static final String SERVER_INSTRUCTION_NAME_FIELD
= "Server-Instruction-Name-Field";

No matter what I change in the profile I can't change the behavior.

What am I missing?

Thanks!
Re: formatter creating line lengths greater than max allowed [message #207743 is a reply to message #207724] Thu, 23 June 2005 21:10 Go to previous message
Eclipse UserFriend
Originally posted by: olivier_thomann.NOca.ibm.comSPAM

Connie a écrit :
> No matter what formatter profile I use -- one of the builtins or one of
> my own -- when I format my java source code, any lines like the
> following get merged into one line that exceeds the maximum line length:
> public static final String SERVER_INSTRUCTION_NAME_FIELD =
> "Server-Instruction-Name-Field";
> No matter what I change in the profile I can't change the behavior.
> What am I missing?
Note that it is not always possible to split the line. In this case,
this is a request we got to split on the '='. This is not done yet.
Most of the line wrapping issues in the code formatter will be
investgated post 3.1.
--
Olivier
Previous Topic:M7: ANT, Console and hyperlinks
Next Topic:How to debug jsp, source not found
Goto Forum:
  


Current Time: Tue Apr 23 17:37:04 GMT 2024

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

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

Back to the top