This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 05d8a71e4a Add initial support for Jakarta 9.1 and improve GlassFish
support for all released versions (#4364)
new 708e2bed1b Auto completion items for lambda expressions.
new 05a6e74fd1 Selectable expression (with tab) + improved caret
positioning.
new 4f56aba084 Merge pull request #3458 from mbien/compact-lambda
The 7277 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-java-completion.sig | 2 +-
.../java/completion/JavaCompletionTask.java | 19 ++++---
.../editor/java/JavaCompletionCollector.java | 2 +-
.../modules/editor/java/JavaCompletionItem.java | 62 ++++++++++++++++------
.../editor/java/JavaCompletionItemFactory.java | 4 +-
.../api/java/source/GeneratorUtilities.java | 19 +++++++
.../org/netbeans/api/java/source/TreeMaker.java | 19 +++++++
.../netbeans/modules/java/source/package-info.java | 4 +-
.../java/source/resources/LambdaBody.template | 28 +++++++---
.../source/resources/LambdaExpression.template | 29 ++++------
.../modules/java/source/resources/layer.xml | 13 +++++
platform/api.templates/arch.xml | 2 +-
12 files changed, 147 insertions(+), 56 deletions(-)
copy
enterprise/websvc.rest/src/org/netbeans/modules/websvc/rest/codegen/resources/DefaultResource.template
=>
java/java.source/src/org/netbeans/modules/java/source/resources/LambdaExpression.template
(67%)
---------------------------------------------------------------------
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