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 123560 - ability to disable the seperate blank line formatting options
Summary: ability to disable the seperate blank line formatting options
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-06 11:34 UTC by jaarts
Modified: 2007-12-06 16:41 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 jaarts 2007-12-06 11:34:38 UTC
Options > Java code > Formatting > Blank lines

I would like to be able to disable certain blank line formatting options. For instance, i want to group fields together
and separate those groups with blank lines, like:
...
public int x;
public int y;

private Object o;

private Object f;
private String s;
...

Currently it is only possible to put the same amount of blank lines between each field.