Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Code Formatter - String wrapping
Code Formatter - String wrapping [message #187286] Thu, 25 November 2004 04:18 Go to next message
Eclipse UserFriend
Hello,

I have an issue with string wrapping and I have not found any related
configuration item in the code formatter preference page.

When copy/pasting a multi line selection, eclipse put the "+" at the end
of the lines and not at the beginning as expected when seeing the
formatter preference page (expression line wrapping):

String test = "beginning of the pasted string" +
"end of the pasted string";

I would like the "+" to be added at the beginning of each line:

String test = "beginning of the pasted string"
+ "end of the pasted string";

Is there a configuration item that I would have overlooked ?

Thanks in advance,

Jean
Re: Code Formatter - String wrapping [message #187319 is a reply to message #187286] Thu, 25 November 2004 10:05 Go to previous message
Eclipse UserFriend
Originally posted by: olivier_thomannNOSPAM.ca.ibm.com

Jean Couillaud a écrit :
> Is there a configuration item that I would have overlooked ?
No, we don't support the location of the operator yet.
--
Olivier
Previous Topic:Can I browse/search JDK javadoc within the IDE?
Next Topic:Refactoring (rename class) doesn't update plugin.xml
Goto Forum:
  


Current Time: Sun Jun 08 11:29:18 EDT 2025

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

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

Back to the top