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 4d0d5a82b5 Merge pull request #7338 from thurka/GCN-2809
add 1d10cbcd9c Fix formatting for an indent of a return statement of a
closure [GH-7140]
add 1b893fcaea Fix formatting for an indentation of a method chain in a
closure as an argument [GH-7454]
new b332b29670 Merge pull request #7452 from
junichi11/php-gh-7140-formatting-for-callback
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 | 14 ++-
.../unit/data/testfiles/formatting/issueGH7140.php | 112 ++++++++++++++++++++
.../issueGH7140.php.testGH7140_01.formatted | 113 +++++++++++++++++++++
.../issueGH7140.php.testGH7140_02.formatted | 113 +++++++++++++++++++++
.../unit/data/testfiles/formatting/issueGH7454.php | 71 +++++++++++++
.../issueGH7454.php.testGH7454_01.formatted | 71 +++++++++++++
.../issueGH7454.php.testGH7454_02.formatted | 71 +++++++++++++
.../php/editor/indent/PHPFormatterTest.java | 24 +++++
8 files changed, 588 insertions(+), 1 deletion(-)
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/issueGH7140.php
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/issueGH7140.php.testGH7140_01.formatted
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/issueGH7140.php.testGH7140_02.formatted
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/issueGH7454.php
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/issueGH7454.php.testGH7454_01.formatted
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/issueGH7454.php.testGH7454_02.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