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 239004

Summary: multiline alignment for define
Product: php Reporter: maxym
Component: Formatting & IndentationAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description maxym 2013-11-30 15:20:41 UTC
I would vote for multi-line alignment for define constructs.

For example:

define ('abcd', 1);
define ('abcdefgh', 2);

would be formatted to form values column.