This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 8b022c7dcf7 Merge pull request #9045 from ebarboni/fontfix
add c4fc9223b88 PHP: Added folding for heredoc and nowdoc
new 190f8f35878 Merge pull request #9054 from
troizet/folding_heredoc_nowdoc
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/csl/FoldingScanner.java | 48 ++++++++++++++++++++++
.../modules/php/editor/csl/PHPFoldingProvider.java | 1 +
.../unit/data/testfiles/enumerations_01.php.folds | 8 ++--
.../data/testfiles/foldingHeredocNowdoc.php.folds | 17 ++++++++
.../data/testfiles/parser/foldingHeredocNowdoc.php | 16 ++++++++
.../modules/php/editor/csl/FoldingTest.java | 3 ++
6 files changed, 89 insertions(+), 4 deletions(-)
create mode 100644
php/php.editor/test/unit/data/testfiles/foldingHeredocNowdoc.php.folds
create mode 100644
php/php.editor/test/unit/data/testfiles/parser/foldingHeredocNowdoc.php
---------------------------------------------------------------------
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