This is an automated email from the ASF dual-hosted git repository.
junichi11 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from fb457ad6c8 Merge pull request #7425 from
junichi11/php-gh-7170-code-template-npe
add f586da1b03 Fix formatting for typed field and const alignment #7190
new 66d637fb38 Merge pull request #7423 from
junichi11/php-gh-7190-formatting-for-typed-fields-alignment
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../modules/php/editor/indent/FormatVisitor.java | 46 ++++++++++++++++-
.../groupAlignmentAssignmentTypedConstants01.php | 38 ++++++++++++++
...pAlignmentAssignmentTypedConstants01a.formatted | 39 +++++++++++++++
...pAlignmentAssignmentTypedConstants01b.formatted | 39 +++++++++++++++
.../groupAlignmentAssignmentTypedConstants02.php | 39 +++++++++++++++
...pAlignmentAssignmentTypedConstants02a.formatted | 39 +++++++++++++++
...pAlignmentAssignmentTypedConstants02b.formatted | 39 +++++++++++++++
.../groupAlignmentAssignmentTypedFields01.php | 57 +++++++++++++++++++++
...roupAlignmentAssignmentTypedFields01a.formatted | 58 ++++++++++++++++++++++
...roupAlignmentAssignmentTypedFields01b.formatted | 58 ++++++++++++++++++++++
.../groupAlignmentAssignmentTypedFields02.php | 58 ++++++++++++++++++++++
...roupAlignmentAssignmentTypedFields02a.formatted | 58 ++++++++++++++++++++++
...roupAlignmentAssignmentTypedFields02b.formatted | 58 ++++++++++++++++++++++
.../editor/indent/PHPFormatterAlignmentTest.java | 50 +++++++++++++++++++
14 files changed, 674 insertions(+), 2 deletions(-)
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedConstants01.php
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedConstants01.php.testGroupAlignmentAssignmentTypedConstants01a.formatted
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedConstants01.php.testGroupAlignmentAssignmentTypedConstants01b.formatted
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedConstants02.php
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedConstants02.php.testGroupAlignmentAssignmentTypedConstants02a.formatted
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedConstants02.php.testGroupAlignmentAssignmentTypedConstants02b.formatted
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedFields01.php
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedFields01.php.testGroupAlignmentAssignmentTypedFields01a.formatted
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedFields01.php.testGroupAlignmentAssignmentTypedFields01b.formatted
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedFields02.php
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedFields02.php.testGroupAlignmentAssignmentTypedFields02a.formatted
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/alignment/groupAlignmentAssignmentTypedFields02.php.testGroupAlignmentAssignmentTypedFields02b.formatted
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists