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 1a24df8422 Merge pull request #6948 from DevCharly/flatlaf-3.3
     new 84931f4f95 Fix the code completion for predefined attributes
     new e79431d3a4 Use `PredefinedSymbols.Attributes.OVERRIDE` instead of 
`CodeUtils.OVERRIDE*`
     new 2a616c3e15 Merge pull request #6951 from 
junichi11/php-fix-cc-for-predefined-attributes

The 9624 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:
 .../org/netbeans/modules/php/editor/CodeUtils.java |  5 ---
 .../modules/php/editor/PredefinedSymbols.java      | 45 ++++++++++++++++++++++
 .../codegen/SinglePropertyMethodCreator.java       |  3 +-
 .../php/editor/completion/PHPCompletionItem.java   |  3 +-
 .../php/editor/model/impl/ClassScopeImpl.java      | 25 +++++++-----
 .../verification/AddOverrideAttributeHint.java     | 13 ++++---
 .../ImplementAbstractMethodsHintError.java         |  3 +-
 .../testAttributesPredefined.php                   | 32 +++++++++++++++
 ...ined.php.testAttributesPredefined_01.completion | 16 ++++++++
 .../editor/completion/PHP80CodeCompletionTest.java |  4 ++
 10 files changed, 126 insertions(+), 23 deletions(-)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/php80/testAttributesPredefined/testAttributesPredefined.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/completion/lib/php80/testAttributesPredefined/testAttributesPredefined.php.testAttributesPredefined_01.completion


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to