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 106529 - request mod to allow indentation engine to support 'whitesmiths' style
Summary: request mod to allow indentation engine to support 'whitesmiths' style
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 15:54 UTC by gsarrowood
Modified: 2016-07-07 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 gsarrowood 2007-06-13 15:54:58 UTC
I would like to add a feature request for the indentation engine to support the 'whitesmiths' style of indentation.

i.e.

while( int i = 0; i < maxval; i++)
    {
    // do stuff here
    // and more stuff
    }

if( doStuff)
    {
    // do it here
    }
else
    {
    // other stuff
    }

Thanks.
Comment 1 Martin Balin 2016-07-07 07:26:58 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss