Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Automatically break strings
Automatically break strings [message #286535] Mon, 13 June 2005 01:20 Go to next message
Eclipse UserFriend
Originally posted by: relaxedrob.remove.optusnet.com.au

Hi All,

In Eclipse 3.1, you can press ENTER within a string and have Eclipse
automatically break the string.. for eg:
String someString = "yada yada <ENTER>"
becomes:
String someString = "yada yada " +
"<CURSOR>"

Can you set it up so that the concatenate operator is on the second line
instead? Like this:
String someString = "yada yada "
+ "<CURSOR>"

Rob
:)

--
http://phd.netcomp.monash.edu.au/RobertMarkBram/default.asp
Re: Automatically break strings [message #286655 is a reply to message #286535] Tue, 14 June 2005 04:27 Go to previous message
Eclipse UserFriend
Robert Mark Bram wrote:
> Hi All,
>
> In Eclipse 3.1, you can press ENTER within a string and have Eclipse
> automatically break the string.. for eg:
> String someString = "yada yada <ENTER>"
> becomes:
> String someString = "yada yada " +
> "<CURSOR>"
>
> Can you set it up so that the concatenate operator is on the second line
> instead? Like this:
> String someString = "yada yada "
> + "<CURSOR>"

not currently - search bugzilla for the corresponding enhancement request.

-t
Previous Topic:comment wrapping plugin?
Next Topic:Finding all classes in the current project's classpath
Goto Forum:
  


Current Time: Sat Jun 07 08:35:52 EDT 2025

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

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

Back to the top