Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Java code formatter about + symbol
Java code formatter about + symbol [message #251888] Tue, 04 March 2008 21:01
Eclipse UserFriend
Originally posted by: whatcani2.yahoo.com

How to format the code without make the "+" to first line? The original
code is what i wanted.

Original
String sql = "select * "
+ "from user";


After Formatted
String sql = "select * "+ "from user";
Previous Topic:Extract Interface Participant
Next Topic:Only see packages from package explorer
Goto Forum:
  


Current Time: Sat Apr 26 21:33:29 EDT 2025

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

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

Back to the top