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 57c41473d66 Merge pull request #8731 from troizet/fix_gh_8644
add 7aa9a956e60 Added autocompletion for the use keyword in the body of a
class, trait, and enum Added new tests and fix broken tests
new 22a3d270f52 Merge pull request #8726 from
troizet/autocomplete_use_keyword_in_class
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:
.../php/editor/completion/PHPCodeCompletion.java | 26 ++++++++++++++++++++++
...laration02.php.testClsDeclaration_10.completion | 1 +
...laration02.php.testClsDeclaration_13.completion | 1 +
...claration02.php.testClsDeclaration_9.completion | 1 +
.../issue153707.php.testIssue153707_01.completion | 2 ++
.../issue153867.php.testIssue153867.completion | 2 ++
.../issue200795.php.testIssue200795.completion | 1 +
.../completion/lib/_base/useKeywordInClass.php | 9 ++++++++
...ordInClass.php.testUseKeywordInClass.completion | 4 ++--
.../completion/lib/_base/useKeywordInEnum.php | 8 +++++++
...ywordInEnum.php.testUseKeywordInEnum.completion | 4 ++--
.../completion/lib/_base/useKeywordInInterface.php | 8 +++++++
...erface.php.testUseKeywordInInterface.completion | 2 +-
.../completion/lib/_base/useKeywordInTrait.php | 8 +++++++
...ordInTrait.php.testUseKeywordInTrait.completion | 4 ++--
...ousClass01.php.testAnonymousClass01h.completion | 1 +
...1.php.testReadonlyPropertiesTyping01.completion | 1 +
....testAsymmetricVisibilityClass01_01a.completion | 1 +
...estAsymmetricVisibilityClassTyping01.completion | 1 +
.../issue209117.php.testUseCase1.completion | 1 +
.../issue233756.php.testUseCase1.completion | 1 +
.../editor/completion/PHPCodeCompletionTest.java | 15 +++++++++++++
22 files changed, 95 insertions(+), 7 deletions(-)
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/_base/useKeywordInClass.php
copy
enterprise/web.el/test/unit/data/projects/testWebProject/web/completion/completion12.xhtml.testSimpleAssignement.completion
=>
php/php.editor/test/unit/data/testfiles/completion/lib/_base/useKeywordInClass.php.testUseKeywordInClass.completion
(62%)
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/_base/useKeywordInEnum.php
copy
enterprise/web.el/test/unit/data/projects/testWebProject/web/completion/completion12.xhtml.testSimpleAssignement.completion
=>
php/php.editor/test/unit/data/testfiles/completion/lib/_base/useKeywordInEnum.php.testUseKeywordInEnum.completion
(62%)
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/_base/useKeywordInInterface.php
copy
enterprise/web.el/test/unit/data/projects/testWebProject/web/completion/java/java_completion07.xhtml.testIssue229822.completion
=>
php/php.editor/test/unit/data/testfiles/completion/lib/_base/useKeywordInInterface.php.testUseKeywordInInterface.completion
(81%)
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/_base/useKeywordInTrait.php
copy
enterprise/web.el/test/unit/data/projects/testWebProject/web/completion/completion12.xhtml.testSimpleAssignement.completion
=>
php/php.editor/test/unit/data/testfiles/completion/lib/_base/useKeywordInTrait.php.testUseKeywordInTrait.completion
(62%)
---------------------------------------------------------------------
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