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 - multiline alignment for define
Summary: multiline alignment for define
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-30 15:20 UTC by maxym
Modified: 2013-11-30 15:34 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 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.