This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 173128 - Option for not formatting strings onto a single line.
Summary: Option for not formatting strings onto a single line.
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-25 18:24 UTC by cruft
Modified: 2009-12-22 07:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cruft 2009-09-25 18:24:39 UTC
When code is formatted, all String concatenations ("hi " + "there") are pulled onto a single line.  Things like large
database queries are often broken up into several lines to enhance readability ("select blah" \n + "from blah" ...), and
it would be helpful if there were an option /not/ to pull concatenated Strings onto a single line.